@thi.ng/random 3.6.15 → 3.6.17
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 +7 -8
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.17",
|
|
4
4
|
"description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -33,17 +33,16 @@
|
|
|
33
33
|
"test": "bun test"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@thi.ng/api": "^8.9.
|
|
37
|
-
"@thi.ng/checks": "^3.4.
|
|
38
|
-
"@thi.ng/errors": "^2.4.
|
|
39
|
-
"@thi.ng/hex": "^2.3.
|
|
36
|
+
"@thi.ng/api": "^8.9.11",
|
|
37
|
+
"@thi.ng/checks": "^3.4.11",
|
|
38
|
+
"@thi.ng/errors": "^2.4.5",
|
|
39
|
+
"@thi.ng/hex": "^2.3.23"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@microsoft/api-extractor": "^7.38.3",
|
|
43
|
-
"@thi.ng/testament": "^0.4.2",
|
|
44
43
|
"rimraf": "^5.0.5",
|
|
45
44
|
"tools": "^0.0.1",
|
|
46
|
-
"typedoc": "^0.25.
|
|
45
|
+
"typedoc": "^0.25.4",
|
|
47
46
|
"typescript": "^5.3.2"
|
|
48
47
|
},
|
|
49
48
|
"keywords": [
|
|
@@ -155,5 +154,5 @@
|
|
|
155
154
|
"ksuid"
|
|
156
155
|
]
|
|
157
156
|
},
|
|
158
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "25f2ac8ff795a432a930119661b364d4d93b59a0\n"
|
|
159
158
|
}
|