@thi.ng/ksuid 2.1.17 → 2.1.19
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/README.md +5 -5
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
2
|
|
|
3
|
-
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/ksuid)
|
|
6
6
|

|
|
@@ -10,8 +10,8 @@ This project is part of the
|
|
|
10
10
|
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
|
|
11
11
|
|
|
12
12
|
- [About](#about)
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
- [Status](#status)
|
|
14
|
+
- [Related packages](#related-packages)
|
|
15
15
|
- [Installation](#installation)
|
|
16
16
|
- [Dependencies](#dependencies)
|
|
17
17
|
- [API](#api)
|
|
@@ -52,13 +52,13 @@ support
|
|
|
52
52
|
|
|
53
53
|

|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
## Status
|
|
56
56
|
|
|
57
57
|
**STABLE** - used in production
|
|
58
58
|
|
|
59
59
|
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bksuid%5D+in%3Atitle)
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
## Related packages
|
|
62
62
|
|
|
63
63
|
- [@thi.ng/base-n](https://github.com/thi-ng/umbrella/tree/develop/packages/base-n) - Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints
|
|
64
64
|
- [@thi.ng/idgen](https://github.com/thi-ng/umbrella/tree/develop/packages/idgen) - Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/ksuid",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.19",
|
|
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",
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"test": "testament test"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/base-n": "^2.3.
|
|
39
|
-
"@thi.ng/errors": "^2.1
|
|
40
|
-
"@thi.ng/random": "^3.3.
|
|
41
|
-
"@thi.ng/strings": "^3.3.
|
|
38
|
+
"@thi.ng/base-n": "^2.3.6",
|
|
39
|
+
"@thi.ng/errors": "^2.2.1",
|
|
40
|
+
"@thi.ng/random": "^3.3.9",
|
|
41
|
+
"@thi.ng/strings": "^3.3.13"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@microsoft/api-extractor": "^7.
|
|
45
|
-
"@thi.ng/testament": "^0.
|
|
44
|
+
"@microsoft/api-extractor": "^7.31.1",
|
|
45
|
+
"@thi.ng/testament": "^0.3.1",
|
|
46
46
|
"rimraf": "^3.0.2",
|
|
47
47
|
"tools": "^0.0.1",
|
|
48
48
|
"typedoc": "^0.22.17",
|
|
49
|
-
"typescript": "^4.
|
|
49
|
+
"typescript": "^4.8.3"
|
|
50
50
|
},
|
|
51
51
|
"keywords": [
|
|
52
52
|
"32bit",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"status": "stable",
|
|
110
110
|
"year": 2020
|
|
111
111
|
},
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "8600007d81a7dc92634a1d54e2c32b14ab30ba80\n"
|
|
113
113
|
}
|