Comparing version 1.3.0 to 1.3.1
@@ -29,3 +29,3 @@ 'use strict' | ||
if (count === maxInt) { | ||
generate.uuid = uuid.v4() | ||
generate.uuid = uuid() | ||
id = baseId(generate.uuid, urlSafe) // rebase | ||
@@ -32,0 +32,0 @@ count = 0 |
{ | ||
"name": "hyperid", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Uber-fast unique id generation, for Node.js and the browser", | ||
@@ -35,8 +35,8 @@ "main": "hyperid", | ||
"tape": "^4.9.0", | ||
"uuid": "^3.0.0", | ||
"zuul": "^3.11.1" | ||
}, | ||
"dependencies": { | ||
"uuid": "^3.0.0", | ||
"uuid-parse": "^1.0.0" | ||
} | ||
} |
10
10524
2
+ Addeduuid@^3.0.0
+ Addeduuid@3.4.0(transitive)