|
1 | 1 | { |
2 | 2 | "name": "@stdlib/napi-argv-strided-complex64array", |
3 | | - "version": "0.1.1", |
| 3 | + "version": "0.2.0", |
4 | 4 | "description": "Convert a Node-API value representing a strided array to a single-precision complex floating-point array.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
39 | 39 | "url": "https://github.com/stdlib-js/stdlib/issues" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | | - "@stdlib/assert-napi-status-ok": "^0.1.1", |
43 | | - "@stdlib/napi-argv": "^0.1.1", |
44 | | - "@stdlib/napi-argv-float32array": "^0.1.1", |
45 | | - "@stdlib/utils-library-manifest": "^0.1.1" |
| 42 | + "@stdlib/assert-napi-status-ok": "^0.2.0", |
| 43 | + "@stdlib/napi-argv": "^0.2.0", |
| 44 | + "@stdlib/napi-argv-float32array": "^0.2.0", |
| 45 | + "@stdlib/utils-library-manifest": "^0.2.0" |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | 48 | "@stdlib/array-filled": "^0.1.0", |
49 | 49 | "@stdlib/array-typed": "^0.1.0", |
50 | 50 | "@stdlib/assert-is-browser": "^0.1.1", |
51 | 51 | "@stdlib/assert-is-complex64array": "^0.1.0", |
52 | 52 | "@stdlib/strided-base-reinterpret-complex64": "^0.1.1", |
53 | | - "@stdlib/utils-try-require": "^0.1.1", |
| 53 | + "@stdlib/utils-try-require": "^0.2.0", |
54 | 54 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
55 | 55 | "istanbul": "^0.4.1", |
56 | 56 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git" |
|
0 commit comments