|
1 | 1 | { |
2 | 2 | "name": "@stdlib/ndarray-iter-stacks", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "description": "Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.", |
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-copy": "^0.2.2", |
| 40 | + "@stdlib/array-base-copy": "^0.2.3", |
41 | 41 | "@stdlib/array-base-put": "^0.0.2", |
42 | | - "@stdlib/array-base-take": "^0.3.0", |
43 | | - "@stdlib/array-base-zeros": "^0.2.2", |
44 | | - "@stdlib/assert-has-own-property": "^0.2.2", |
45 | | - "@stdlib/assert-is-boolean": "^0.2.2", |
46 | | - "@stdlib/assert-is-integer-array": "^0.2.2", |
| 42 | + "@stdlib/array-base-take": "^0.3.1", |
| 43 | + "@stdlib/array-base-zeros": "^0.2.3", |
| 44 | + "@stdlib/assert-has-own-property": "^0.2.3", |
| 45 | + "@stdlib/assert-is-boolean": "^0.2.3", |
| 46 | + "@stdlib/assert-is-integer-array": "^0.2.3", |
47 | 47 | "@stdlib/assert-is-ndarray-like": "^0.2.2", |
48 | | - "@stdlib/assert-is-plain-object": "^0.2.2", |
49 | | - "@stdlib/ndarray-base-assert-is-read-only": "^0.2.2", |
50 | | - "@stdlib/ndarray-base-next-cartesian-index": "^0.2.2", |
51 | | - "@stdlib/ndarray-base-normalize-index": "^0.2.2", |
52 | | - "@stdlib/ndarray-base-numel": "^0.2.2", |
53 | | - "@stdlib/ndarray-base-slice": "^0.2.2", |
54 | | - "@stdlib/ndarray-shape": "^0.2.2", |
55 | | - "@stdlib/slice-base-args2multislice": "^0.2.2", |
| 48 | + "@stdlib/assert-is-plain-object": "^0.2.3", |
| 49 | + "@stdlib/ndarray-base-assert-is-read-only": "^0.2.3", |
| 50 | + "@stdlib/ndarray-base-next-cartesian-index": "^0.2.3", |
| 51 | + "@stdlib/ndarray-base-normalize-index": "^0.2.3", |
| 52 | + "@stdlib/ndarray-base-numel": "^0.2.3", |
| 53 | + "@stdlib/ndarray-base-slice": "^0.2.3", |
| 54 | + "@stdlib/ndarray-shape": "^0.2.3", |
| 55 | + "@stdlib/slice-base-args2multislice": "^0.2.3", |
56 | 56 | "@stdlib/string-format": "^0.2.3", |
57 | | - "@stdlib/symbol-iterator": "^0.2.2", |
| 57 | + "@stdlib/symbol-iterator": "^0.2.3", |
58 | 58 | "@stdlib/types": "^0.4.3", |
59 | 59 | "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", |
60 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 60 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | | - "@stdlib/array-base-zero-to": "^0.2.1", |
64 | | - "@stdlib/assert-is-iterator-like": "^0.2.2", |
| 63 | + "@stdlib/array-base-zero-to": "^0.2.2", |
| 64 | + "@stdlib/assert-is-iterator-like": "^0.2.3", |
65 | 65 | "@stdlib/ndarray-array": "^0.2.2", |
66 | 66 | "@stdlib/ndarray-slice": "^0.2.2", |
67 | 67 | "@stdlib/ndarray-to-array": "^0.2.1", |
|
70 | 70 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
71 | 71 | "istanbul": "^0.4.1", |
72 | 72 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
73 | | - "@stdlib/bench-harness": "^0.2.2" |
| 73 | + "@stdlib/bench-harness": "^0.2.3" |
74 | 74 | }, |
75 | 75 | "engines": { |
76 | 76 | "node": ">=0.10.0", |
|
0 commit comments