|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/utils-append",
|
3 |
| - "version": "0.0.7", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Add elements from one collection to the end of another 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.0.6", |
41 |
| - "@stdlib/assert-is-array": "^0.0.7", |
42 |
| - "@stdlib/assert-is-collection": "^0.0.8", |
43 |
| - "@stdlib/assert-is-integer": "^0.0.8", |
44 |
| - "@stdlib/assert-is-typed-array-like": "^0.0.8", |
45 |
| - "@stdlib/math-base-special-ceil2": "^0.0.6", |
46 |
| - "@stdlib/string-format": "^0.0.3", |
47 |
| - "@stdlib/types": "^0.0.14" |
| 40 | + "@stdlib/array-buffer": "^0.1.0", |
| 41 | + "@stdlib/assert-is-array": "^0.1.0", |
| 42 | + "@stdlib/assert-is-collection": "^0.1.0", |
| 43 | + "@stdlib/assert-is-integer": "^0.1.0", |
| 44 | + "@stdlib/assert-is-typed-array-like": "^0.1.0", |
| 45 | + "@stdlib/math-base-special-ceil2": "^0.1.0", |
| 46 | + "@stdlib/string-format": "^0.1.0", |
| 47 | + "@stdlib/types": "^0.1.0" |
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 |
| - "@stdlib/array-float32": "^0.0.6", |
51 |
| - "@stdlib/array-float64": "^0.0.6", |
52 |
| - "@stdlib/array-int16": "^0.0.6", |
53 |
| - "@stdlib/array-int32": "^0.0.6", |
54 |
| - "@stdlib/array-int8": "^0.0.6", |
55 |
| - "@stdlib/array-uint16": "^0.0.6", |
56 |
| - "@stdlib/array-uint32": "^0.0.6", |
57 |
| - "@stdlib/array-uint8": "^0.0.7", |
58 |
| - "@stdlib/array-uint8c": "^0.0.8", |
59 |
| - "@stdlib/bench": "^0.0.12", |
60 |
| - "@stdlib/constants-int16-max": "^0.0.7", |
61 |
| - "@stdlib/constants-int32-max": "^0.0.7", |
62 |
| - "@stdlib/constants-int8-max": "^0.0.7", |
63 |
| - "@stdlib/constants-uint16-max": "^0.0.7", |
64 |
| - "@stdlib/constants-uint32-max": "^0.0.7", |
65 |
| - "@stdlib/constants-uint8-max": "^0.0.7", |
| 50 | + "@stdlib/array-float32": "^0.1.0", |
| 51 | + "@stdlib/array-float64": "^0.1.0", |
| 52 | + "@stdlib/array-int16": "^0.1.0", |
| 53 | + "@stdlib/array-int32": "^0.1.0", |
| 54 | + "@stdlib/array-int8": "^0.1.0", |
| 55 | + "@stdlib/array-uint16": "^0.1.0", |
| 56 | + "@stdlib/array-uint32": "^0.1.0", |
| 57 | + "@stdlib/array-uint8": "^0.1.0", |
| 58 | + "@stdlib/array-uint8c": "^0.1.0", |
| 59 | + "@stdlib/bench": "^0.1.0", |
| 60 | + "@stdlib/constants-int16-max": "^0.1.0", |
| 61 | + "@stdlib/constants-int32-max": "^0.1.0", |
| 62 | + "@stdlib/constants-int8-max": "^0.1.0", |
| 63 | + "@stdlib/constants-uint16-max": "^0.1.0", |
| 64 | + "@stdlib/constants-uint32-max": "^0.1.0", |
| 65 | + "@stdlib/constants-uint8-max": "^0.1.0", |
66 | 66 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
67 | 67 | "istanbul": "^0.4.1",
|
68 | 68 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git"
|
|
0 commit comments