| 
1 | 1 | {  | 
2 | 2 |   "name": "@stdlib/utils-reduce2d",  | 
3 |  | -  "version": "0.2.0",  | 
 | 3 | +  "version": "0.2.1",  | 
4 | 4 |   "description": "Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.",  | 
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-is-array-like-object": "^0.2.0",  | 
41 |  | -    "@stdlib/assert-is-collection": "^0.2.0",  | 
42 |  | -    "@stdlib/assert-is-function": "^0.2.0",  | 
43 |  | -    "@stdlib/string-format": "^0.2.0",  | 
44 |  | -    "@stdlib/types": "^0.3.1"  | 
 | 40 | +    "@stdlib/assert-is-array-like-object": "^0.2.1",  | 
 | 41 | +    "@stdlib/assert-is-collection": "^0.2.1",  | 
 | 42 | +    "@stdlib/assert-is-function": "^0.2.1",  | 
 | 43 | +    "@stdlib/string-format": "^0.2.1",  | 
 | 44 | +    "@stdlib/types": "^0.3.2"  | 
45 | 45 |   },  | 
46 | 46 |   "devDependencies": {  | 
47 |  | -    "@stdlib/array-base-zeros": "^0.1.1",  | 
48 |  | -    "@stdlib/array-filled-by": "^0.1.0",  | 
49 |  | -    "@stdlib/array-float64": "^0.1.1",  | 
50 |  | -    "@stdlib/assert-is-array": "^0.1.1",  | 
51 |  | -    "@stdlib/math-base-ops-add": "^0.1.0",  | 
52 |  | -    "@stdlib/random-base-discrete-uniform": "^0.1.0",  | 
53 |  | -    "@stdlib/utils-nary-function": "^0.2.0",  | 
 | 47 | +    "@stdlib/array-base-zeros": "^0.2.0",  | 
 | 48 | +    "@stdlib/array-filled-by": "^0.2.0",  | 
 | 49 | +    "@stdlib/array-float64": "^0.2.1",  | 
 | 50 | +    "@stdlib/assert-is-array": "^0.2.1",  | 
 | 51 | +    "@stdlib/math-base-ops-add": "^0.2.0",  | 
 | 52 | +    "@stdlib/random-base-discrete-uniform": "^0.2.0",  | 
 | 53 | +    "@stdlib/utils-nary-function": "^0.2.1",  | 
54 | 54 |     "tape": "git+https://github.com/kgryte/tape.git#fix/globby",  | 
55 | 55 |     "istanbul": "^0.4.1",  | 
56 | 56 |     "tap-min": "git+https://github.com/Planeshifter/tap-min.git",  | 
57 |  | -    "@stdlib/bench-harness": "^0.1.2"  | 
 | 57 | +    "@stdlib/bench-harness": "^0.2.0"  | 
58 | 58 |   },  | 
59 | 59 |   "engines": {  | 
60 | 60 |     "node": ">=0.10.0",  | 
 | 
0 commit comments