|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-base-assert-is-booleanarray", |
3 | | - "version": "0.0.1", |
| 3 | + "version": "0.0.2", |
4 | 4 | "description": "Test if a value is a BooleanArray.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
43 | 43 | "@stdlib/array-bool": "^0.0.1", |
44 | 44 | "@stdlib/array-complex128": "^0.2.1", |
45 | 45 | "@stdlib/array-complex64": "^0.2.1", |
46 | | - "@stdlib/array-float32": "^0.2.1", |
47 | | - "@stdlib/array-float64": "^0.2.1", |
48 | | - "@stdlib/array-int16": "^0.2.1", |
49 | | - "@stdlib/array-int32": "^0.2.1", |
50 | | - "@stdlib/array-int8": "^0.2.1", |
51 | | - "@stdlib/array-uint16": "^0.2.1", |
52 | | - "@stdlib/array-uint32": "^0.2.1", |
53 | | - "@stdlib/array-uint8": "^0.2.1", |
54 | | - "@stdlib/array-uint8c": "^0.2.1", |
55 | | - "@stdlib/assert-is-boolean": "^0.2.1", |
56 | | - "@stdlib/buffer-alloc-unsafe": "^0.2.1", |
57 | | - "@stdlib/utils-constructor-name": "^0.2.1", |
| 46 | + "@stdlib/array-float32": "^0.2.2", |
| 47 | + "@stdlib/array-float64": "^0.2.2", |
| 48 | + "@stdlib/array-int16": "^0.2.2", |
| 49 | + "@stdlib/array-int32": "^0.2.2", |
| 50 | + "@stdlib/array-int8": "^0.2.2", |
| 51 | + "@stdlib/array-uint16": "^0.2.2", |
| 52 | + "@stdlib/array-uint32": "^0.2.2", |
| 53 | + "@stdlib/array-uint8": "^0.2.2", |
| 54 | + "@stdlib/array-uint8c": "^0.2.2", |
| 55 | + "@stdlib/assert-is-boolean": "^0.2.2", |
| 56 | + "@stdlib/buffer-alloc-unsafe": "^0.2.2", |
| 57 | + "@stdlib/utils-constructor-name": "^0.2.2", |
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", |
61 | | - "@stdlib/bench-harness": "^0.2.1" |
| 61 | + "@stdlib/bench-harness": "^0.2.2" |
62 | 62 | }, |
63 | 63 | "engines": { |
64 | 64 | "node": ">=0.10.0", |
|
0 commit comments