@thi.ng/ksuid
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@1.0.3...@thi.ng/ksuid@1.0.4) (2021-08-17) | ||
**Note:** Version bump only for package @thi.ng/ksuid | ||
## [1.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@1.0.2...@thi.ng/ksuid@1.0.3) (2021-08-08) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/ksuid", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions", | ||
@@ -43,5 +43,5 @@ "module": "./index.js", | ||
"@thi.ng/api": "^7.1.9", | ||
"@thi.ng/base-n": "^1.0.3", | ||
"@thi.ng/random": "^2.4.6", | ||
"@thi.ng/strings": "^2.1.5" | ||
"@thi.ng/base-n": "^1.0.4", | ||
"@thi.ng/random": "^2.4.7", | ||
"@thi.ng/strings": "^2.1.6" | ||
}, | ||
@@ -82,2 +82,3 @@ "files": [ | ||
"base-n", | ||
"idgen", | ||
"random" | ||
@@ -88,3 +89,3 @@ ], | ||
}, | ||
"gitHead": "538019e9d8ca6c5fee4754af93ad454c0674dc72" | ||
"gitHead": "3365151f112c39f224541f5ac4cedf3370eb9ba4" | ||
} |
@@ -64,2 +64,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
- [@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 | ||
- [@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 | ||
- [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/develop/packages/random) - Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation | ||
@@ -66,0 +67,0 @@ |
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
52394
189
148
4
7
2
389
Updated@thi.ng/base-n@^1.0.4
Updated@thi.ng/random@^2.4.7
Updated@thi.ng/strings@^2.1.6