Skip to content

Commit 489fd74

Browse files
committed
Auto-generated commit
1 parent 011995f commit 489fd74

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-03-16T02:31:25.957Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
314314
[npm-image]: http://img.shields.io/npm/v/@stdlib/complex-float32-base-neg.svg
315315
[npm-url]: https://npmjs.org/package/@stdlib/complex-float32-base-neg
316316

317-
[test-image]: https://github.com/stdlib-js/complex-float32-base-neg/actions/workflows/test.yml/badge.svg?branch=v0.1.1
318-
[test-url]: https://github.com/stdlib-js/complex-float32-base-neg/actions/workflows/test.yml?query=branch:v0.1.1
317+
[test-image]: https://github.com/stdlib-js/complex-float32-base-neg/actions/workflows/test.yml/badge.svg?branch=main
318+
[test-url]: https://github.com/stdlib-js/complex-float32-base-neg/actions/workflows/test.yml?query=branch:main
319319

320320
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float32-base-neg/main.svg
321321
[coverage-url]: https://codecov.io/github/stdlib-js/complex-float32-base-neg?branch=main

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/complex-float32-ctor": "^0.1.0",
43+
"@stdlib/complex-float32-ctor": "^0.1.1",
4444
"@stdlib/complex-float32-imag": "^0.1.2",
4545
"@stdlib/complex-float32-real": "^0.1.2",
46-
"@stdlib/complex-float32-reim": "^0.1.3",
46+
"@stdlib/complex-float32-reim": "^0.1.4",
4747
"@stdlib/math-base-napi-unary": "^0.2.7",
4848
"@stdlib/types": "^0.4.3",
4949
"@stdlib/utils-library-manifest": "^0.2.4"
5050
},
5151
"devDependencies": {
52-
"@stdlib/constants-float32-ninf": "^0.2.2",
53-
"@stdlib/constants-float32-pinf": "^0.2.2",
52+
"@stdlib/constants-float32-ninf": "^0.2.3",
53+
"@stdlib/constants-float32-pinf": "^0.2.3",
5454
"@stdlib/math-base-assert-is-nanf": "^0.2.3",
55-
"@stdlib/math-base-assert-is-negative-zerof": "^0.1.3",
56-
"@stdlib/math-base-assert-is-positive-zerof": "^0.1.3",
57-
"@stdlib/random-base-discrete-uniform": "^0.2.1",
58-
"@stdlib/random-base-uniform": "^0.2.2",
55+
"@stdlib/math-base-assert-is-negative-zerof": "^0.1.4",
56+
"@stdlib/math-base-assert-is-positive-zerof": "^0.1.4",
57+
"@stdlib/random-base-discrete-uniform": "^0.2.2",
58+
"@stdlib/random-base-uniform": "^0.2.3",
5959
"@stdlib/utils-try-require": "^0.2.3",
6060
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6161
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)