@thi.ng/idgen
Advanced tools
Comparing version 0.2.14 to 0.2.15
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/idgen@0.2.14...@thi.ng/idgen@0.2.15) (2020-06-14) | ||
**Note:** Version bump only for package @thi.ng/idgen | ||
## [0.2.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/idgen@0.2.13...@thi.ng/idgen@0.2.14) (2020-06-01) | ||
@@ -8,0 +16,0 @@ |
import { __decorate } from "tslib"; | ||
import { assert, INotifyMixin } from "@thi.ng/api"; | ||
import { assert, INotifyMixin, } from "@thi.ng/api"; | ||
export const EVENT_ADDED = "added"; | ||
@@ -4,0 +4,0 @@ export const EVENT_REMOVED = "removed"; |
{ | ||
"name": "@thi.ng/idgen", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"description": "Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use", | ||
@@ -46,3 +46,3 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.11.0", | ||
"@thi.ng/api": "^6.11.1", | ||
"tslib": "^1.12.0" | ||
@@ -71,3 +71,3 @@ }, | ||
}, | ||
"gitHead": "a25c4eed5fba2c7d1fddb02dd706bae534affc93" | ||
"gitHead": "ddf9b8b67d3d60bcca88143528ee33b843cc089e" | ||
} |
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
40118
Updated@thi.ng/api@^6.11.1