@thi.ng/random 3.6.19 → 3.6.20
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/package.json +6 -7
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/random",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.20",
|
|
4
4
|
"description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -35,16 +35,15 @@
|
|
|
35
35
|
"test": "bun test"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/api": "^8.9.
|
|
39
|
-
"@thi.ng/checks": "^3.4.
|
|
40
|
-
"@thi.ng/errors": "^2.4.
|
|
41
|
-
"@thi.ng/hex": "^2.3.
|
|
38
|
+
"@thi.ng/api": "^8.9.14",
|
|
39
|
+
"@thi.ng/checks": "^3.4.14",
|
|
40
|
+
"@thi.ng/errors": "^2.4.8",
|
|
41
|
+
"@thi.ng/hex": "^2.3.26"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@microsoft/api-extractor": "^7.38.3",
|
|
45
45
|
"esbuild": "^0.19.8",
|
|
46
46
|
"rimraf": "^5.0.5",
|
|
47
|
-
"tools": "^0.0.1",
|
|
48
47
|
"typedoc": "^0.25.4",
|
|
49
48
|
"typescript": "^5.3.2"
|
|
50
49
|
},
|
|
@@ -157,5 +156,5 @@
|
|
|
157
156
|
"ksuid"
|
|
158
157
|
]
|
|
159
158
|
},
|
|
160
|
-
"gitHead": "
|
|
159
|
+
"gitHead": "0d9265be7be13eccf0ef75eaedbfd42626339279\n"
|
|
161
160
|
}
|