File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -249,8 +249,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
249249[ npm-image ] : http://img.shields.io/npm/v/@stdlib/assert-napi-equal-typedarray-types.svg
250250[ npm-url ] : https://npmjs.org/package/@stdlib/assert-napi-equal-typedarray-types
251251
252- [ test-image ] : https://github.com/stdlib-js/assert-napi-equal-typedarray-types/actions/workflows/test.yml/badge.svg?branch=main
253- [ test-url ] : https://github.com/stdlib-js/assert-napi-equal-typedarray-types/actions/workflows/test.yml?query=branch:main
252+ [ test-image ] : https://github.com/stdlib-js/assert-napi-equal-typedarray-types/actions/workflows/test.yml/badge.svg?branch=v0.1.1
253+ [ test-url ] : https://github.com/stdlib-js/assert-napi-equal-typedarray-types/actions/workflows/test.yml?query=branch:v0.1.1
254254
255255[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/assert-napi-equal-typedarray-types/main.svg
256256[ coverage-url ] : https://codecov.io/github/stdlib-js/assert-napi-equal-typedarray-types?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/assert-napi-equal-typedarray-types" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Assert that two Node-API typed array data types are equal." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
3939 "url" : " https://github.com/stdlib-js/stdlib/issues"
4040 },
4141 "dependencies" : {
42- "@stdlib/assert-napi-status-ok" : " ^0.1.0 " ,
43- "@stdlib/utils-library-manifest" : " ^0.1.0 "
42+ "@stdlib/assert-napi-status-ok" : " ^0.1.1 " ,
43+ "@stdlib/utils-library-manifest" : " ^0.1.1 "
4444 },
4545 "devDependencies" : {
4646 "@stdlib/array-typed" : " ^0.1.0" ,
4747 "@stdlib/assert-is-browser" : " ^0.1.0" ,
48- "@stdlib/utils-try-require" : " ^0.1.0 " ,
48+ "@stdlib/utils-try-require" : " ^0.1.1 " ,
4949 "tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
5050 "istanbul" : " ^0.4.1" ,
5151 "tap-min" : " git+https://github.com/Planeshifter/tap-min.git"
You can’t perform that action at this time.
0 commit comments