|
1 | 1 | { |
2 | 2 | "name": "@stdlib/random-base-uniform", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Uniformly distributed pseudorandom numbers.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
39 | 39 | "url": "https://github.com/stdlib-js/stdlib/issues" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | | - "@stdlib/array-to-json": "^0.3.0", |
43 | | - "@stdlib/assert-has-own-property": "^0.2.2", |
44 | | - "@stdlib/assert-is-function": "^0.2.2", |
45 | | - "@stdlib/assert-is-nan": "^0.2.2", |
46 | | - "@stdlib/assert-is-number": "^0.2.2", |
47 | | - "@stdlib/assert-is-plain-object": "^0.2.2", |
48 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
| 42 | + "@stdlib/array-to-json": "^0.3.1", |
| 43 | + "@stdlib/assert-has-own-property": "^0.2.3", |
| 44 | + "@stdlib/assert-is-function": "^0.2.3", |
| 45 | + "@stdlib/assert-is-nan": "^0.2.3", |
| 46 | + "@stdlib/assert-is-number": "^0.2.3", |
| 47 | + "@stdlib/assert-is-plain-object": "^0.2.3", |
| 48 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
49 | 49 | "@stdlib/random-base-mt19937": "^0.2.2", |
50 | 50 | "@stdlib/random-base-randu": "^0.2.2", |
51 | | - "@stdlib/random-base-shared": "^0.1.1", |
| 51 | + "@stdlib/random-base-shared": "^0.1.2", |
52 | 52 | "@stdlib/string-format": "^0.2.3", |
53 | 53 | "@stdlib/types": "^0.4.3", |
54 | 54 | "@stdlib/utils-constant-function": "^0.2.3", |
55 | 55 | "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.4", |
56 | 56 | "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", |
57 | 57 | "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.3", |
58 | | - "@stdlib/utils-library-manifest": "^0.2.3", |
| 58 | + "@stdlib/utils-library-manifest": "^0.2.4", |
59 | 59 | "@stdlib/utils-noop": "^0.2.3", |
60 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 60 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | | - "@stdlib/array-base-zeros": "^0.2.2", |
64 | | - "@stdlib/array-uint32": "^0.2.2", |
65 | | - "@stdlib/assert-is-uint32array": "^0.2.2", |
66 | | - "@stdlib/constants-float64-eps": "^0.2.2", |
67 | | - "@stdlib/constants-uint32-max": "^0.2.2", |
68 | | - "@stdlib/process-env": "^0.2.2", |
| 63 | + "@stdlib/array-base-zeros": "^0.2.3", |
| 64 | + "@stdlib/array-uint32": "^0.2.3", |
| 65 | + "@stdlib/assert-is-uint32array": "^0.2.3", |
| 66 | + "@stdlib/constants-float64-eps": "^0.2.3", |
| 67 | + "@stdlib/constants-uint32-max": "^0.2.3", |
| 68 | + "@stdlib/process-env": "^0.2.3", |
69 | 69 | "@stdlib/random-base-minstd": "^0.2.2", |
70 | 70 | "@stdlib/random-base-minstd-shuffle": "^0.2.2", |
71 | | - "@stdlib/stats-kstest": "^0.2.2", |
72 | | - "@stdlib/time-now": "^0.2.2", |
| 71 | + "@stdlib/stats-kstest": "^0.2.3", |
| 72 | + "@stdlib/time-now": "^0.2.3", |
73 | 73 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
74 | 74 | "istanbul": "^0.4.1", |
75 | 75 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
76 | | - "@stdlib/bench-harness": "^0.2.2" |
| 76 | + "@stdlib/bench-harness": "^0.2.3" |
77 | 77 | }, |
78 | 78 | "engines": { |
79 | 79 | "node": ">=0.10.0", |
|
0 commit comments