@thi.ng/ksuid
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@0.2.3...@thi.ng/ksuid@0.2.4) (2021-07-01) | ||
**Note:** Version bump only for package @thi.ng/ksuid | ||
## [0.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/ksuid@0.2.2...@thi.ng/ksuid@0.2.3) (2021-06-08) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/ksuid", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Configurable K-sortable unique identifiers, binary & base-N encoded", | ||
@@ -38,21 +38,10 @@ "module": "./index.js", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose", | ||
"doc": "node_modules/.bin/typedoc --out doc --theme ../../tools/doc/typedoc-theme src/index.ts", | ||
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts", | ||
"pub": "yarn build:release && yarn publish --access public" | ||
}, | ||
"devDependencies": { | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.13.1", | ||
"@types/mocha": "^8.2.0", | ||
"@types/node": "^14.14.14", | ||
"mocha": "^9.0.0", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^10.0.0", | ||
"typedoc": "^0.20.30", | ||
"typescript": "4.2.4" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^7.1.5", | ||
"@thi.ng/base-n": "^0.1.7", | ||
"@thi.ng/random": "^2.4.1", | ||
"@thi.ng/strings": "^2.1.1" | ||
"@thi.ng/api": "^7.1.6", | ||
"@thi.ng/base-n": "^0.1.8", | ||
"@thi.ng/random": "^2.4.2", | ||
"@thi.ng/strings": "^2.1.2" | ||
}, | ||
@@ -94,3 +83,3 @@ "files": [ | ||
}, | ||
"gitHead": "bcc3e88102fb0eb20e2763908488b7bca3e062d1" | ||
"gitHead": "a3dadf7acedcca6a15a7e6d655c923b16e2ededa" | ||
} |
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
0
33801
Updated@thi.ng/api@^7.1.6
Updated@thi.ng/base-n@^0.1.8
Updated@thi.ng/random@^2.4.2
Updated@thi.ng/strings@^2.1.2