@thi.ng/random
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.4.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.4.0...@thi.ng/random@2.4.1) (2021-06-08) | ||
**Note:** Version bump only for package @thi.ng/random | ||
# [2.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.3.7...@thi.ng/random@2.4.0) (2021-04-19) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/random", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation", | ||
@@ -45,12 +45,12 @@ "module": "./index.js", | ||
"@types/node": "^14.14.14", | ||
"mocha": "^8.3.0", | ||
"mocha": "^9.0.0", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^9.1.1", | ||
"ts-node": "^10.0.0", | ||
"typedoc": "^0.20.30", | ||
"typescript": "^4.2.3" | ||
"typescript": "4.2.4" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^7.1.4", | ||
"@thi.ng/checks": "^2.9.6", | ||
"@thi.ng/hex": "^0.2.5" | ||
"@thi.ng/api": "^7.1.5", | ||
"@thi.ng/checks": "^2.9.7", | ||
"@thi.ng/hex": "^0.2.6" | ||
}, | ||
@@ -91,3 +91,3 @@ "files": [ | ||
}, | ||
"gitHead": "a099b0a1f1c6180819df9cc4786faa5c2b535140" | ||
"gitHead": "bcc3e88102fb0eb20e2763908488b7bca3e062d1" | ||
} |
99102
Updated@thi.ng/api@^7.1.5
Updated@thi.ng/checks@^2.9.7
Updated@thi.ng/hex@^0.2.6