|
1 | 1 | { |
2 | 2 | "name": "@stdlib/strided-base-dmskmap2", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | 42 | "@stdlib/strided-base-stride2offset": "^0.1.0", |
43 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", |
44 | | - "@stdlib/utils-library-manifest": "^0.2.2" |
| 43 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", |
| 44 | + "@stdlib/utils-library-manifest": "^0.2.3" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | | - "@stdlib/array-filled-by": "^0.2.1", |
| 47 | + "@stdlib/array-filled-by": "^0.3.0", |
48 | 48 | "@stdlib/array-float64": "^0.2.2", |
49 | 49 | "@stdlib/array-uint8": "^0.2.2", |
50 | 50 | "@stdlib/math-base-assert-is-nan": "^0.2.2", |
51 | 51 | "@stdlib/math-base-special-pow": "^0.3.0", |
52 | | - "@stdlib/number-float64-base-add": "github:stdlib-js/number-float64-base-add#main", |
| 52 | + "@stdlib/number-float64-base-add": "^0.1.0", |
53 | 53 | "@stdlib/random-base-bernoulli": "^0.2.1", |
54 | 54 | "@stdlib/random-base-discrete-uniform": "^0.2.1", |
55 | | - "@stdlib/random-base-uniform": "^0.2.1", |
| 55 | + "@stdlib/random-base-uniform": "^0.2.2", |
56 | 56 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
57 | 57 | "istanbul": "^0.4.1", |
58 | 58 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
|
94 | 94 | "missing values", |
95 | 95 | "na" |
96 | 96 | ], |
97 | | - "__stdlib__": {}, |
98 | 97 | "funding": { |
99 | 98 | "type": "opencollective", |
100 | 99 | "url": "https://opencollective.com/stdlib" |
|
0 commit comments