|
1 | 1 | { |
2 | 2 | "name": "@stdlib/random-base-randn", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Standard normal pseudorandom numbers.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
37 | 37 | "url": "https://github.com/stdlib-js/stdlib/issues" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@stdlib/array-to-json": "^0.2.0", |
41 | | - "@stdlib/assert-has-own-property": "^0.2.0", |
42 | | - "@stdlib/assert-is-boolean": "^0.2.0", |
43 | | - "@stdlib/assert-is-plain-object": "^0.2.0", |
44 | | - "@stdlib/random-base-box-muller": "^0.2.0", |
45 | | - "@stdlib/random-base-improved-ziggurat": "^0.2.0", |
46 | | - "@stdlib/string-format": "^0.2.0", |
47 | | - "@stdlib/types": "^0.3.1", |
48 | | - "@stdlib/utils-constant-function": "^0.2.0", |
49 | | - "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.0", |
50 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0", |
51 | | - "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.0", |
52 | | - "@stdlib/utils-noop": "^0.2.0" |
| 40 | + "@stdlib/array-to-json": "^0.2.1", |
| 41 | + "@stdlib/assert-has-own-property": "^0.2.1", |
| 42 | + "@stdlib/assert-is-boolean": "^0.2.1", |
| 43 | + "@stdlib/assert-is-plain-object": "^0.2.1", |
| 44 | + "@stdlib/random-base-box-muller": "^0.2.1", |
| 45 | + "@stdlib/random-base-improved-ziggurat": "^0.2.1", |
| 46 | + "@stdlib/string-format": "^0.2.1", |
| 47 | + "@stdlib/types": "^0.3.2", |
| 48 | + "@stdlib/utils-constant-function": "^0.2.1", |
| 49 | + "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2", |
| 50 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", |
| 51 | + "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.1", |
| 52 | + "@stdlib/utils-noop": "^0.2.1", |
| 53 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
53 | 54 | }, |
54 | 55 | "devDependencies": { |
55 | | - "@stdlib/array-uint32": "^0.2.0", |
56 | | - "@stdlib/assert-is-array-like-object": "^0.2.0", |
57 | | - "@stdlib/math-base-assert-is-nan": "^0.2.0", |
58 | | - "@stdlib/process-env": "^0.2.0", |
59 | | - "@stdlib/random-base-minstd": "^0.1.0", |
60 | | - "@stdlib/stats-kstest": "^0.2.0", |
61 | | - "@stdlib/time-now": "^0.2.0", |
| 56 | + "@stdlib/array-uint32": "^0.2.1", |
| 57 | + "@stdlib/assert-is-array-like-object": "^0.2.1", |
| 58 | + "@stdlib/math-base-assert-is-nan": "^0.2.1", |
| 59 | + "@stdlib/process-env": "^0.2.1", |
| 60 | + "@stdlib/random-base-minstd": "^0.2.0", |
| 61 | + "@stdlib/stats-kstest": "^0.2.1", |
| 62 | + "@stdlib/time-now": "^0.2.1", |
62 | 63 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
63 | 64 | "istanbul": "^0.4.1", |
64 | 65 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
65 | | - "@stdlib/bench-harness": "^0.2.0" |
| 66 | + "@stdlib/bench-harness": "^0.2.1" |
66 | 67 | }, |
67 | 68 | "engines": { |
68 | 69 | "node": ">=0.10.0", |
|
0 commit comments