@thi.ng/idgen
Advanced tools
Comparing version 0.2.29 to 0.2.30
@@ -6,16 +6,16 @@ # Change Log | ||
## [0.2.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/idgen@0.2.28...@thi.ng/idgen@0.2.29) (2021-01-02) | ||
## [0.2.30](https://github.com/thi-ng/umbrella/compare/@thi.ng/idgen@0.2.29...@thi.ng/idgen@0.2.30) (2021-02-20) | ||
**Note:** Version bump only for package @thi.ng/idgen | ||
### Performance Improvements | ||
* **idgen:** minor updates IDGen, add doc strings ([1c0e284](https://github.com/thi-ng/umbrella/commit/1c0e284e9f48d4a37a55f74db0fb2b6eade9dc89)) | ||
## [0.2.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/idgen@0.2.28...@thi.ng/idgen@0.2.29) (2021-01-02) | ||
## [0.2.28](https://github.com/thi-ng/umbrella/compare/@thi.ng/idgen@0.2.27...@thi.ng/idgen@0.2.28) (2020-12-22) | ||
### Performance Improvements | ||
**Note:** Version bump only for package @thi.ng/idgen | ||
* **idgen:** minor updates IDGen, add doc strings ([1c0e284](https://github.com/thi-ng/umbrella/commit/1c0e284e9f48d4a37a55f74db0fb2b6eade9dc89)) | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "@thi.ng/idgen", | ||
"version": "0.2.29", | ||
"version": "0.2.30", | ||
"description": "Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use", | ||
@@ -45,10 +45,10 @@ "module": "./index.js", | ||
"@types/node": "^14.14.14", | ||
"mocha": "^8.2.1", | ||
"mocha": "^8.3.0", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.20.4", | ||
"typescript": "^4.1.3" | ||
"typedoc": "^0.20.26", | ||
"typescript": "^4.1.5" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.13.6", | ||
"@thi.ng/api": "^7.0.0", | ||
"tslib": "2.0.1" | ||
@@ -78,3 +78,3 @@ }, | ||
}, | ||
"gitHead": "a2127bae6d16682027fd94190452b8404bf99a47" | ||
"gitHead": "2cb9a54255d6a5d7f21c9875002b86c42dd038de" | ||
} |
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
+ Added@thi.ng/api@7.2.0(transitive)
- Removed@thi.ng/api@6.13.6(transitive)
Updated@thi.ng/api@^7.0.0