|
1 | 1 | { |
2 | 2 | "name": "@stdlib/ndarray-ind2sub", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Convert a linear index to an array of subscripts.", |
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-integer": "^0.2.2", |
42 | | - "@stdlib/assert-is-nonnegative-integer-array": "^0.2.2", |
43 | | - "@stdlib/assert-is-plain-object": "^0.2.2", |
| 40 | + "@stdlib/assert-has-own-property": "^0.2.3", |
| 41 | + "@stdlib/assert-is-integer": "^0.2.3", |
| 42 | + "@stdlib/assert-is-nonnegative-integer-array": "^0.2.3", |
| 43 | + "@stdlib/assert-is-plain-object": "^0.2.3", |
44 | 44 | "@stdlib/ndarray-base-assert-is-index-mode": "^0.2.2", |
45 | 45 | "@stdlib/ndarray-base-assert-is-order": "^0.2.2", |
46 | | - "@stdlib/ndarray-base-ind2sub": "^0.2.2", |
47 | | - "@stdlib/ndarray-base-shape2strides": "^0.2.2", |
48 | | - "@stdlib/string-format": "^0.2.2", |
| 46 | + "@stdlib/ndarray-base-ind2sub": "^0.2.3", |
| 47 | + "@stdlib/ndarray-base-shape2strides": "^0.2.3", |
| 48 | + "@stdlib/string-format": "^0.2.3", |
49 | 49 | "@stdlib/types": "^0.4.3", |
50 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", |
51 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 50 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", |
| 51 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@stdlib/array-uint8": "^0.2.2", |
55 | | - "@stdlib/assert-is-array": "^0.2.2", |
56 | | - "@stdlib/math-base-special-floor": "^0.2.3", |
57 | | - "@stdlib/ndarray-base-numel": "^0.2.2", |
58 | | - "@stdlib/random-base-randu": "^0.2.1", |
| 54 | + "@stdlib/array-uint8": "^0.2.3", |
| 55 | + "@stdlib/assert-is-array": "^0.2.3", |
| 56 | + "@stdlib/math-base-special-floor": "^0.2.4", |
| 57 | + "@stdlib/ndarray-base-numel": "^0.2.3", |
| 58 | + "@stdlib/random-base-randu": "^0.2.2", |
59 | 59 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
60 | 60 | "istanbul": "^0.4.1", |
61 | 61 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
62 | | - "@stdlib/bench-harness": "^0.2.2" |
| 62 | + "@stdlib/bench-harness": "^0.2.3" |
63 | 63 | }, |
64 | 64 | "engines": { |
65 | 65 | "node": ">=0.10.0", |
|
0 commit comments