|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-base-flatten-by", |
3 | | - "version": "0.2.1", |
| 3 | + "version": "0.2.2", |
4 | 4 | "description": "Flatten an n-dimensional nested array according to a callback function.", |
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-indexed": "^0.2.2", |
41 | | - "@stdlib/array-base-zeros": "^0.2.2", |
| 40 | + "@stdlib/array-base-copy-indexed": "^0.2.3", |
| 41 | + "@stdlib/array-base-zeros": "^0.2.3", |
42 | 42 | "@stdlib/blas-ext-base-grev": "^0.2.1", |
43 | | - "@stdlib/ndarray-base-numel": "^0.2.2", |
44 | | - "@stdlib/ndarray-base-shape2strides": "^0.2.2", |
45 | | - "@stdlib/ndarray-base-vind2bind": "^0.2.2", |
| 43 | + "@stdlib/ndarray-base-numel": "^0.2.3", |
| 44 | + "@stdlib/ndarray-base-shape2strides": "^0.2.3", |
| 45 | + "@stdlib/ndarray-base-vind2bind": "^0.2.3", |
46 | 46 | "@stdlib/types": "^0.4.3", |
47 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2" |
| 47 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@stdlib/array-base-filled": "^0.2.2", |
| 50 | + "@stdlib/array-base-filled": "^0.2.3", |
51 | 51 | "@stdlib/array-base-zero-to": "^0.2.1", |
52 | | - "@stdlib/array-float64": "^0.2.2", |
53 | | - "@stdlib/assert-has-own-property": "^0.2.2", |
54 | | - "@stdlib/assert-is-array": "^0.2.2", |
55 | | - "@stdlib/assert-is-float64array": "^0.2.2", |
56 | | - "@stdlib/math-base-special-abs": "^0.2.2", |
57 | | - "@stdlib/utils-nary-function": "^0.2.3", |
| 52 | + "@stdlib/array-float64": "^0.2.3", |
| 53 | + "@stdlib/assert-has-own-property": "^0.2.3", |
| 54 | + "@stdlib/assert-is-array": "^0.2.3", |
| 55 | + "@stdlib/assert-is-float64array": "^0.2.3", |
| 56 | + "@stdlib/math-base-special-abs": "^0.2.3", |
| 57 | + "@stdlib/utils-nary-function": "^0.2.4", |
58 | 58 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
59 | 59 | "istanbul": "^0.4.1", |
60 | 60 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
61 | | - "@stdlib/bench-harness": "^0.2.2" |
| 61 | + "@stdlib/bench-harness": "^0.2.3" |
62 | 62 | }, |
63 | 63 | "engines": { |
64 | 64 | "node": ">=0.10.0", |
|
0 commit comments