|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/random-base-minstd-shuffle",
|
3 |
| - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "A linear congruential pseudorandom number generator (LCG) whose output is shuffled.",
|
5 | 5 | "license": "Apache-2.0",
|
6 | 6 | "author": {
|
|
40 | 40 | },
|
41 | 41 | "dependencies": {
|
42 | 42 | "@stdlib/array-int32": "^0.2.1",
|
43 |
| - "@stdlib/array-to-json": "^0.2.0", |
| 43 | + "@stdlib/array-to-json": "^0.2.1", |
44 | 44 | "@stdlib/assert-has-own-property": "^0.2.1",
|
45 | 45 | "@stdlib/assert-is-boolean": "^0.2.1",
|
46 |
| - "@stdlib/assert-is-collection": "^0.2.0", |
| 46 | + "@stdlib/assert-is-collection": "^0.2.1", |
47 | 47 | "@stdlib/assert-is-int32array": "^0.2.1",
|
48 | 48 | "@stdlib/assert-is-plain-object": "^0.2.1",
|
49 |
| - "@stdlib/assert-is-positive-integer": "^0.2.0", |
| 49 | + "@stdlib/assert-is-positive-integer": "^0.2.1", |
50 | 50 | "@stdlib/blas-base-gcopy": "^0.2.0",
|
51 | 51 | "@stdlib/constants-int32-max": "^0.2.1",
|
52 | 52 | "@stdlib/math-base-assert-is-nan": "^0.2.1",
|
53 | 53 | "@stdlib/math-base-special-floor": "^0.2.1",
|
54 |
| - "@stdlib/random-base-minstd": "^0.2.0", |
55 |
| - "@stdlib/random-base-shared": "github:stdlib-js/random-base-shared#main", |
| 54 | + "@stdlib/random-base-minstd": "^0.2.1", |
| 55 | + "@stdlib/random-base-shared": "^0.1.0", |
56 | 56 | "@stdlib/string-format": "^0.2.1",
|
57 | 57 | "@stdlib/types": "^0.3.2",
|
58 | 58 | "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2",
|
59 | 59 | "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
|
60 | 60 | "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.1",
|
61 |
| - "@stdlib/utils-library-manifest": "^0.2.1" |
| 61 | + "@stdlib/utils-library-manifest": "^0.2.1", |
| 62 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
62 | 63 | },
|
63 | 64 | "devDependencies": {
|
64 | 65 | "@stdlib/math-base-assert-is-positive-integer": "^0.2.1",
|
65 | 66 | "@stdlib/process-env": "^0.2.1",
|
66 |
| - "@stdlib/stats-kstest": "^0.2.0", |
| 67 | + "@stdlib/stats-kstest": "^0.2.1", |
67 | 68 | "@stdlib/time-now": "^0.2.1",
|
68 | 69 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
69 | 70 | "istanbul": "^0.4.1",
|
70 | 71 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
71 |
| - "@stdlib/bench-harness": "^0.2.0" |
| 72 | + "@stdlib/bench-harness": "^0.2.1" |
72 | 73 | },
|
73 | 74 | "engines": {
|
74 | 75 | "node": ">=0.10.0",
|
|
0 commit comments