|
1 | 1 | { |
2 | 2 | "name": "@stdlib/random-base-binomial", |
3 | | - "version": "0.2.1", |
| 3 | + "version": "0.2.2", |
4 | 4 | "description": "Binomial 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.3.0", |
41 | | - "@stdlib/assert-has-own-property": "^0.2.2", |
42 | | - "@stdlib/assert-is-function": "^0.2.2", |
43 | | - "@stdlib/assert-is-plain-object": "^0.2.2", |
44 | | - "@stdlib/assert-is-positive-integer": "^0.2.2", |
45 | | - "@stdlib/assert-is-probability": "^0.2.2", |
46 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
47 | | - "@stdlib/math-base-assert-is-positive-integer": "^0.3.1", |
48 | | - "@stdlib/math-base-assert-is-probability": "^0.2.3", |
49 | | - "@stdlib/math-base-special-abs": "^0.2.2", |
50 | | - "@stdlib/math-base-special-floor": "^0.2.3", |
51 | | - "@stdlib/math-base-special-ln": "^0.2.4", |
52 | | - "@stdlib/math-base-special-pow": "^0.3.0", |
53 | | - "@stdlib/math-base-special-signum": "^0.2.2", |
54 | | - "@stdlib/math-base-special-sqrt": "^0.2.2", |
55 | | - "@stdlib/random-base-mt19937": "^0.2.1", |
56 | | - "@stdlib/string-format": "^0.2.2", |
| 40 | + "@stdlib/array-to-json": "^0.3.1", |
| 41 | + "@stdlib/assert-has-own-property": "^0.2.3", |
| 42 | + "@stdlib/assert-is-function": "^0.2.3", |
| 43 | + "@stdlib/assert-is-plain-object": "^0.2.3", |
| 44 | + "@stdlib/assert-is-positive-integer": "^0.2.3", |
| 45 | + "@stdlib/assert-is-probability": "^0.2.3", |
| 46 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
| 47 | + "@stdlib/math-base-assert-is-positive-integer": "^0.3.2", |
| 48 | + "@stdlib/math-base-assert-is-probability": "^0.2.4", |
| 49 | + "@stdlib/math-base-special-abs": "^0.2.3", |
| 50 | + "@stdlib/math-base-special-floor": "^0.2.4", |
| 51 | + "@stdlib/math-base-special-ln": "^0.2.5", |
| 52 | + "@stdlib/math-base-special-pow": "^0.3.1", |
| 53 | + "@stdlib/math-base-special-signum": "^0.2.3", |
| 54 | + "@stdlib/math-base-special-sqrt": "^0.2.3", |
| 55 | + "@stdlib/random-base-mt19937": "^0.2.2", |
| 56 | + "@stdlib/string-format": "^0.2.3", |
57 | 57 | "@stdlib/types": "^0.4.3", |
58 | | - "@stdlib/utils-constant-function": "^0.2.2", |
59 | | - "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.3", |
60 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", |
61 | | - "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.2", |
62 | | - "@stdlib/utils-noop": "^0.2.2", |
63 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 58 | + "@stdlib/utils-constant-function": "^0.2.3", |
| 59 | + "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.4", |
| 60 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", |
| 61 | + "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.3", |
| 62 | + "@stdlib/utils-noop": "^0.2.3", |
| 63 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
64 | 64 | }, |
65 | 65 | "devDependencies": { |
66 | | - "@stdlib/array-base-zeros": "^0.2.2", |
67 | | - "@stdlib/array-uint32": "^0.2.2", |
68 | | - "@stdlib/assert-is-uint32array": "^0.2.2", |
69 | | - "@stdlib/constants-uint32-max": "^0.2.2", |
| 66 | + "@stdlib/array-base-zeros": "^0.2.3", |
| 67 | + "@stdlib/array-uint32": "^0.2.3", |
| 68 | + "@stdlib/assert-is-uint32array": "^0.2.3", |
| 69 | + "@stdlib/constants-uint32-max": "^0.2.3", |
70 | 70 | "@stdlib/math-base-assert-is-nonnegative-integer": "^0.2.2", |
71 | | - "@stdlib/math-base-special-ceil": "^0.2.2", |
72 | | - "@stdlib/math-base-special-round": "^0.3.0", |
73 | | - "@stdlib/process-env": "^0.2.2", |
74 | | - "@stdlib/random-base-minstd": "^0.2.1", |
75 | | - "@stdlib/random-base-minstd-shuffle": "^0.2.1", |
76 | | - "@stdlib/random-base-randu": "^0.2.1", |
77 | | - "@stdlib/random-base-uniform": "^0.2.1", |
| 71 | + "@stdlib/math-base-special-ceil": "^0.2.3", |
| 72 | + "@stdlib/math-base-special-round": "^0.3.1", |
| 73 | + "@stdlib/process-env": "^0.2.3", |
| 74 | + "@stdlib/random-base-minstd": "^0.2.2", |
| 75 | + "@stdlib/random-base-minstd-shuffle": "^0.2.2", |
| 76 | + "@stdlib/random-base-randu": "^0.2.2", |
| 77 | + "@stdlib/random-base-uniform": "^0.2.2", |
78 | 78 | "@stdlib/stats-chi2gof": "^0.2.2", |
79 | | - "@stdlib/time-now": "^0.2.2", |
| 79 | + "@stdlib/time-now": "^0.2.3", |
80 | 80 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
81 | 81 | "istanbul": "^0.4.1", |
82 | 82 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
83 | | - "@stdlib/bench-harness": "^0.2.2" |
| 83 | + "@stdlib/bench-harness": "^0.2.3" |
84 | 84 | }, |
85 | 85 | "engines": { |
86 | 86 | "node": ">=0.10.0", |
|
0 commit comments