|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-base-assert-is-booleanarray", |
3 | | - "version": "0.0.2", |
| 3 | + "version": "0.0.3", |
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.1.1", |
44 | 44 | "@stdlib/array-complex128": "^0.3.1", |
45 | 45 | "@stdlib/array-complex64": "^0.3.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", |
| 46 | + "@stdlib/array-float32": "^0.2.3", |
| 47 | + "@stdlib/array-float64": "^0.2.3", |
| 48 | + "@stdlib/array-int16": "^0.2.3", |
| 49 | + "@stdlib/array-int32": "^0.2.3", |
| 50 | + "@stdlib/array-int8": "^0.2.3", |
| 51 | + "@stdlib/array-uint16": "^0.2.3", |
| 52 | + "@stdlib/array-uint32": "^0.2.3", |
| 53 | + "@stdlib/array-uint8": "^0.2.3", |
| 54 | + "@stdlib/array-uint8c": "^0.2.3", |
| 55 | + "@stdlib/assert-is-boolean": "^0.2.3", |
| 56 | + "@stdlib/buffer-alloc-unsafe": "^0.2.3", |
57 | 57 | "@stdlib/string-format": "^0.2.3", |
58 | | - "@stdlib/utils-constructor-name": "^0.2.2", |
| 58 | + "@stdlib/utils-constructor-name": "^0.2.3", |
59 | 59 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
60 | 60 | "istanbul": "^0.4.1", |
61 | 61 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
62 | | - "@stdlib/bench-harness": "^0.2.2" |
| 62 | + "@stdlib/bench-harness": "^0.2.3" |
63 | 63 | }, |
64 | 64 | "engines": { |
65 | 65 | "node": ">=0.10.0", |
|
0 commit comments