Comparing version 2.0.0 to 2.0.1
@@ -17,3 +17,3 @@ declare function hyperid(opts?: boolean | hyperid.Options): hyperid.Instance | ||
type decode = (id: string) => hyperid.IdObject | ||
type decode = (id: string, opts?: hyperid.Options) => hyperid.IdObject | ||
@@ -20,0 +20,0 @@ interface IdObject { |
{ | ||
"name": "hyperid", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Uber-fast unique id generation, for Node.js and the browser", | ||
@@ -5,0 +5,0 @@ "main": "hyperid", |
11505