|
1 | 1 | { |
2 | 2 | "name": "@stdlib/random-iter-minstd", |
3 | | - "version": "0.0.6", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Create an iterator for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.", |
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.0.7", |
41 | | - "@stdlib/assert-is-boolean": "^0.0.8", |
42 | | - "@stdlib/assert-is-nonnegative-integer": "^0.0.7", |
43 | | - "@stdlib/assert-is-plain-object": "^0.0.7", |
44 | | - "@stdlib/constants-float64-max": "^0.0.8", |
45 | | - "@stdlib/object-assign": "github:stdlib-js/object-assign#main", |
46 | | - "@stdlib/random-base-minstd": "^0.0.6", |
47 | | - "@stdlib/string-format": "^0.0.3", |
48 | | - "@stdlib/symbol-iterator": "^0.0.7", |
49 | | - "@stdlib/types": "^0.0.14", |
50 | | - "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.0.7", |
51 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.7", |
52 | | - "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.0.7" |
| 40 | + "@stdlib/assert-has-own-property": "^0.1.0", |
| 41 | + "@stdlib/assert-is-boolean": "^0.1.0", |
| 42 | + "@stdlib/assert-is-nonnegative-integer": "^0.1.0", |
| 43 | + "@stdlib/assert-is-plain-object": "^0.1.0", |
| 44 | + "@stdlib/constants-float64-max": "^0.1.0", |
| 45 | + "@stdlib/object-assign": "^0.1.0", |
| 46 | + "@stdlib/random-base-minstd": "^0.1.0", |
| 47 | + "@stdlib/string-format": "^0.1.0", |
| 48 | + "@stdlib/symbol-iterator": "^0.1.0", |
| 49 | + "@stdlib/types": "^0.1.0", |
| 50 | + "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.1.0", |
| 51 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0", |
| 52 | + "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.1.0" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@stdlib/array-int32": "^0.0.6", |
56 | | - "@stdlib/assert-is-int32array": "^0.0.8", |
57 | | - "@stdlib/bench": "^0.0.12", |
58 | | - "@stdlib/constants-int32-max": "^0.0.7", |
59 | | - "@stdlib/math-base-assert-is-nan": "^0.0.8", |
60 | | - "@stdlib/time-now": "^0.0.9", |
| 55 | + "@stdlib/array-int32": "^0.1.0", |
| 56 | + "@stdlib/assert-is-int32array": "^0.1.0", |
| 57 | + "@stdlib/bench": "^0.1.0", |
| 58 | + "@stdlib/constants-int32-max": "^0.1.0", |
| 59 | + "@stdlib/math-base-assert-is-nan": "^0.1.0", |
| 60 | + "@stdlib/time-now": "^0.1.0", |
61 | 61 | "proxyquire": "^2.0.0", |
62 | 62 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
63 | 63 | "istanbul": "^0.4.1", |
|
0 commit comments