|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/random-base-discrete-uniform",
|
3 |
| - "version": "0.0.6", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Discrete uniform distributed pseudorandom numbers.",
|
5 | 5 | "license": "Apache-2.0 AND BSL-1.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-integer": "^0.0.8", |
44 |
| - "@stdlib/assert-is-nan": "^0.0.8", |
45 |
| - "@stdlib/assert-is-plain-object": "^0.0.7", |
46 |
| - "@stdlib/constants-float64-max-safe-integer": "^0.0.8", |
47 |
| - "@stdlib/math-base-assert-is-integer": "^0.0.7", |
48 |
| - "@stdlib/math-base-assert-is-nan": "^0.0.8", |
49 |
| - "@stdlib/math-base-special-floor": "^0.0.8", |
50 |
| - "@stdlib/random-base-mt19937": "^0.0.6", |
51 |
| - "@stdlib/string-format": "^0.0.3", |
52 |
| - "@stdlib/types": "^0.0.14", |
53 |
| - "@stdlib/utils-constant-function": "^0.0.8", |
54 |
| - "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.0.7", |
55 |
| - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.7", |
56 |
| - "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.0.7", |
57 |
| - "@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-integer": "^0.1.0", |
| 44 | + "@stdlib/assert-is-nan": "^0.1.0", |
| 45 | + "@stdlib/assert-is-plain-object": "^0.1.0", |
| 46 | + "@stdlib/constants-float64-max-safe-integer": "^0.1.0", |
| 47 | + "@stdlib/math-base-assert-is-integer": "^0.1.0", |
| 48 | + "@stdlib/math-base-assert-is-nan": "^0.1.0", |
| 49 | + "@stdlib/math-base-special-floor": "^0.1.0", |
| 50 | + "@stdlib/random-base-mt19937": "^0.1.0", |
| 51 | + "@stdlib/string-format": "^0.1.0", |
| 52 | + "@stdlib/types": "^0.1.0", |
| 53 | + "@stdlib/utils-constant-function": "^0.1.0", |
| 54 | + "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.1.0", |
| 55 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0", |
| 56 | + "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.1.0", |
| 57 | + "@stdlib/utils-noop": "^0.1.0" |
58 | 58 | },
|
59 | 59 | "devDependencies": {
|
60 |
| - "@stdlib/array-uint32": "^0.0.6", |
61 |
| - "@stdlib/assert-is-uint32array": "^0.0.8", |
62 |
| - "@stdlib/bench": "^0.0.12", |
63 |
| - "@stdlib/constants-uint32-max": "^0.0.7", |
64 |
| - "@stdlib/math-base-special-round": "^0.0.7", |
65 |
| - "@stdlib/process-env": "^0.0.7", |
| 60 | + "@stdlib/array-uint32": "^0.1.0", |
| 61 | + "@stdlib/assert-is-uint32array": "^0.1.0", |
| 62 | + "@stdlib/bench": "^0.1.0", |
| 63 | + "@stdlib/constants-uint32-max": "^0.1.0", |
| 64 | + "@stdlib/math-base-special-round": "^0.1.0", |
| 65 | + "@stdlib/process-env": "^0.1.0", |
66 | 66 | "@stdlib/random-base-minstd": "^0.0.6",
|
67 | 67 | "@stdlib/random-base-minstd-shuffle": "^0.0.6",
|
68 | 68 | "@stdlib/random-base-randu": "^0.0.8",
|
69 |
| - "@stdlib/stats-chi2gof": "^0.0.8", |
70 |
| - "@stdlib/time-now": "^0.0.9", |
| 69 | + "@stdlib/stats-chi2gof": "^0.1.0", |
| 70 | + "@stdlib/time-now": "^0.1.0", |
71 | 71 | "proxyquire": "^2.0.0",
|
72 | 72 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
73 | 73 | "istanbul": "^0.4.1",
|
|
0 commit comments