@thi.ng/uuid 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/index.d.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import type { IRandom } from "@thi.ng/random";
|
|
|
3
3
|
* Depending on if `rnd` is given, uses
|
|
4
4
|
* [randomBytesFrom()](https://docs.thi.ng/umbrella/random/functions/randomBytesFrom.html)
|
|
5
5
|
* or
|
|
6
|
-
* [randomBytes()](https://docs.thi.ng/umbrella/random/functions/
|
|
6
|
+
* [randomBytes()](https://docs.thi.ng/umbrella/random/functions/randomBytes.html)
|
|
7
7
|
* to fill given (optional) byte array with a new UUIDv4. Creates new Uint8Array
|
|
8
8
|
* if none given.
|
|
9
9
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/uuid",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Fast binary & string-based UUID v4 generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@thi.ng/hex": "^2.3.51",
|
|
40
|
-
"@thi.ng/random": "^4.0.
|
|
40
|
+
"@thi.ng/random": "^4.0.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@microsoft/api-extractor": "^7.47.0",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"thi.ng": {
|
|
75
75
|
"year": 2020
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "ec052b25dff4db6c4d1748e946c38fb5cf403dbf\n"
|
|
78
78
|
}
|