|
1 | 1 | { |
2 | 2 | "name": "@stdlib/ndarray-slice", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Return a read-only view of an input ndarray.", |
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.2", |
41 | | - "@stdlib/assert-is-array-like-object": "^0.2.2", |
42 | | - "@stdlib/assert-is-boolean": "^0.2.2", |
43 | | - "@stdlib/assert-is-multi-slice": "^0.2.2", |
| 40 | + "@stdlib/assert-has-own-property": "^0.2.3", |
| 41 | + "@stdlib/assert-is-array-like-object": "^0.2.3", |
| 42 | + "@stdlib/assert-is-boolean": "^0.2.3", |
| 43 | + "@stdlib/assert-is-multi-slice": "^0.2.3", |
44 | 44 | "@stdlib/assert-is-ndarray-like": "^0.2.2", |
45 | | - "@stdlib/assert-is-plain-object": "^0.2.2", |
46 | | - "@stdlib/ndarray-base-slice": "^0.2.2", |
47 | | - "@stdlib/ndarray-shape": "^0.2.2", |
48 | | - "@stdlib/slice-base-args2multislice": "^0.2.2", |
49 | | - "@stdlib/slice-multi": "^0.2.2", |
50 | | - "@stdlib/string-format": "^0.2.2", |
| 45 | + "@stdlib/assert-is-plain-object": "^0.2.3", |
| 46 | + "@stdlib/ndarray-base-slice": "^0.2.3", |
| 47 | + "@stdlib/ndarray-shape": "^0.2.3", |
| 48 | + "@stdlib/slice-base-args2multislice": "^0.2.3", |
| 49 | + "@stdlib/slice-multi": "^0.2.3", |
| 50 | + "@stdlib/string-format": "^0.2.3", |
51 | 51 | "@stdlib/types": "^0.4.3", |
52 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 52 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@stdlib/array-base-zero-to": "^0.2.1", |
56 | | - "@stdlib/array-typed": "^0.3.1", |
57 | | - "@stdlib/ndarray-array": "^0.2.1", |
58 | | - "@stdlib/ndarray-base-assert-is-read-only": "^0.2.2", |
59 | | - "@stdlib/ndarray-base-ctor": "^0.2.2", |
60 | | - "@stdlib/ndarray-base-empty": "^0.3.0", |
| 55 | + "@stdlib/array-base-zero-to": "^0.2.2", |
| 56 | + "@stdlib/array-typed": "^0.3.2", |
| 57 | + "@stdlib/ndarray-array": "^0.2.2", |
| 58 | + "@stdlib/ndarray-base-assert-is-read-only": "^0.2.3", |
| 59 | + "@stdlib/ndarray-base-ctor": "^0.3.1", |
| 60 | + "@stdlib/ndarray-base-empty": "^0.3.2", |
61 | 61 | "@stdlib/ndarray-base-from-scalar": "^0.2.2", |
62 | | - "@stdlib/ndarray-base-numel": "^0.2.2", |
63 | | - "@stdlib/ndarray-ctor": "^0.2.2", |
64 | | - "@stdlib/ndarray-empty": "^0.3.0", |
| 62 | + "@stdlib/ndarray-base-numel": "^0.2.3", |
| 63 | + "@stdlib/ndarray-ctor": "^0.3.1", |
| 64 | + "@stdlib/ndarray-empty": "^0.3.1", |
65 | 65 | "@stdlib/ndarray-to-array": "^0.2.1", |
66 | 66 | "@stdlib/ndarray-zeros": "^0.3.0", |
67 | | - "@stdlib/slice-ctor": "^0.2.2", |
| 67 | + "@stdlib/slice-ctor": "^0.2.3", |
68 | 68 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
69 | 69 | "istanbul": "^0.4.1", |
70 | 70 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
71 | | - "@stdlib/bench-harness": "^0.2.2" |
| 71 | + "@stdlib/bench-harness": "^0.2.3" |
72 | 72 | }, |
73 | 73 | "engines": { |
74 | 74 | "node": ">=0.10.0", |
|
0 commit comments