|
1 | 1 | { |
2 | 2 | "name": "@stdlib/assert-is-int8array", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Test if a value is an Int8Array.", |
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/utils-native-class": "^0.2.0" |
| 40 | + "@stdlib/utils-native-class": "^0.2.1" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@stdlib/array-float32": "^0.1.1", |
44 | | - "@stdlib/array-float64": "^0.1.1", |
45 | | - "@stdlib/array-int16": "^0.1.1", |
46 | | - "@stdlib/array-int32": "^0.1.1", |
47 | | - "@stdlib/array-int8": "^0.1.1", |
48 | | - "@stdlib/array-uint16": "^0.1.1", |
49 | | - "@stdlib/array-uint32": "^0.1.1", |
50 | | - "@stdlib/array-uint8": "^0.1.1", |
51 | | - "@stdlib/array-uint8c": "^0.1.1", |
52 | | - "@stdlib/assert-is-boolean": "^0.1.1", |
| 43 | + "@stdlib/array-float32": "^0.2.0", |
| 44 | + "@stdlib/array-float64": "^0.2.0", |
| 45 | + "@stdlib/array-int16": "^0.2.0", |
| 46 | + "@stdlib/array-int32": "^0.2.0", |
| 47 | + "@stdlib/array-int8": "^0.2.0", |
| 48 | + "@stdlib/array-uint16": "^0.2.0", |
| 49 | + "@stdlib/array-uint32": "^0.2.0", |
| 50 | + "@stdlib/array-uint8": "^0.2.0", |
| 51 | + "@stdlib/array-uint8c": "^0.2.0", |
| 52 | + "@stdlib/assert-is-boolean": "^0.2.0", |
53 | 53 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
54 | 54 | "istanbul": "^0.4.1", |
55 | 55 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
56 | | - "@stdlib/bench-harness": "^0.1.2" |
| 56 | + "@stdlib/bench-harness": "^0.2.0" |
57 | 57 | }, |
58 | 58 | "engines": { |
59 | 59 | "node": ">=0.10.0", |
|
0 commit comments