|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/random-base-minstd-shuffle",
|
3 |
| - "version": "0.0.6", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "A linear congruential pseudorandom number generator (LCG) whose output is shuffled.",
|
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-int32": "^0.0.6", |
43 |
| - "@stdlib/array-to-json": "^0.0.7", |
44 |
| - "@stdlib/assert-has-own-property": "^0.0.7", |
45 |
| - "@stdlib/assert-is-boolean": "^0.0.8", |
46 |
| - "@stdlib/assert-is-collection": "^0.0.8", |
47 |
| - "@stdlib/assert-is-int32array": "^0.0.8", |
48 |
| - "@stdlib/assert-is-plain-object": "^0.0.7", |
49 |
| - "@stdlib/assert-is-positive-integer": "^0.0.7", |
50 |
| - "@stdlib/blas-base-gcopy": "^0.0.8", |
51 |
| - "@stdlib/constants-int32-max": "^0.0.7", |
52 |
| - "@stdlib/math-base-assert-is-nan": "^0.0.8", |
53 |
| - "@stdlib/math-base-special-floor": "^0.0.8", |
54 |
| - "@stdlib/random-base": "^0.0.6", |
55 |
| - "@stdlib/random-base-minstd": "^0.0.6", |
56 |
| - "@stdlib/string-format": "^0.0.3", |
57 |
| - "@stdlib/types": "^0.0.14", |
58 |
| - "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.0.7", |
59 |
| - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.7", |
60 |
| - "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.0.7", |
61 |
| - "@stdlib/utils-library-manifest": "^0.0.8" |
| 42 | + "@stdlib/array-int32": "^0.1.0", |
| 43 | + "@stdlib/array-to-json": "^0.1.0", |
| 44 | + "@stdlib/assert-has-own-property": "^0.1.0", |
| 45 | + "@stdlib/assert-is-boolean": "^0.1.0", |
| 46 | + "@stdlib/assert-is-collection": "^0.1.0", |
| 47 | + "@stdlib/assert-is-int32array": "^0.1.0", |
| 48 | + "@stdlib/assert-is-plain-object": "^0.1.0", |
| 49 | + "@stdlib/assert-is-positive-integer": "^0.1.0", |
| 50 | + "@stdlib/blas-base-gcopy": "^0.1.0", |
| 51 | + "@stdlib/constants-int32-max": "^0.1.0", |
| 52 | + "@stdlib/math-base-assert-is-nan": "^0.1.0", |
| 53 | + "@stdlib/math-base-special-floor": "^0.1.0", |
| 54 | + "@stdlib/random-base": "^0.1.0", |
| 55 | + "@stdlib/random-base-minstd": "^0.1.0", |
| 56 | + "@stdlib/string-format": "^0.1.0", |
| 57 | + "@stdlib/types": "^0.1.0", |
| 58 | + "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.1.0", |
| 59 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0", |
| 60 | + "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.1.0", |
| 61 | + "@stdlib/utils-library-manifest": "^0.1.0" |
62 | 62 | },
|
63 | 63 | "devDependencies": {
|
64 |
| - "@stdlib/bench": "^0.0.12", |
65 |
| - "@stdlib/math-base-assert-is-positive-integer": "^0.0.7", |
66 |
| - "@stdlib/process-env": "^0.0.7", |
67 |
| - "@stdlib/stats-kstest": "^0.0.7", |
68 |
| - "@stdlib/time-now": "^0.0.9", |
| 64 | + "@stdlib/bench": "^0.1.0", |
| 65 | + "@stdlib/math-base-assert-is-positive-integer": "^0.1.0", |
| 66 | + "@stdlib/process-env": "^0.1.0", |
| 67 | + "@stdlib/stats-kstest": "^0.1.0", |
| 68 | + "@stdlib/time-now": "^0.1.0", |
69 | 69 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
70 | 70 | "istanbul": "^0.4.1",
|
71 | 71 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git"
|
|
0 commit comments