zackyang000 / node-odata

A library for easily create OData REST API, abide by OData protocol.
http://zackyang000.github.io/node-odata/en/
MIT License
365 stars 65 forks source link

Update uuid to version 3.0.0 #72

Closed marcbachmann closed 7 years ago

marcbachmann commented 7 years ago

Version 3.0.0 of uuid just got published.

Hi there,

This week a new version of the uuid module got released. The old module which was available by the name node-uuid got deprecated and will show error message upon every install of the module.

To get rid of those install errors I've created this automated pull request. I've run some checks against your code base to test whether you're using one of the deprecated apis, but this isn't the case.

Please test the changes against your code. I didn't run any tests and therefore can't guarantee that it isn't breaking. You can also just close this pr if you don't want to update your module.

In case there's already another pr open to upgrade uuid, I'm sorry for the effort I'm causing.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 82.819% when pulling 057c35f96cf5cd4d335219355025c0f81d7be174 on marcbachmann:update-uuid into b3c76fe14b4a69f958497f85c20f7462e7aa842b on TossShinHwa:master.