@thi.ng/idgen
Advanced tools
Comparing version 2.2.20 to 2.2.21
# Change Log | ||
- **Last updated**: 2024-01-23T15:58:27Z | ||
- **Last updated**: 2024-01-26T18:03:04Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
@@ -68,7 +68,4 @@ import type { Event, IClear, IIDGen, INotify, Listener } from "@thi.ng/api"; | ||
has(id: number): boolean; | ||
/** {@inheritDoc @thi.ng/api#INotify.addListener} */ | ||
addListener(id: IDGenEventType, fn: Listener<IDGenEventType>, scope?: any): boolean; | ||
/** {@inheritDoc @thi.ng/api#INotify.removeListener} */ | ||
removeListener(id: IDGenEventType, fn: Listener<IDGenEventType>, scope?: any): boolean; | ||
/** {@inheritDoc @thi.ng/api#INotify.notify} */ | ||
notify(event: Event<IDGenEventType>): boolean; | ||
@@ -75,0 +72,0 @@ protected nextVersion(id: number): number; |
@@ -160,3 +160,2 @@ var __defProp = Object.defineProperty; | ||
} | ||
/** {@inheritDoc @thi.ng/api#INotify.addListener} */ | ||
// @ts-ignore: mixin | ||
@@ -166,3 +165,2 @@ // prettier-ignore | ||
} | ||
/** {@inheritDoc @thi.ng/api#INotify.removeListener} */ | ||
// @ts-ignore: mixin | ||
@@ -172,3 +170,2 @@ // prettier-ignore | ||
} | ||
/** {@inheritDoc @thi.ng/api#INotify.notify} */ | ||
// @ts-ignore: mixin | ||
@@ -175,0 +172,0 @@ notify(event) { |
{ | ||
"name": "@thi.ng/idgen", | ||
"version": "2.2.20", | ||
"version": "2.2.21", | ||
"description": "Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use", | ||
@@ -38,3 +38,3 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.17", | ||
"@thi.ng/api": "^8.9.18", | ||
"@thi.ng/errors": "^2.4.11", | ||
@@ -93,3 +93,3 @@ "tslib": "^2.6.2" | ||
}, | ||
"gitHead": "417b5a7ea7bd54a3b4f086fe0fc2ce8e8933c9b2\n" | ||
"gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\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
37800
446
Updated@thi.ng/api@^8.9.18