Skip to content

Commit 98779b9

Browse files
committed
Auto-generated commit
1 parent d41b640 commit 98779b9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-02-09T02:47:30.001Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
192192
[npm-image]: http://img.shields.io/npm/v/@stdlib/complex-cmplx.svg
193193
[npm-url]: https://npmjs.org/package/@stdlib/complex-cmplx
194194

195-
[test-image]: https://github.com/stdlib-js/complex-cmplx/actions/workflows/test.yml/badge.svg?branch=v0.2.3
196-
[test-url]: https://github.com/stdlib-js/complex-cmplx/actions/workflows/test.yml?query=branch:v0.2.3
195+
[test-image]: https://github.com/stdlib-js/complex-cmplx/actions/workflows/test.yml/badge.svg?branch=main
196+
[test-url]: https://github.com/stdlib-js/complex-cmplx/actions/workflows/test.yml?query=branch:main
197197

198198
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-cmplx/main.svg
199199
[coverage-url]: https://codecov.io/github/stdlib-js/complex-cmplx?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/complex-ctors": "^0.2.2",
40+
"@stdlib/complex-ctors": "^0.2.3",
4141
"@stdlib/string-format": "^0.2.3",
4242
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
4343
},
4444
"devDependencies": {
4545
"@stdlib/assert-instance-of": "^0.3.1",
46-
"@stdlib/complex-float32-ctor": "^0.1.0",
46+
"@stdlib/complex-float32-ctor": "^0.1.1",
4747
"@stdlib/complex-float64-ctor": "^0.1.2",
4848
"@stdlib/math-base-assert-is-nan": "^0.2.3",
49-
"@stdlib/random-base-discrete-uniform": "^0.2.1",
49+
"@stdlib/random-base-discrete-uniform": "^0.2.2",
5050
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5151
"istanbul": "^0.4.1",
5252
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",

0 commit comments

Comments
 (0)