|
1 | 1 | { |
2 | 2 | "name": "@stdlib/napi-argv-float64array", |
3 | | - "version": "0.1.1", |
| 3 | + "version": "0.2.0", |
4 | 4 | "description": "Convert a Node-API value to a double-precision 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-equal-typedarray-types": "^0.1.1", |
43 | | - "@stdlib/assert-napi-is-typedarray": "^0.1.1", |
44 | | - "@stdlib/assert-napi-status-ok": "^0.1.1", |
45 | | - "@stdlib/napi-argv": "^0.1.1", |
46 | | - "@stdlib/utils-library-manifest": "^0.1.1" |
| 42 | + "@stdlib/assert-napi-equal-typedarray-types": "^0.2.0", |
| 43 | + "@stdlib/assert-napi-is-typedarray": "^0.2.0", |
| 44 | + "@stdlib/assert-napi-status-ok": "^0.2.0", |
| 45 | + "@stdlib/napi-argv": "^0.2.0", |
| 46 | + "@stdlib/utils-library-manifest": "^0.2.0" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | 49 | "@stdlib/array-filled": "^0.1.0", |
50 | 50 | "@stdlib/array-typed": "^0.1.0", |
51 | 51 | "@stdlib/assert-is-browser": "^0.1.1", |
52 | | - "@stdlib/utils-try-require": "^0.1.1", |
| 52 | + "@stdlib/utils-try-require": "^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" |
|
0 commit comments