@thi.ng/random
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.0.0...@thi.ng/random@2.0.1) (2020-09-13) | ||
**Note:** Version bump only for package @thi.ng/random | ||
# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@1.4.17...@thi.ng/random@2.0.0) (2020-08-28) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/random", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Pseudo-random number generators w/ unified API", | ||
@@ -34,3 +34,3 @@ "module": "./index.js", | ||
"cover": "nyc mocha test && nyc report --reporter=lcov", | ||
"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib", | ||
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib", | ||
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts", | ||
@@ -53,4 +53,4 @@ "doc": "node_modules/.bin/typedoc --mode modules --out doc --theme ../../tools/doc/typedoc-theme src", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.12.3", | ||
"@thi.ng/checks": "^2.7.7" | ||
"@thi.ng/api": "^6.13.0", | ||
"@thi.ng/checks": "^2.7.8" | ||
}, | ||
@@ -63,3 +63,3 @@ "files": [ | ||
"keywords": [ | ||
"ES6", | ||
"es6", | ||
"generator", | ||
@@ -74,3 +74,3 @@ "PRNG", | ||
"sideEffects": false, | ||
"gitHead": "3a55c0df86c5be9c56a1e1a4c0cfcaa2809a160a" | ||
"gitHead": "83a0206aae59aa1b1b4bcb01c2b34bbe3db4844c" | ||
} |
67549
Updated@thi.ng/api@^6.13.0
Updated@thi.ng/checks@^2.7.8