@thi.ng/idgen
Advanced tools
Comparing version 2.2.31 to 2.2.32
# Change Log | ||
- **Last updated**: 2024-03-02T14:05:53Z | ||
- **Last updated**: 2024-03-07T20:40:47Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/idgen", | ||
"version": "2.2.31", | ||
"version": "2.2.32", | ||
"description": "Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use", | ||
@@ -35,7 +35,8 @@ "type": "module", | ||
"pub": "yarn npm publish --access public", | ||
"test": "bun test" | ||
"test": "bun test", | ||
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.27", | ||
"@thi.ng/errors": "^2.4.19", | ||
"@thi.ng/api": "^8.9.28", | ||
"@thi.ng/errors": "^2.4.20", | ||
"tslib": "^2.6.2" | ||
@@ -93,3 +94,3 @@ }, | ||
}, | ||
"gitHead": "df9e312af741d87e6b450afcfea6a6e381662b1e\n" | ||
"gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\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
38114
Updated@thi.ng/api@^8.9.28
Updated@thi.ng/errors@^2.4.20