|
1 | 1 | { |
2 | 2 | "name": "@stdlib/ndarray-iter-indices", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Create an iterator which returns indices for use indexing into an ndarray having a specified shape.", |
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-zeros": "^0.2.0", |
41 | | - "@stdlib/assert-has-own-property": "^0.1.1", |
42 | | - "@stdlib/assert-is-collection": "^0.2.0", |
43 | | - "@stdlib/assert-is-nonnegative-integer": "^0.2.0", |
44 | | - "@stdlib/assert-is-plain-object": "^0.2.0", |
45 | | - "@stdlib/ndarray-base-assert-is-order": "^0.2.0", |
46 | | - "@stdlib/ndarray-base-next-cartesian-index": "^0.2.0", |
47 | | - "@stdlib/ndarray-base-numel": "^0.2.0", |
48 | | - "@stdlib/string-format": "^0.2.0", |
49 | | - "@stdlib/symbol-iterator": "^0.2.0", |
50 | | - "@stdlib/types": "^0.3.1", |
51 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0" |
| 40 | + "@stdlib/array-base-zeros": "^0.2.1", |
| 41 | + "@stdlib/assert-has-own-property": "^0.2.1", |
| 42 | + "@stdlib/assert-is-collection": "^0.2.1", |
| 43 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.1", |
| 44 | + "@stdlib/assert-is-plain-object": "^0.2.1", |
| 45 | + "@stdlib/ndarray-base-assert-is-order": "^0.2.1", |
| 46 | + "@stdlib/ndarray-base-next-cartesian-index": "^0.2.1", |
| 47 | + "@stdlib/ndarray-base-numel": "^0.2.1", |
| 48 | + "@stdlib/string-format": "^0.2.1", |
| 49 | + "@stdlib/symbol-iterator": "^0.2.1", |
| 50 | + "@stdlib/types": "^0.3.2", |
| 51 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@stdlib/array-base-zero-to": "^0.1.0", |
55 | | - "@stdlib/assert-is-iterator-like": "^0.2.0", |
56 | | - "@stdlib/assert-is-nonnegative-integer-array": "^0.1.0", |
57 | | - "@stdlib/ndarray-array": "^0.1.0", |
58 | | - "@stdlib/ndarray-zeros": "^0.1.0", |
| 54 | + "@stdlib/array-base-zero-to": "^0.2.0", |
| 55 | + "@stdlib/assert-is-iterator-like": "^0.2.1", |
| 56 | + "@stdlib/assert-is-nonnegative-integer-array": "^0.2.1", |
| 57 | + "@stdlib/ndarray-array": "^0.2.0", |
| 58 | + "@stdlib/ndarray-zeros": "^0.2.0", |
59 | 59 | "proxyquire": "^2.0.0", |
60 | 60 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
61 | 61 | "istanbul": "^0.4.1", |
62 | 62 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
63 | | - "@stdlib/bench-harness": "^0.2.0" |
| 63 | + "@stdlib/bench-harness": "^0.2.1" |
64 | 64 | }, |
65 | 65 | "engines": { |
66 | 66 | "node": ">=0.10.0", |
|
0 commit comments