@thi.ng/random
Advanced tools
Comparing version 1.4.16 to 1.4.17
@@ -6,2 +6,10 @@ # Change Log | ||
## [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) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/random", | ||
"version": "1.4.16", | ||
"version": "1.4.17", | ||
"description": "Pseudo-random number generators w/ unified API", | ||
@@ -36,3 +36,3 @@ "module": "./index.js", | ||
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc src", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc --theme ../../tools/doc/typedoc-theme src", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose", | ||
@@ -53,4 +53,4 @@ "pub": "yarn build:release && yarn publish --access public" | ||
"dependencies": { | ||
"@thi.ng/api": "^6.12.1", | ||
"@thi.ng/checks": "^2.7.5" | ||
"@thi.ng/api": "^6.12.2", | ||
"@thi.ng/checks": "^2.7.6" | ||
}, | ||
@@ -73,3 +73,3 @@ "files": [ | ||
"sideEffects": false, | ||
"gitHead": "81ba08f0ce3a0ece6901944e7b5827283d13a9e6" | ||
"gitHead": "44824f17050b412d635b576bf5f9b2136dac9554" | ||
} |
@@ -58,3 +58,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (gzipped, pre-treeshake): ESM: 1.23 KB / CJS: 1.33 KB / UMD: 1.35 KB | ||
Package sizes (gzipped, pre-treeshake): ESM: 1.23 KB / CJS: 1.33 KB / UMD: 1.37 KB | ||
@@ -61,0 +61,0 @@ ## Dependencies |
65067
Updated@thi.ng/api@^6.12.2
Updated@thi.ng/checks@^2.7.6