@thi.ng/ksuid
Advanced tools
Comparing version 2.1.5 to 2.1.6
# Change Log | ||
- **Last updated**: 2022-03-11T12:13:49Z | ||
- **Last updated**: 2022-04-07T14:17:30Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/ksuid", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions", | ||
@@ -38,10 +38,10 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/base-n": "^2.2.0", | ||
"@thi.ng/errors": "^2.1.4", | ||
"@thi.ng/random": "^3.2.4", | ||
"@thi.ng/strings": "^3.3.2" | ||
"@thi.ng/base-n": "^2.2.1", | ||
"@thi.ng/errors": "^2.1.5", | ||
"@thi.ng/random": "^3.2.5", | ||
"@thi.ng/strings": "^3.3.3" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.19.4", | ||
"@thi.ng/testament": "^0.2.4", | ||
"@thi.ng/testament": "^0.2.5", | ||
"rimraf": "^3.0.2", | ||
@@ -86,18 +86,18 @@ "tools": "^0.0.1", | ||
".": { | ||
"import": "./index.js" | ||
"default": "./index.js" | ||
}, | ||
"./aksuid": { | ||
"import": "./aksuid.js" | ||
"default": "./aksuid.js" | ||
}, | ||
"./api": { | ||
"import": "./api.js" | ||
"default": "./api.js" | ||
}, | ||
"./ksuid32": { | ||
"import": "./ksuid32.js" | ||
"default": "./ksuid32.js" | ||
}, | ||
"./ksuid64": { | ||
"import": "./ksuid64.js" | ||
"default": "./ksuid64.js" | ||
}, | ||
"./ulid": { | ||
"import": "./ulid.js" | ||
"default": "./ulid.js" | ||
} | ||
@@ -114,3 +114,3 @@ }, | ||
}, | ||
"gitHead": "0fc692a3225c068aacafdc4cb6140cf603c67ad8\n" | ||
"gitHead": "5ee1feb590dd935593b1dd4e7f38a3ed3ba64765\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
35515
Updated@thi.ng/base-n@^2.2.1
Updated@thi.ng/errors@^2.1.5
Updated@thi.ng/random@^3.2.5
Updated@thi.ng/strings@^3.3.3