@thi.ng/ksuid
Advanced tools
Comparing version 3.0.0 to 3.0.1
# Change Log | ||
- **Last updated**: 2023-01-17T10:57:27Z | ||
- **Last updated**: 2023-02-05T14:42:21Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/ksuid", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions", | ||
@@ -38,14 +38,14 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/base-n": "^2.3.12", | ||
"@thi.ng/errors": "^2.2.8", | ||
"@thi.ng/random": "^3.3.21", | ||
"@thi.ng/strings": "^3.3.23" | ||
"@thi.ng/base-n": "^2.3.13", | ||
"@thi.ng/errors": "^2.2.9", | ||
"@thi.ng/random": "^3.3.22", | ||
"@thi.ng/strings": "^3.3.24" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.7", | ||
"@thi.ng/testament": "^0.3.9", | ||
"rimraf": "^3.0.2", | ||
"@microsoft/api-extractor": "^7.34.2", | ||
"@thi.ng/testament": "^0.3.10", | ||
"rimraf": "^4.1.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.22", | ||
"typescript": "^4.9.4" | ||
"typedoc": "^0.23.24", | ||
"typescript": "^4.9.5" | ||
}, | ||
@@ -113,3 +113,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "02425e5d92d381af664430d56609ee82948b4f59\n" | ||
"gitHead": "50ba9c87676fac60c46d2bc0e4d2c7711a374a68\n" | ||
} |
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
37753
Updated@thi.ng/base-n@^2.3.13
Updated@thi.ng/errors@^2.2.9
Updated@thi.ng/random@^3.3.22
Updated@thi.ng/strings@^3.3.24