Skip to content

Commit 35189ab

Browse files
committed
Auto-generated commit
1 parent f8ffd53 commit 35189ab

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-02-02T02:10:53.276Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,8 +2686,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
26862686
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-complex64.svg
26872687
[npm-url]: https://npmjs.org/package/@stdlib/array-complex64
26882688

2689-
[test-image]: https://github.com/stdlib-js/array-complex64/actions/workflows/test.yml/badge.svg?branch=v0.3.1
2690-
[test-url]: https://github.com/stdlib-js/array-complex64/actions/workflows/test.yml?query=branch:v0.3.1
2689+
[test-image]: https://github.com/stdlib-js/array-complex64/actions/workflows/test.yml/badge.svg?branch=main
2690+
[test-url]: https://github.com/stdlib-js/array-complex64/actions/workflows/test.yml?query=branch:main
26912691

26922692
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-complex64/main.svg
26932693
[coverage-url]: https://codecov.io/github/stdlib-js/array-complex64?branch=main

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@stdlib/assert-is-array-like-object": "^0.2.2",
4848
"@stdlib/assert-is-arraybuffer": "^0.2.2",
4949
"@stdlib/assert-is-collection": "^0.2.2",
50-
"@stdlib/assert-is-complex-like": "^0.2.2",
50+
"@stdlib/assert-is-complex-like": "^0.2.3",
5151
"@stdlib/assert-is-function": "^0.2.2",
5252
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
5353
"@stdlib/assert-is-object": "^0.2.2",
@@ -61,16 +61,16 @@
6161
"@stdlib/math-base-special-floor": "^0.2.3",
6262
"@stdlib/strided-base-reinterpret-complex128": "^0.2.2",
6363
"@stdlib/strided-base-reinterpret-complex64": "^0.2.1",
64-
"@stdlib/string-format": "^0.2.2",
64+
"@stdlib/string-format": "^0.2.3",
6565
"@stdlib/symbol-iterator": "^0.2.2",
6666
"@stdlib/types": "^0.4.3",
67-
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.3",
68-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
67+
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.4",
68+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
6969
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
7070
},
7171
"devDependencies": {
7272
"@stdlib/array-buffer": "^0.2.2",
73-
"@stdlib/array-complex128": "^0.3.0",
73+
"@stdlib/array-complex128": "^0.3.1",
7474
"@stdlib/assert-has-own-property": "^0.2.2",
7575
"@stdlib/assert-instance-of": "^0.3.0",
7676
"@stdlib/assert-is-boolean": "^0.2.2",
@@ -83,10 +83,10 @@
8383
"@stdlib/complex-float32-base-add": "^0.2.0",
8484
"@stdlib/complex-float64-imag": "^0.1.1",
8585
"@stdlib/complex-float64-real": "^0.1.1",
86-
"@stdlib/console-log-each": "^0.2.2",
86+
"@stdlib/console-log-each": "^0.2.3",
8787
"@stdlib/math-base-special-pow": "^0.3.0",
88-
"@stdlib/random-base-randu": "^0.2.1",
89-
"@stdlib/utils-identity-function": "^0.2.2",
88+
"@stdlib/random-base-randu": "^0.2.2",
89+
"@stdlib/utils-identity-function": "^0.2.3",
9090
"proxyquire": "^2.0.0",
9191
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
9292
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)