@thi.ng/ksuid
Advanced tools
Comparing version 3.2.49 to 3.2.50
# Change Log | ||
- **Last updated**: 2024-04-11T12:32:44Z | ||
- **Last updated**: 2024-04-20T14:42:45Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/ksuid", | ||
"version": "3.2.49", | ||
"version": "3.2.50", | ||
"description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions", | ||
@@ -41,6 +41,6 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/base-n": "^2.7.11", | ||
"@thi.ng/errors": "^2.5.4", | ||
"@thi.ng/random": "^3.7.3", | ||
"@thi.ng/strings": "^3.7.30" | ||
"@thi.ng/base-n": "^2.7.12", | ||
"@thi.ng/errors": "^2.5.5", | ||
"@thi.ng/random": "^3.7.4", | ||
"@thi.ng/strings": "^3.7.31" | ||
}, | ||
@@ -119,3 +119,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n" | ||
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n" | ||
} |
@@ -114,6 +114,6 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```html | ||
<script type="module" src="https://cdn.skypack.dev/@thi.ng/ksuid"></script> | ||
<script type="module" src="https://esm.run/@thi.ng/ksuid"></script> | ||
``` | ||
[Skypack documentation](https://docs.skypack.dev/) | ||
[JSDelivr documentation](https://www.jsdelivr.com/) | ||
@@ -120,0 +120,0 @@ For Node.js REPL: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40754
Updated@thi.ng/base-n@^2.7.12
Updated@thi.ng/errors@^2.5.5
Updated@thi.ng/random@^3.7.4
Updated@thi.ng/strings@^3.7.31