@thi.ng/random
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -6,3 +6,3 @@ # Change Log | ||
## [2.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.1.1...@thi.ng/random@2.1.2) (2020-12-07) | ||
## [2.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.1.2...@thi.ng/random@2.1.3) (2020-12-22) | ||
@@ -38,18 +38,2 @@ **Note:** Version bump only for package @thi.ng/random | ||
## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@2.0.1...@thi.ng/random@2.0.2) (2020-09-22) | ||
**Note:** Version bump only for package @thi.ng/random | ||
## [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) | ||
@@ -79,18 +63,2 @@ | ||
## [1.4.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@1.4.16...@thi.ng/random@1.4.17) (2020-08-17) | ||
**Note:** Version bump only for package @thi.ng/random | ||
## [1.4.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@1.4.15...@thi.ng/random@1.4.16) (2020-08-16) | ||
**Note:** Version bump only for package @thi.ng/random | ||
# [1.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@1.3.2...@thi.ng/random@1.4.0) (2020-03-01) | ||
@@ -97,0 +65,0 @@ |
{ | ||
"name": "@thi.ng/random", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"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 *.map .nyc_output build coverage doc lib", | ||
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib distributions", | ||
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts", | ||
@@ -43,15 +43,15 @@ "doc": "node_modules/.bin/typedoc --mode modules --out doc --theme ../../tools/doc/typedoc-theme src", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.12.0", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.1", | ||
"@microsoft/api-extractor": "^7.12.1", | ||
"@types/mocha": "^8.2.0", | ||
"@types/node": "^14.14.14", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^9.0.0", | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.1.2" | ||
"typescript": "^4.1.3" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.13.4", | ||
"@thi.ng/checks": "^2.7.11", | ||
"@thi.ng/hex": "^0.1.1" | ||
"@thi.ng/api": "^6.13.5", | ||
"@thi.ng/checks": "^2.7.12", | ||
"@thi.ng/hex": "^0.1.2" | ||
}, | ||
@@ -76,3 +76,3 @@ "files": [ | ||
"sideEffects": false, | ||
"gitHead": "b735cef6fb43db0f54ea8bb2a840d279225e95e0" | ||
"gitHead": "8fed74edc94bfb65f84e8982e6724619bbfbd1d0" | ||
} |
80439
46
998
Updated@thi.ng/api@^6.13.5
Updated@thi.ng/checks@^2.7.12
Updated@thi.ng/hex@^0.1.2