Skip to content

Commit 869a7eb

Browse files
committed
Auto-generated commit
1 parent 11ee80e commit 869a7eb

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-03-16T01:21:42.090Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
303303
[npm-image]: http://img.shields.io/npm/v/@stdlib/napi-argv-complex64array.svg
304304
[npm-url]: https://npmjs.org/package/@stdlib/napi-argv-complex64array
305305
306-
[test-image]: https://github.com/stdlib-js/napi-argv-complex64array/actions/workflows/test.yml/badge.svg?branch=v0.2.3
307-
[test-url]: https://github.com/stdlib-js/napi-argv-complex64array/actions/workflows/test.yml?query=branch:v0.2.3
306+
[test-image]: https://github.com/stdlib-js/napi-argv-complex64array/actions/workflows/test.yml/badge.svg?branch=main
307+
[test-url]: https://github.com/stdlib-js/napi-argv-complex64array/actions/workflows/test.yml?query=branch:main
308308
309309
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/napi-argv-complex64array/main.svg
310310
[coverage-url]: https://codecov.io/github/stdlib-js/napi-argv-complex64array?branch=main

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
"url": "https://github.com/stdlib-js/stdlib/issues"
4040
},
4141
"dependencies": {
42-
"@stdlib/assert-napi-equal-typedarray-types": "^0.2.2",
43-
"@stdlib/assert-napi-is-typedarray": "^0.2.2",
44-
"@stdlib/assert-napi-status-ok": "^0.2.2",
45-
"@stdlib/napi-argv": "^0.2.2",
46-
"@stdlib/utils-library-manifest": "^0.2.3"
42+
"@stdlib/assert-napi-equal-typedarray-types": "^0.2.3",
43+
"@stdlib/assert-napi-is-typedarray": "^0.2.3",
44+
"@stdlib/assert-napi-status-ok": "^0.2.3",
45+
"@stdlib/napi-argv": "^0.2.3",
46+
"@stdlib/utils-library-manifest": "^0.2.4"
4747
},
4848
"devDependencies": {
49-
"@stdlib/array-filled": "^0.3.0",
50-
"@stdlib/array-typed": "^0.3.1",
51-
"@stdlib/assert-is-browser": "^0.2.2",
52-
"@stdlib/assert-is-complex64array": "^0.2.2",
53-
"@stdlib/strided-base-reinterpret-complex64": "^0.2.1",
54-
"@stdlib/utils-try-require": "^0.2.2",
49+
"@stdlib/array-filled": "^0.3.1",
50+
"@stdlib/array-typed": "^0.3.2",
51+
"@stdlib/assert-is-browser": "^0.2.3",
52+
"@stdlib/assert-is-complex64array": "^0.2.3",
53+
"@stdlib/strided-base-reinterpret-complex64": "^0.2.2",
54+
"@stdlib/utils-try-require": "^0.2.3",
5555
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5656
"istanbul": "^0.4.1",
5757
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"

0 commit comments

Comments
 (0)