|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/random-iter-invgamma",
|
3 |
| - "version": "0.1.0", |
| 3 | + "version": "0.2.0", |
4 | 4 | "description": "Create an iterator for generating pseudorandom numbers drawn from an inverse gamma distribution.",
|
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/assert-has-own-property": "^0.1.1", |
41 |
| - "@stdlib/assert-is-nonnegative-integer": "^0.1.0", |
42 |
| - "@stdlib/assert-is-plain-object": "^0.1.1", |
43 |
| - "@stdlib/assert-is-positive-number": "^0.1.1", |
44 |
| - "@stdlib/constants-float64-max": "^0.1.1", |
45 |
| - "@stdlib/object-assign": "^0.1.0", |
46 |
| - "@stdlib/random-base-invgamma": "^0.1.0", |
47 |
| - "@stdlib/string-format": "^0.1.1", |
48 |
| - "@stdlib/symbol-iterator": "^0.1.1", |
49 |
| - "@stdlib/types": "^0.2.0", |
50 |
| - "@stdlib/utils-constant-function": "^0.1.1", |
51 |
| - "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.1.1", |
52 |
| - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1", |
53 |
| - "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.1.1", |
54 |
| - "@stdlib/utils-noop": "^0.1.1" |
| 40 | + "@stdlib/assert-has-own-property": "^0.2.0", |
| 41 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.0", |
| 42 | + "@stdlib/assert-is-plain-object": "^0.2.0", |
| 43 | + "@stdlib/assert-is-positive-number": "^0.2.0", |
| 44 | + "@stdlib/constants-float64-max": "^0.2.0", |
| 45 | + "@stdlib/object-assign": "^0.2.0", |
| 46 | + "@stdlib/random-base-invgamma": "^0.2.0", |
| 47 | + "@stdlib/string-format": "^0.2.0", |
| 48 | + "@stdlib/symbol-iterator": "^0.2.0", |
| 49 | + "@stdlib/types": "^0.3.1", |
| 50 | + "@stdlib/utils-constant-function": "^0.2.0", |
| 51 | + "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.0", |
| 52 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0", |
| 53 | + "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.0", |
| 54 | + "@stdlib/utils-noop": "^0.2.0" |
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 |
| - "@stdlib/array-uint32": "^0.1.1", |
58 |
| - "@stdlib/assert-is-uint32array": "^0.1.1", |
59 |
| - "@stdlib/constants-float64-eps": "^0.1.1", |
60 |
| - "@stdlib/constants-uint32-max": "^0.1.1", |
61 |
| - "@stdlib/math-base-assert-is-nan": "^0.1.1", |
| 57 | + "@stdlib/array-uint32": "^0.2.0", |
| 58 | + "@stdlib/assert-is-uint32array": "^0.2.0", |
| 59 | + "@stdlib/constants-float64-eps": "^0.2.0", |
| 60 | + "@stdlib/constants-uint32-max": "^0.2.0", |
| 61 | + "@stdlib/math-base-assert-is-nan": "^0.2.0", |
62 | 62 | "@stdlib/random-base-minstd": "^0.1.0",
|
63 | 63 | "@stdlib/random-base-randu": "^0.1.0",
|
64 |
| - "@stdlib/time-now": "^0.1.1", |
| 64 | + "@stdlib/time-now": "^0.2.0", |
65 | 65 | "proxyquire": "^2.0.0",
|
66 | 66 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
67 | 67 | "istanbul": "^0.4.1",
|
68 | 68 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
69 |
| - "@stdlib/bench-harness": "^0.1.2" |
| 69 | + "@stdlib/bench-harness": "^0.2.0" |
70 | 70 | },
|
71 | 71 | "engines": {
|
72 | 72 | "node": ">=0.10.0",
|
|
0 commit comments