|
1 | 1 | { |
2 | 2 | "name": "@stdlib/assert-is-complex64array", |
3 | | - "version": "0.0.7", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Test if a value is a Complex64Array.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | 40 | "@stdlib/array-complex64": "^0.0.6", |
41 | | - "@stdlib/types": "^0.0.14", |
42 | | - "@stdlib/utils-constructor-name": "^0.0.8" |
| 41 | + "@stdlib/types": "^0.1.0", |
| 42 | + "@stdlib/utils-constructor-name": "^0.1.0" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | 45 | "@stdlib/array-complex128": "^0.0.6", |
46 | | - "@stdlib/array-float32": "^0.0.6", |
47 | | - "@stdlib/array-float64": "^0.0.6", |
48 | | - "@stdlib/array-int16": "^0.0.6", |
49 | | - "@stdlib/array-int32": "^0.0.6", |
50 | | - "@stdlib/array-int8": "^0.0.6", |
51 | | - "@stdlib/array-uint16": "^0.0.6", |
52 | | - "@stdlib/array-uint32": "^0.0.6", |
53 | | - "@stdlib/array-uint8": "^0.0.7", |
54 | | - "@stdlib/array-uint8c": "^0.0.8", |
55 | | - "@stdlib/assert-is-boolean": "^0.0.8", |
56 | | - "@stdlib/bench": "^0.0.12", |
| 46 | + "@stdlib/array-float32": "^0.1.0", |
| 47 | + "@stdlib/array-float64": "^0.1.0", |
| 48 | + "@stdlib/array-int16": "^0.1.0", |
| 49 | + "@stdlib/array-int32": "^0.1.0", |
| 50 | + "@stdlib/array-int8": "^0.1.0", |
| 51 | + "@stdlib/array-uint16": "^0.1.0", |
| 52 | + "@stdlib/array-uint32": "^0.1.0", |
| 53 | + "@stdlib/array-uint8": "^0.1.0", |
| 54 | + "@stdlib/array-uint8c": "^0.1.0", |
| 55 | + "@stdlib/assert-is-boolean": "^0.1.0", |
| 56 | + "@stdlib/bench": "^0.1.0", |
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" |
|
0 commit comments