|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/random-base-triangular",
|
3 |
| - "version": "0.0.6", |
| 3 | + "version": "0.1.0", |
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.0.7", |
41 |
| - "@stdlib/assert-has-own-property": "^0.0.7", |
42 |
| - "@stdlib/assert-is-function": "^0.0.8", |
43 |
| - "@stdlib/assert-is-nan": "^0.0.8", |
44 |
| - "@stdlib/assert-is-number": "^0.0.7", |
45 |
| - "@stdlib/assert-is-plain-object": "^0.0.7", |
46 |
| - "@stdlib/math-base-assert-is-nan": "^0.0.8", |
47 |
| - "@stdlib/math-base-special-sqrt": "^0.0.8", |
48 |
| - "@stdlib/random-base-mt19937": "^0.0.6", |
49 |
| - "@stdlib/string-format": "^0.0.3", |
50 |
| - "@stdlib/types": "^0.0.14", |
51 |
| - "@stdlib/utils-constant-function": "^0.0.8", |
52 |
| - "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.0.7", |
53 |
| - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.7", |
54 |
| - "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.0.7", |
55 |
| - "@stdlib/utils-noop": "^0.0.14" |
| 40 | + "@stdlib/array-to-json": "^0.1.0", |
| 41 | + "@stdlib/assert-has-own-property": "^0.1.0", |
| 42 | + "@stdlib/assert-is-function": "^0.1.0", |
| 43 | + "@stdlib/assert-is-nan": "^0.1.0", |
| 44 | + "@stdlib/assert-is-number": "^0.1.0", |
| 45 | + "@stdlib/assert-is-plain-object": "^0.1.0", |
| 46 | + "@stdlib/math-base-assert-is-nan": "^0.1.0", |
| 47 | + "@stdlib/math-base-special-sqrt": "^0.1.0", |
| 48 | + "@stdlib/random-base-mt19937": "^0.1.0", |
| 49 | + "@stdlib/string-format": "^0.1.0", |
| 50 | + "@stdlib/types": "^0.1.0", |
| 51 | + "@stdlib/utils-constant-function": "^0.1.0", |
| 52 | + "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.1.0", |
| 53 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0", |
| 54 | + "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.1.0", |
| 55 | + "@stdlib/utils-noop": "^0.1.0" |
56 | 56 | },
|
57 | 57 | "devDependencies": {
|
58 |
| - "@stdlib/array-uint32": "^0.0.6", |
59 |
| - "@stdlib/assert-is-uint32array": "^0.0.8", |
60 |
| - "@stdlib/bench": "^0.0.12", |
61 |
| - "@stdlib/constants-uint32-max": "^0.0.7", |
62 |
| - "@stdlib/process-env": "^0.0.7", |
| 58 | + "@stdlib/array-uint32": "^0.1.0", |
| 59 | + "@stdlib/assert-is-uint32array": "^0.1.0", |
| 60 | + "@stdlib/bench": "^0.1.0", |
| 61 | + "@stdlib/constants-uint32-max": "^0.1.0", |
| 62 | + "@stdlib/process-env": "^0.1.0", |
63 | 63 | "@stdlib/random-base-minstd": "^0.0.6",
|
64 | 64 | "@stdlib/random-base-minstd-shuffle": "^0.0.6",
|
65 | 65 | "@stdlib/random-base-randu": "^0.0.8",
|
66 |
| - "@stdlib/stats-kstest": "^0.0.7", |
67 |
| - "@stdlib/time-now": "^0.0.9", |
| 66 | + "@stdlib/stats-kstest": "^0.1.0", |
| 67 | + "@stdlib/time-now": "^0.1.0", |
68 | 68 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
69 | 69 | "istanbul": "^0.4.1",
|
70 | 70 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git"
|
|
0 commit comments