Skip to content

Commit f39446c

Browse files
committed
Auto-generated commit
1 parent 0170519 commit f39446c

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
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:04:37.967Z

README.md

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

196-
[test-image]: https://github.com/stdlib-js/complex-float64-parse/actions/workflows/test.yml/badge.svg?branch=v0.0.3
197-
[test-url]: https://github.com/stdlib-js/complex-float64-parse/actions/workflows/test.yml?query=branch:v0.0.3
196+
[test-image]: https://github.com/stdlib-js/complex-float64-parse/actions/workflows/test.yml/badge.svg?branch=main
197+
[test-url]: https://github.com/stdlib-js/complex-float64-parse/actions/workflows/test.yml?query=branch:main
198198

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

package.json

Lines changed: 5 additions & 5 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/assert-is-string": "^0.2.2",
41-
"@stdlib/complex-float64-ctor": "^0.1.1",
40+
"@stdlib/assert-is-string": "^0.2.3",
41+
"@stdlib/complex-float64-ctor": "^0.1.2",
4242
"@stdlib/string-base-replace": "^0.2.3",
4343
"@stdlib/string-format": "^0.2.3",
4444
"@stdlib/types": "^0.4.3",
4545
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
4646
},
4747
"devDependencies": {
48-
"@stdlib/assert-is-complex128": "^0.2.2",
49-
"@stdlib/assert-is-same-complex128": "^0.2.2",
48+
"@stdlib/assert-is-complex128": "^0.2.3",
49+
"@stdlib/assert-is-same-complex128": "^0.2.3",
5050
"@stdlib/complex-float64-imag": "^0.1.2",
5151
"@stdlib/complex-float64-real": "^0.1.2",
5252
"@stdlib/constants-float64-ninf": "^0.2.3",
@@ -55,7 +55,7 @@
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",
58-
"@stdlib/bench-harness": "^0.2.2"
58+
"@stdlib/bench-harness": "^0.2.3"
5959
},
6060
"engines": {
6161
"node": ">=0.10.0",

0 commit comments

Comments
 (0)