|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-base-fancy-slice-assign", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Assign element values from a broadcasted input array to corresponding elements in an 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/array-base-assert-is-complex-floating-point-data-type": "^0.2.0", |
41 | | - "@stdlib/array-base-assert-is-mostly-safe-data-type-cast": "^0.2.0", |
42 | | - "@stdlib/array-base-assert-is-real-data-type": "^0.2.0", |
43 | | - "@stdlib/array-convert": "^0.2.0", |
44 | | - "@stdlib/array-dtype": "^0.2.0", |
| 40 | + "@stdlib/array-base-assert-is-complex-floating-point-data-type": "^0.2.1", |
| 41 | + "@stdlib/array-base-assert-is-mostly-safe-data-type-cast": "^0.2.1", |
| 42 | + "@stdlib/array-base-assert-is-real-data-type": "^0.2.1", |
| 43 | + "@stdlib/array-convert": "^0.2.1", |
| 44 | + "@stdlib/array-dtype": "^0.2.1", |
45 | 45 | "@stdlib/blas-base-gcopy": "^0.2.0", |
46 | | - "@stdlib/slice-base-length": "^0.2.0", |
47 | | - "@stdlib/slice-base-normalize-slice": "^0.2.0", |
48 | | - "@stdlib/string-format": "^0.2.0", |
49 | | - "@stdlib/types": "^0.3.1" |
| 46 | + "@stdlib/slice-base-length": "^0.2.1", |
| 47 | + "@stdlib/slice-base-normalize-slice": "^0.2.1", |
| 48 | + "@stdlib/string-format": "^0.2.1", |
| 49 | + "@stdlib/types": "^0.3.2", |
| 50 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
50 | 51 | }, |
51 | 52 | "devDependencies": { |
52 | | - "@stdlib/array-base-accessor": "^0.1.0", |
53 | | - "@stdlib/array-complex128": "^0.1.0", |
54 | | - "@stdlib/array-complex64": "^0.1.0", |
55 | | - "@stdlib/array-float32": "^0.2.0", |
56 | | - "@stdlib/array-float64": "^0.2.0", |
57 | | - "@stdlib/array-int32": "^0.2.0", |
58 | | - "@stdlib/array-zero-to": "^0.1.0", |
59 | | - "@stdlib/array-zeros": "^0.1.0", |
60 | | - "@stdlib/assert-is-nan": "^0.2.0", |
61 | | - "@stdlib/assert-is-same-complex128array": "^0.1.0", |
62 | | - "@stdlib/assert-is-same-complex64array": "^0.1.0", |
63 | | - "@stdlib/math-base-special-pow": "^0.2.0", |
64 | | - "@stdlib/slice-ctor": "^0.2.0", |
| 53 | + "@stdlib/array-base-accessor": "^0.2.0", |
| 54 | + "@stdlib/array-complex128": "^0.2.0", |
| 55 | + "@stdlib/array-complex64": "^0.2.0", |
| 56 | + "@stdlib/array-float32": "^0.2.1", |
| 57 | + "@stdlib/array-float64": "^0.2.1", |
| 58 | + "@stdlib/array-int32": "^0.2.1", |
| 59 | + "@stdlib/array-zero-to": "^0.2.0", |
| 60 | + "@stdlib/array-zeros": "^0.2.0", |
| 61 | + "@stdlib/assert-is-nan": "^0.2.1", |
| 62 | + "@stdlib/assert-is-same-complex128array": "^0.2.0", |
| 63 | + "@stdlib/assert-is-same-complex64array": "^0.2.0", |
| 64 | + "@stdlib/math-base-special-pow": "^0.2.1", |
| 65 | + "@stdlib/slice-ctor": "^0.2.1", |
65 | 66 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
66 | 67 | "istanbul": "^0.4.1", |
67 | 68 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
68 | | - "@stdlib/bench-harness": "^0.2.0" |
| 69 | + "@stdlib/bench-harness": "^0.2.1" |
69 | 70 | }, |
70 | 71 | "engines": { |
71 | 72 | "node": ">=0.10.0", |
|
0 commit comments