@thi.ng/ksuid
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@2.0.3...@thi.ng/ksuid@2.0.4) (2021-10-25) | ||
**Note:** Version bump only for package @thi.ng/ksuid | ||
## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@2.0.2...@thi.ng/ksuid@2.0.3) (2021-10-15) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/ksuid", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions", | ||
@@ -38,9 +38,9 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/base-n": "^2.0.3", | ||
"@thi.ng/errors": "^2.0.3", | ||
"@thi.ng/random": "^3.0.3", | ||
"@thi.ng/strings": "^3.0.3" | ||
"@thi.ng/base-n": "^2.0.4", | ||
"@thi.ng/errors": "^2.0.4", | ||
"@thi.ng/random": "^3.1.0", | ||
"@thi.ng/strings": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@thi.ng/testament": "^0.1.3" | ||
"@thi.ng/testament": "^0.1.4" | ||
}, | ||
@@ -108,3 +108,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "1fb38cac74d6c009d96855c28784a267a81badf1" | ||
"gitHead": "9ff00a103f76cc4917ef3f244132e218f2300a05" | ||
} |
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
34877
Updated@thi.ng/base-n@^2.0.4
Updated@thi.ng/errors@^2.0.4
Updated@thi.ng/random@^3.1.0
Updated@thi.ng/strings@^3.1.0