|
1 | 1 | { |
2 | 2 | "name": "@stdlib/ndarray-slice-assign", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.", |
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/assert-has-own-property": "^0.2.0", |
41 | | - "@stdlib/assert-is-array-like-object": "^0.2.0", |
42 | | - "@stdlib/assert-is-boolean": "^0.2.0", |
43 | | - "@stdlib/assert-is-multi-slice": "^0.2.0", |
44 | | - "@stdlib/assert-is-ndarray-like": "^0.2.0", |
45 | | - "@stdlib/assert-is-plain-object": "^0.2.0", |
46 | | - "@stdlib/ndarray-base-assert-is-read-only": "^0.2.0", |
47 | | - "@stdlib/ndarray-base-slice-assign": "^0.2.0", |
48 | | - "@stdlib/ndarray-shape": "^0.2.0", |
49 | | - "@stdlib/slice-base-args2multislice": "^0.2.0", |
50 | | - "@stdlib/slice-multi": "^0.2.0", |
51 | | - "@stdlib/string-format": "^0.2.0", |
52 | | - "@stdlib/types": "^0.3.1" |
| 40 | + "@stdlib/assert-has-own-property": "^0.2.1", |
| 41 | + "@stdlib/assert-is-array-like-object": "^0.2.1", |
| 42 | + "@stdlib/assert-is-boolean": "^0.2.1", |
| 43 | + "@stdlib/assert-is-multi-slice": "^0.2.1", |
| 44 | + "@stdlib/assert-is-ndarray-like": "^0.2.1", |
| 45 | + "@stdlib/assert-is-plain-object": "^0.2.1", |
| 46 | + "@stdlib/ndarray-base-assert-is-read-only": "^0.2.1", |
| 47 | + "@stdlib/ndarray-base-slice-assign": "^0.2.1", |
| 48 | + "@stdlib/ndarray-shape": "^0.2.1", |
| 49 | + "@stdlib/slice-base-args2multislice": "^0.2.1", |
| 50 | + "@stdlib/slice-multi": "^0.2.1", |
| 51 | + "@stdlib/string-format": "^0.2.1", |
| 52 | + "@stdlib/types": "^0.3.2", |
| 53 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
53 | 54 | }, |
54 | 55 | "devDependencies": { |
55 | | - "@stdlib/array-base-zero-to": "^0.1.0", |
56 | | - "@stdlib/array-typed": "^0.1.0", |
57 | | - "@stdlib/array-zeros": "^0.1.0", |
58 | | - "@stdlib/complex-float32": "^0.2.0", |
59 | | - "@stdlib/complex-float64": "^0.2.0", |
60 | | - "@stdlib/complex-imag": "^0.2.0", |
61 | | - "@stdlib/complex-real": "^0.2.0", |
62 | | - "@stdlib/ndarray-array": "^0.1.0", |
63 | | - "@stdlib/ndarray-base-assert-is-complex-floating-point-data-type": "^0.2.0", |
64 | | - "@stdlib/ndarray-base-ctor": "^0.2.0", |
65 | | - "@stdlib/ndarray-base-empty": "^0.1.1", |
66 | | - "@stdlib/ndarray-base-from-scalar": "^0.1.0", |
67 | | - "@stdlib/ndarray-base-numel": "^0.2.0", |
68 | | - "@stdlib/ndarray-base-zeros": "^0.1.0", |
69 | | - "@stdlib/ndarray-ctor": "^0.1.0", |
70 | | - "@stdlib/ndarray-empty": "^0.1.0", |
71 | | - "@stdlib/ndarray-from-scalar": "^0.2.0", |
72 | | - "@stdlib/ndarray-slice": "^0.1.0", |
73 | | - "@stdlib/ndarray-to-array": "^0.1.0", |
74 | | - "@stdlib/ndarray-zeros": "^0.1.0", |
75 | | - "@stdlib/slice-ctor": "^0.2.0", |
| 56 | + "@stdlib/array-base-zero-to": "^0.2.0", |
| 57 | + "@stdlib/array-typed": "^0.2.0", |
| 58 | + "@stdlib/array-zeros": "^0.2.0", |
| 59 | + "@stdlib/complex-float32": "^0.2.1", |
| 60 | + "@stdlib/complex-float64": "^0.2.1", |
| 61 | + "@stdlib/complex-imag": "^0.2.1", |
| 62 | + "@stdlib/complex-real": "^0.2.1", |
| 63 | + "@stdlib/ndarray-array": "^0.2.0", |
| 64 | + "@stdlib/ndarray-base-assert-is-complex-floating-point-data-type": "^0.2.1", |
| 65 | + "@stdlib/ndarray-base-ctor": "^0.2.1", |
| 66 | + "@stdlib/ndarray-base-empty": "^0.2.0", |
| 67 | + "@stdlib/ndarray-base-from-scalar": "^0.2.0", |
| 68 | + "@stdlib/ndarray-base-numel": "^0.2.1", |
| 69 | + "@stdlib/ndarray-base-zeros": "^0.2.0", |
| 70 | + "@stdlib/ndarray-ctor": "^0.2.0", |
| 71 | + "@stdlib/ndarray-empty": "^0.2.0", |
| 72 | + "@stdlib/ndarray-from-scalar": "^0.2.1", |
| 73 | + "@stdlib/ndarray-slice": "^0.2.0", |
| 74 | + "@stdlib/ndarray-to-array": "^0.2.0", |
| 75 | + "@stdlib/ndarray-zeros": "^0.2.0", |
| 76 | + "@stdlib/slice-ctor": "^0.2.1", |
76 | 77 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
77 | 78 | "istanbul": "^0.4.1", |
78 | 79 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
79 | | - "@stdlib/bench-harness": "^0.2.0" |
| 80 | + "@stdlib/bench-harness": "^0.2.1" |
80 | 81 | }, |
81 | 82 | "engines": { |
82 | 83 | "node": ">=0.10.0", |
|
0 commit comments