@thi.ng/idgen
Advanced tools
Comparing version 2.1.18 to 2.1.19
# Change Log | ||
- **Last updated**: 2022-11-23T22:46:54Z | ||
- **Last updated**: 2022-11-28T13:36:49Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [2.1.19](https://github.com/thi-ng/umbrella/tree/@thi.ng/idgen@2.1.19) (2022-11-28) | ||
#### ♻️ Refactoring | ||
- update INotify.notify() signature ([b70eebe](https://github.com/thi-ng/umbrella/commit/b70eebe)) | ||
## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/idgen@2.1.0) (2021-11-17) | ||
@@ -14,0 +20,0 @@ |
@@ -74,3 +74,3 @@ import type { Event, IClear, INotify, Listener } from "@thi.ng/api"; | ||
/** {@inheritDoc @thi.ng/api#INotify.notify} */ | ||
notify(event: Event): void; | ||
notify(event: Event): boolean; | ||
protected nextVersion(id: number): number; | ||
@@ -77,0 +77,0 @@ } |
{ | ||
"name": "@thi.ng/idgen", | ||
"version": "2.1.18", | ||
"version": "2.1.19", | ||
"description": "Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use", | ||
@@ -37,3 +37,3 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.4.6", | ||
"@thi.ng/api": "^8.5.0", | ||
"@thi.ng/errors": "^2.2.4", | ||
@@ -81,3 +81,3 @@ "tslib": "^2.4.1" | ||
}, | ||
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n" | ||
"gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\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
30374
2
Updated@thi.ng/api@^8.5.0