@thi.ng/ksuid 3.2.39 → 3.2.40
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 +8 -7
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/ksuid",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.40",
|
|
4
4
|
"description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,13 +34,14 @@
|
|
|
34
34
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
35
35
|
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
36
36
|
"pub": "yarn npm publish --access public",
|
|
37
|
-
"test": "bun test"
|
|
37
|
+
"test": "bun test",
|
|
38
|
+
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
38
39
|
},
|
|
39
40
|
"dependencies": {
|
|
40
|
-
"@thi.ng/base-n": "^2.7.
|
|
41
|
-
"@thi.ng/errors": "^2.4.
|
|
42
|
-
"@thi.ng/random": "^3.6.
|
|
43
|
-
"@thi.ng/strings": "^3.7.
|
|
41
|
+
"@thi.ng/base-n": "^2.7.5",
|
|
42
|
+
"@thi.ng/errors": "^2.4.20",
|
|
43
|
+
"@thi.ng/random": "^3.6.35",
|
|
44
|
+
"@thi.ng/strings": "^3.7.21"
|
|
44
45
|
},
|
|
45
46
|
"devDependencies": {
|
|
46
47
|
"@microsoft/api-extractor": "^7.40.1",
|
|
@@ -114,5 +115,5 @@
|
|
|
114
115
|
"status": "stable",
|
|
115
116
|
"year": 2020
|
|
116
117
|
},
|
|
117
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n"
|
|
118
119
|
}
|