|
1 | 1 | { |
2 | 2 | "name": "@stdlib/random-base-triangular", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Triangular distributed 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-function": "^0.2.0", |
43 | | - "@stdlib/assert-is-nan": "^0.2.0", |
44 | | - "@stdlib/assert-is-number": "^0.2.0", |
45 | | - "@stdlib/assert-is-plain-object": "^0.2.0", |
46 | | - "@stdlib/math-base-assert-is-nan": "^0.2.0", |
47 | | - "@stdlib/math-base-special-sqrt": "^0.2.0", |
48 | | - "@stdlib/random-base-mt19937": "^0.2.0", |
49 | | - "@stdlib/string-format": "^0.2.0", |
50 | | - "@stdlib/types": "^0.3.1", |
51 | | - "@stdlib/utils-constant-function": "^0.2.0", |
52 | | - "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.0", |
53 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0", |
54 | | - "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.0", |
55 | | - "@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-function": "^0.2.1", |
| 43 | + "@stdlib/assert-is-nan": "^0.2.1", |
| 44 | + "@stdlib/assert-is-number": "^0.2.1", |
| 45 | + "@stdlib/assert-is-plain-object": "^0.2.1", |
| 46 | + "@stdlib/math-base-assert-is-nan": "^0.2.1", |
| 47 | + "@stdlib/math-base-special-sqrt": "^0.2.1", |
| 48 | + "@stdlib/random-base-mt19937": "^0.2.1", |
| 49 | + "@stdlib/string-format": "^0.2.1", |
| 50 | + "@stdlib/types": "^0.3.2", |
| 51 | + "@stdlib/utils-constant-function": "^0.2.1", |
| 52 | + "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2", |
| 53 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", |
| 54 | + "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.1", |
| 55 | + "@stdlib/utils-noop": "^0.2.1", |
| 56 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
56 | 57 | }, |
57 | 58 | "devDependencies": { |
58 | | - "@stdlib/array-uint32": "^0.2.0", |
59 | | - "@stdlib/assert-is-uint32array": "^0.2.0", |
60 | | - "@stdlib/constants-uint32-max": "^0.2.0", |
61 | | - "@stdlib/process-env": "^0.2.0", |
62 | | - "@stdlib/random-base-minstd": "^0.1.0", |
63 | | - "@stdlib/random-base-minstd-shuffle": "^0.1.0", |
64 | | - "@stdlib/random-base-randu": "^0.1.0", |
65 | | - "@stdlib/stats-kstest": "^0.2.0", |
66 | | - "@stdlib/time-now": "^0.2.0", |
| 59 | + "@stdlib/array-uint32": "^0.2.1", |
| 60 | + "@stdlib/assert-is-uint32array": "^0.2.1", |
| 61 | + "@stdlib/constants-uint32-max": "^0.2.1", |
| 62 | + "@stdlib/process-env": "^0.2.1", |
| 63 | + "@stdlib/random-base-minstd": "^0.2.0", |
| 64 | + "@stdlib/random-base-minstd-shuffle": "^0.2.0", |
| 65 | + "@stdlib/random-base-randu": "^0.2.0", |
| 66 | + "@stdlib/stats-kstest": "^0.2.1", |
| 67 | + "@stdlib/time-now": "^0.2.1", |
67 | 68 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
68 | 69 | "istanbul": "^0.4.1", |
69 | 70 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
70 | | - "@stdlib/bench-harness": "^0.2.0" |
| 71 | + "@stdlib/bench-harness": "^0.2.1" |
71 | 72 | }, |
72 | 73 | "engines": { |
73 | 74 | "node": ">=0.10.0", |
|
0 commit comments