@thi.ng/random
Advanced tools
Comparing version 4.1.0 to 4.1.1
# Change Log | ||
- **Last updated**: 2024-10-05T12:12:32Z | ||
- **Last updated**: 2024-10-07T12:32:11Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [4.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/random@4.1.1) (2024-10-07) | ||
#### 🩹 Bug fixes | ||
- add missing pkg export (WrappedRandom) ([8e4f7d5](https://github.com/thi-ng/umbrella/commit/8e4f7d5)) | ||
## [4.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/random@4.1.0) (2024-10-05) | ||
@@ -14,0 +20,0 @@ |
@@ -19,2 +19,3 @@ export * from "./api.js"; | ||
export * from "./weighted-random.js"; | ||
export * from "./wrapped.js"; | ||
export * from "./xorshift128.js"; | ||
@@ -21,0 +22,0 @@ export * from "./xorwow.js"; |
@@ -19,2 +19,3 @@ export * from "./api.js"; | ||
export * from "./weighted-random.js"; | ||
export * from "./wrapped.js"; | ||
export * from "./xorshift128.js"; | ||
@@ -21,0 +22,0 @@ export * from "./xorwow.js"; |
{ | ||
"name": "@thi.ng/random", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation", | ||
@@ -160,3 +160,3 @@ "type": "module", | ||
}, | ||
"gitHead": "11ae480076e61a2263f5730ffb37dfddbf01c7d1\n" | ||
"gitHead": "241df2019d93359c34da1a11a94e416b6ea73f32\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
74751
1077