|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-base-assert-is-accessor-array",
|
3 |
| - "version": "0.0.1", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Test if an array-like object supports the accessor (get/set) protocol.",
|
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/types": "^0.0.14" |
| 40 | + "@stdlib/types": "^0.1.0" |
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 | 43 | "@stdlib/array-complex128": "^0.0.6",
|
44 | 44 | "@stdlib/array-complex64": "^0.0.6",
|
45 |
| - "@stdlib/array-float32": "^0.0.6", |
46 |
| - "@stdlib/array-float64": "^0.0.6", |
47 |
| - "@stdlib/array-int16": "^0.0.6", |
48 |
| - "@stdlib/array-int32": "^0.0.6", |
49 |
| - "@stdlib/array-int8": "^0.0.6", |
50 |
| - "@stdlib/array-uint16": "^0.0.6", |
51 |
| - "@stdlib/array-uint32": "^0.0.6", |
52 |
| - "@stdlib/array-uint8": "^0.0.7", |
53 |
| - "@stdlib/array-uint8c": "^0.0.8", |
54 |
| - "@stdlib/assert-is-boolean": "^0.0.8", |
55 |
| - "@stdlib/bench": "^0.0.12", |
56 |
| - "@stdlib/buffer-alloc-unsafe": "^0.0.7", |
57 |
| - "@stdlib/utils-constructor-name": "^0.0.8", |
| 45 | + "@stdlib/array-float32": "^0.1.0", |
| 46 | + "@stdlib/array-float64": "^0.1.0", |
| 47 | + "@stdlib/array-int16": "^0.1.0", |
| 48 | + "@stdlib/array-int32": "^0.1.0", |
| 49 | + "@stdlib/array-int8": "^0.1.0", |
| 50 | + "@stdlib/array-uint16": "^0.1.0", |
| 51 | + "@stdlib/array-uint32": "^0.1.0", |
| 52 | + "@stdlib/array-uint8": "^0.1.0", |
| 53 | + "@stdlib/array-uint8c": "^0.1.0", |
| 54 | + "@stdlib/assert-is-boolean": "^0.1.0", |
| 55 | + "@stdlib/bench": "^0.1.0", |
| 56 | + "@stdlib/buffer-alloc-unsafe": "^0.1.0", |
| 57 | + "@stdlib/utils-constructor-name": "^0.1.0", |
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"
|
|
0 commit comments