@thi.ng/random
Advanced tools
Comparing version 3.7.0 to 3.7.1
# Change Log | ||
- **Last updated**: 2024-03-21T16:11:49Z | ||
- **Last updated**: 2024-03-27T09:53:45Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/random", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation", | ||
@@ -39,13 +39,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.30", | ||
"@thi.ng/checks": "^3.5.4", | ||
"@thi.ng/errors": "^2.5.1", | ||
"@thi.ng/hex": "^2.3.40" | ||
"@thi.ng/api": "^8.9.31", | ||
"@thi.ng/checks": "^3.5.5", | ||
"@thi.ng/errors": "^2.5.2", | ||
"@thi.ng/hex": "^2.3.41" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.42.3", | ||
"esbuild": "^0.20.1", | ||
"@microsoft/api-extractor": "^7.43.0", | ||
"esbuild": "^0.20.2", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "^0.25.12", | ||
"typescript": "^5.4.2" | ||
"typescript": "^5.4.3" | ||
}, | ||
@@ -164,3 +164,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "da965520b2f3f8c259a791e8e8864308be2ba0be\n" | ||
"gitHead": "feb3b24654f2c931cd3c3308c1c0c807ee14d0e4\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
Updated@thi.ng/api@^8.9.31
Updated@thi.ng/checks@^3.5.5
Updated@thi.ng/errors@^2.5.2
Updated@thi.ng/hex@^2.3.41