@thi.ng/idgen
Advanced tools
Comparing version 0.2.24 to 0.2.25
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/idgen@0.2.24...@thi.ng/idgen@0.2.25) (2020-11-24) | ||
**Note:** Version bump only for package @thi.ng/idgen | ||
## [0.2.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/idgen@0.2.23...@thi.ng/idgen@0.2.24) (2020-10-19) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/idgen", | ||
"version": "0.2.24", | ||
"version": "0.2.25", | ||
"description": "Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use", | ||
@@ -42,14 +42,14 @@ "module": "./index.js", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.9.11", | ||
"@microsoft/api-extractor": "^7.12.0", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.1", | ||
"mocha": "^8.1.2", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^9.0.0", | ||
"typedoc": "^0.18.0", | ||
"typescript": "^4.0.2" | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.1.2" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.13.1", | ||
"tslib": "^2.0.1" | ||
"@thi.ng/api": "^6.13.2", | ||
"tslib": "^2.0.3" | ||
}, | ||
@@ -62,3 +62,5 @@ "files": [ | ||
"keywords": [ | ||
"binary", | ||
"counter", | ||
"datastructure", | ||
"freelist", | ||
@@ -77,3 +79,3 @@ "identifier", | ||
}, | ||
"gitHead": "fddd3584c295648598109dab9b52b1f6bd6a1a18" | ||
"gitHead": "3a89bdfa4c58983d5e005b3e9fb056b0351198fe" | ||
} |
Sorry, the diff of this file is not supported yet
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
41314
Updated@thi.ng/api@^6.13.2
Updatedtslib@^2.0.3