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