VitorLuizC / vue-uuid

Add UUID to Vue instance.
MIT License
73 stars 7 forks source link

Types definition #8

Closed zbianca closed 4 years ago

zbianca commented 4 years ago

Hi, Vitor!

I ran into problems with this package while using the latest types definition for uuid from DefinitelyTyped.

You can find more details here: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/42634#issuecomment-637818676

VitorLuizC commented 4 years ago

Hi, @zbianca Seems like the uuid version I'm using is too old, I'll upgrade it and its types to the recent stable version.

VitorLuizC commented 4 years ago

Fixed and published with some upgrades under 2.0.2 version.

npm i vue-uuid@^2.0.2
zbianca commented 4 years ago

Great! Thank you!