@thi.ng/idgen
Advanced tools
Comparing version 2.1.17 to 2.1.18
# Change Log | ||
- **Last updated**: 2022-10-28T19:08:39Z | ||
- **Last updated**: 2022-11-23T22:46:54Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -62,2 +62,5 @@ | ||
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc)) | ||
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) | ||
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a)) | ||
- update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e)) | ||
@@ -69,5 +72,2 @@ - largely related to recent updates/restructuring of these packages: | ||
- logger | ||
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a)) | ||
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc)) | ||
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) | ||
@@ -84,7 +84,7 @@ ### [0.2.29](https://github.com/thi-ng/umbrella/tree/@thi.ng/idgen@0.2.29) (2021-01-02) | ||
- add IClear impl, fix available() getter, add tests ([e467978](https://github.com/thi-ng/umbrella/commit/e467978)) | ||
- available() now takes start offset into account | ||
- support increasing ID range capacity ([f040eb5](https://github.com/thi-ng/umbrella/commit/f040eb5)) | ||
- add `capacity` getter / setter | ||
- increasing capacity only supported if unversioned | ||
- add IClear impl, fix available() getter, add tests ([e467978](https://github.com/thi-ng/umbrella/commit/e467978)) | ||
- available() now takes start offset into account | ||
@@ -95,8 +95,8 @@ ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/idgen@0.1.0) (2019-11-30) | ||
- import as new pkg ([bff5f5b](https://github.com/thi-ng/umbrella/commit/bff5f5b)) | ||
- add INotify impl, add tests ([7aec9b7](https://github.com/thi-ng/umbrella/commit/7aec9b7)) | ||
- import as new pkg ([bff5f5b](https://github.com/thi-ng/umbrella/commit/bff5f5b)) | ||
#### ♻️ Refactoring | ||
- expose capacity, available, used getters ([70d0dc9](https://github.com/thi-ng/umbrella/commit/70d0dc9)) | ||
- add readonly acces to `ids`, `freeID` getter ([9a2637c](https://github.com/thi-ng/umbrella/commit/9a2637c)) | ||
- expose capacity, available, used getters ([70d0dc9](https://github.com/thi-ng/umbrella/commit/70d0dc9)) |
{ | ||
"name": "@thi.ng/idgen", | ||
"version": "2.1.17", | ||
"version": "2.1.18", | ||
"description": "Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use", | ||
@@ -37,12 +37,12 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.4.5", | ||
"@thi.ng/errors": "^2.2.3", | ||
"tslib": "^2.4.0" | ||
"@thi.ng/api": "^8.4.6", | ||
"@thi.ng/errors": "^2.2.4", | ||
"tslib": "^2.4.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.5", | ||
"@thi.ng/testament": "^0.3.4", | ||
"@thi.ng/testament": "^0.3.5", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.18", | ||
"typedoc": "^0.23.20", | ||
"typescript": "^4.8.4" | ||
@@ -66,4 +66,4 @@ }, | ||
"files": [ | ||
"*.js", | ||
"*.d.ts" | ||
"./*.js", | ||
"./*.d.ts" | ||
], | ||
@@ -82,3 +82,3 @@ "exports": { | ||
}, | ||
"gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n" | ||
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\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
30157
Updated@thi.ng/api@^8.4.6
Updated@thi.ng/errors@^2.2.4
Updatedtslib@^2.4.1