|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-base-assert-is-accessor-array", |
3 | | - "version": "0.2.1", |
| 3 | + "version": "0.2.2", |
4 | 4 | "description": "Test if an array-like object supports the accessor (get/set) protocol.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
42 | 42 | "devDependencies": { |
43 | 43 | "@stdlib/array-complex128": "^0.2.1", |
44 | 44 | "@stdlib/array-complex64": "^0.2.1", |
45 | | - "@stdlib/array-float32": "^0.2.1", |
46 | | - "@stdlib/array-float64": "^0.2.1", |
47 | | - "@stdlib/array-int16": "^0.2.1", |
48 | | - "@stdlib/array-int32": "^0.2.1", |
49 | | - "@stdlib/array-int8": "^0.2.1", |
50 | | - "@stdlib/array-uint16": "^0.2.1", |
51 | | - "@stdlib/array-uint32": "^0.2.1", |
52 | | - "@stdlib/array-uint8": "^0.2.1", |
53 | | - "@stdlib/array-uint8c": "^0.2.1", |
54 | | - "@stdlib/assert-is-boolean": "^0.2.1", |
55 | | - "@stdlib/buffer-alloc-unsafe": "^0.2.1", |
56 | | - "@stdlib/utils-constructor-name": "^0.2.1", |
| 45 | + "@stdlib/array-float32": "^0.2.2", |
| 46 | + "@stdlib/array-float64": "^0.2.2", |
| 47 | + "@stdlib/array-int16": "^0.2.2", |
| 48 | + "@stdlib/array-int32": "^0.2.2", |
| 49 | + "@stdlib/array-int8": "^0.2.2", |
| 50 | + "@stdlib/array-uint16": "^0.2.2", |
| 51 | + "@stdlib/array-uint32": "^0.2.2", |
| 52 | + "@stdlib/array-uint8": "^0.2.2", |
| 53 | + "@stdlib/array-uint8c": "^0.2.2", |
| 54 | + "@stdlib/assert-is-boolean": "^0.2.2", |
| 55 | + "@stdlib/buffer-alloc-unsafe": "^0.2.2", |
| 56 | + "@stdlib/utils-constructor-name": "^0.2.2", |
57 | 57 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
58 | 58 | "istanbul": "^0.4.1", |
59 | 59 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
60 | | - "@stdlib/bench-harness": "^0.2.1" |
| 60 | + "@stdlib/bench-harness": "^0.2.2" |
61 | 61 | }, |
62 | 62 | "engines": { |
63 | 63 | "node": ">=0.10.0", |
|
0 commit comments