@thi.ng/random
Advanced tools
Comparing version 3.7.3 to 3.7.4
# Change Log | ||
- **Last updated**: 2024-04-11T12:32:44Z | ||
- **Last updated**: 2024-04-20T14:42:45Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/random", | ||
"version": "3.7.3", | ||
"version": "3.7.4", | ||
"description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation", | ||
@@ -39,6 +39,6 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.10.1", | ||
"@thi.ng/checks": "^3.6.1", | ||
"@thi.ng/errors": "^2.5.4", | ||
"@thi.ng/hex": "^2.3.43" | ||
"@thi.ng/api": "^8.11.0", | ||
"@thi.ng/checks": "^3.6.2", | ||
"@thi.ng/errors": "^2.5.5", | ||
"@thi.ng/hex": "^2.3.44" | ||
}, | ||
@@ -165,3 +165,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n" | ||
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n" | ||
} |
@@ -96,6 +96,6 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
```html | ||
<script type="module" src="https://cdn.skypack.dev/@thi.ng/random"></script> | ||
<script type="module" src="https://esm.run/@thi.ng/random"></script> | ||
``` | ||
[Skypack documentation](https://docs.skypack.dev/) | ||
[JSDelivr documentation](https://www.jsdelivr.com/) | ||
@@ -102,0 +102,0 @@ For Node.js REPL: |
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
73428
Updated@thi.ng/api@^8.11.0
Updated@thi.ng/checks@^3.6.2
Updated@thi.ng/errors@^2.5.5
Updated@thi.ng/hex@^2.3.44