oculus42 / short-uuid

Translate standard UUIDs into shorter formats and back.
MIT License
450 stars 13 forks source link

Fix deprecation warning form uuidjs/uuid #41

Closed MickL closed 4 years ago

MickL commented 4 years ago

Reference: https://github.com/uuidjs/uuid#deep-requires-now-deprecated

Closes #40

oculus42 commented 4 years ago

We are still on uuid@3, so that import is still valid. Also it is written with ES5.1, so destructuring isn't supported in the current codebase.

I do have plans to:

That change will be a major version increment, as well.

oculus42 commented 4 years ago

Closing as this isn't ES5.1 compatible, but then neither is uuid 7+. I will put up a new major version that is ES6+ compliant shortly.