|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-base-binary4d",
|
3 |
| - "version": "0.0.0", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Apply a binary callback to elements in two four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.",
|
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/types": "^0.0.14" |
| 40 | + "@stdlib/types": "^0.1.0" |
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@stdlib/array-base-filled4d-by": "^0.0.1", |
44 |
| - "@stdlib/array-base-zeros4d": "^0.0.1", |
45 |
| - "@stdlib/bench": "^0.0.12", |
46 |
| - "@stdlib/math-base-assert-is-nan": "^0.0.8", |
47 |
| - "@stdlib/math-base-ops-add": "^0.0.1", |
48 |
| - "@stdlib/math-base-special-floor": "^0.0.8", |
49 |
| - "@stdlib/math-base-special-pow": "^0.0.7", |
50 |
| - "@stdlib/ndarray-base-numel": "^0.0.8", |
| 43 | + "@stdlib/array-base-filled4d-by": "^0.1.0", |
| 44 | + "@stdlib/array-base-zeros4d": "^0.1.0", |
| 45 | + "@stdlib/bench": "^0.1.0", |
| 46 | + "@stdlib/math-base-assert-is-nan": "^0.1.0", |
| 47 | + "@stdlib/math-base-ops-add": "^0.1.0", |
| 48 | + "@stdlib/math-base-special-floor": "^0.1.0", |
| 49 | + "@stdlib/math-base-special-pow": "^0.1.0", |
| 50 | + "@stdlib/ndarray-base-numel": "^0.1.0", |
51 | 51 | "@stdlib/random-base-discrete-uniform": "^0.0.6",
|
52 | 52 | "@stdlib/random-base-uniform": "^0.0.6",
|
53 | 53 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
|
0 commit comments