File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -299,8 +299,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
299299[npm-image]: http://img.shields.io/npm/v/@stdlib/napi-argv-float64array.svg
300300[npm-url]: https://npmjs.org/package/@stdlib/napi-argv-float64array
301301
302- [test-image]: https://github.com/stdlib-js/napi-argv-float64array/actions/workflows/test.yml/badge.svg?branch=main
303- [test-url]: https://github.com/stdlib-js/napi-argv-float64array/actions/workflows/test.yml?query=branch:main
302+ [test-image]: https://github.com/stdlib-js/napi-argv-float64array/actions/workflows/test.yml/badge.svg?branch=v0.1.1
303+ [test-url]: https://github.com/stdlib-js/napi-argv-float64array/actions/workflows/test.yml?query=branch:v0.1.1
304304
305305[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/napi-argv-float64array/main.svg
306306[coverage-url]: https://codecov.io/github/stdlib-js/napi-argv-float64array?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/napi-argv-float64array" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Convert a Node-API value to a double-precision floating-point array." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
4141 "dependencies" : {
4242 "@stdlib/assert-napi-equal-typedarray-types" : " ^0.1.0" ,
4343 "@stdlib/assert-napi-is-typedarray" : " ^0.1.0" ,
44- "@stdlib/assert-napi-status-ok" : " ^0.1.0 " ,
45- "@stdlib/napi-argv" : " ^0.1.0 " ,
46- "@stdlib/utils-library-manifest" : " ^0.1.0 "
44+ "@stdlib/assert-napi-status-ok" : " ^0.1.1 " ,
45+ "@stdlib/napi-argv" : " ^0.1.1 " ,
46+ "@stdlib/utils-library-manifest" : " ^0.1.1 "
4747 },
4848 "devDependencies" : {
4949 "@stdlib/array-filled" : " ^0.1.0" ,
5050 "@stdlib/array-typed" : " ^0.1.0" ,
5151 "@stdlib/assert-is-browser" : " ^0.1.0" ,
52- "@stdlib/utils-try-require" : " ^0.1.0 " ,
52+ "@stdlib/utils-try-require" : " ^0.1.1 " ,
5353 "tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
5454 "istanbul" : " ^0.4.1" ,
5555 "tap-min" : " git+https://github.com/Planeshifter/tap-min.git"
You can’t perform that action at this time.
0 commit comments