|
1 | 1 | { |
2 | 2 | "name": "@stdlib/random-base-minstd", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "A linear congruential pseudorandom number generator (LCG) based on Park and Miller.", |
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-special-floor": "^0.2.1", |
53 | | - "@stdlib/random-base-shared": "github:stdlib-js/random-base-shared#main", |
| 53 | + "@stdlib/random-base-shared": "^0.1.0", |
54 | 54 | "@stdlib/string-format": "^0.2.1", |
55 | 55 | "@stdlib/types": "^0.3.2", |
56 | 56 | "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2", |
57 | 57 | "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", |
58 | 58 | "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.1", |
59 | | - "@stdlib/utils-library-manifest": "^0.2.1" |
| 59 | + "@stdlib/utils-library-manifest": "^0.2.1", |
| 60 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
60 | 61 | }, |
61 | 62 | "devDependencies": { |
62 | 63 | "@stdlib/math-base-assert-is-nan": "^0.2.1", |
63 | 64 | "@stdlib/math-base-assert-is-positive-integer": "^0.2.1", |
64 | 65 | "@stdlib/process-env": "^0.2.1", |
65 | | - "@stdlib/stats-kstest": "^0.2.0", |
| 66 | + "@stdlib/stats-kstest": "^0.2.1", |
66 | 67 | "@stdlib/time-now": "^0.2.1", |
67 | 68 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
68 | 69 | "istanbul": "^0.4.1", |
69 | 70 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
70 | | - "@stdlib/bench-harness": "^0.2.0" |
| 71 | + "@stdlib/bench-harness": "^0.2.1" |
71 | 72 | }, |
72 | 73 | "engines": { |
73 | 74 | "node": ">=0.10.0", |
|
0 commit comments