| 
1 | 1 | {  | 
2 | 2 |   "name": "@stdlib/utils-unshift",  | 
3 |  | -  "version": "0.2.0",  | 
 | 3 | +  "version": "0.2.1",  | 
4 | 4 |   "description": "Add one or more elements to the beginning of a collection.",  | 
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-buffer": "^0.2.0",  | 
41 |  | -    "@stdlib/assert-is-array": "^0.2.0",  | 
42 |  | -    "@stdlib/assert-is-integer": "^0.2.0",  | 
43 |  | -    "@stdlib/assert-is-typed-array-like": "^0.2.0",  | 
44 |  | -    "@stdlib/math-base-special-ceil2": "^0.2.0",  | 
45 |  | -    "@stdlib/string-format": "^0.2.0",  | 
46 |  | -    "@stdlib/types": "^0.3.1"  | 
 | 40 | +    "@stdlib/array-buffer": "^0.2.1",  | 
 | 41 | +    "@stdlib/assert-is-array": "^0.2.1",  | 
 | 42 | +    "@stdlib/assert-is-integer": "^0.2.1",  | 
 | 43 | +    "@stdlib/assert-is-typed-array-like": "^0.2.1",  | 
 | 44 | +    "@stdlib/math-base-special-ceil2": "^0.2.1",  | 
 | 45 | +    "@stdlib/string-format": "^0.2.1",  | 
 | 46 | +    "@stdlib/types": "^0.3.2"  | 
47 | 47 |   },  | 
48 | 48 |   "devDependencies": {  | 
49 |  | -    "@stdlib/array-float32": "^0.1.1",  | 
50 |  | -    "@stdlib/array-float64": "^0.1.1",  | 
51 |  | -    "@stdlib/array-int16": "^0.1.1",  | 
52 |  | -    "@stdlib/array-int32": "^0.1.1",  | 
53 |  | -    "@stdlib/array-int8": "^0.1.1",  | 
54 |  | -    "@stdlib/array-uint16": "^0.1.1",  | 
55 |  | -    "@stdlib/array-uint32": "^0.1.1",  | 
56 |  | -    "@stdlib/array-uint8": "^0.1.1",  | 
57 |  | -    "@stdlib/array-uint8c": "^0.1.1",  | 
58 |  | -    "@stdlib/constants-int16-max": "^0.2.0",  | 
59 |  | -    "@stdlib/constants-int32-max": "^0.1.1",  | 
60 |  | -    "@stdlib/constants-int8-max": "^0.2.0",  | 
61 |  | -    "@stdlib/constants-uint16-max": "^0.2.0",  | 
62 |  | -    "@stdlib/constants-uint32-max": "^0.1.1",  | 
63 |  | -    "@stdlib/constants-uint8-max": "^0.2.0",  | 
 | 49 | +    "@stdlib/array-float32": "^0.2.1",  | 
 | 50 | +    "@stdlib/array-float64": "^0.2.1",  | 
 | 51 | +    "@stdlib/array-int16": "^0.2.1",  | 
 | 52 | +    "@stdlib/array-int32": "^0.2.1",  | 
 | 53 | +    "@stdlib/array-int8": "^0.2.1",  | 
 | 54 | +    "@stdlib/array-uint16": "^0.2.1",  | 
 | 55 | +    "@stdlib/array-uint32": "^0.2.1",  | 
 | 56 | +    "@stdlib/array-uint8": "^0.2.1",  | 
 | 57 | +    "@stdlib/array-uint8c": "^0.2.1",  | 
 | 58 | +    "@stdlib/constants-int16-max": "^0.2.1",  | 
 | 59 | +    "@stdlib/constants-int32-max": "^0.2.1",  | 
 | 60 | +    "@stdlib/constants-int8-max": "^0.2.1",  | 
 | 61 | +    "@stdlib/constants-uint16-max": "^0.2.1",  | 
 | 62 | +    "@stdlib/constants-uint32-max": "^0.2.1",  | 
 | 63 | +    "@stdlib/constants-uint8-max": "^0.2.1",  | 
64 | 64 |     "tape": "git+https://github.com/kgryte/tape.git#fix/globby",  | 
65 | 65 |     "istanbul": "^0.4.1",  | 
66 | 66 |     "tap-min": "git+https://github.com/Planeshifter/tap-min.git",  | 
67 |  | -    "@stdlib/bench-harness": "^0.2.0"  | 
 | 67 | +    "@stdlib/bench-harness": "^0.2.1"  | 
68 | 68 |   },  | 
69 | 69 |   "engines": {  | 
70 | 70 |     "node": ">=0.10.0",  | 
 | 
0 commit comments