Skip to content

Commit e040360

Browse files
committed
Auto-generated commit
1 parent 27466b0 commit e040360

3 files changed

Lines changed: 8 additions & 7 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-23T01:50:37.934Z

README.md

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

277-
[test-image]: https://github.com/stdlib-js/array-typed-complex/actions/workflows/test.yml/badge.svg?branch=v0.2.3
278-
[test-url]: https://github.com/stdlib-js/array-typed-complex/actions/workflows/test.yml?query=branch:v0.2.3
277+
[test-image]: https://github.com/stdlib-js/array-typed-complex/actions/workflows/test.yml/badge.svg?branch=main
278+
[test-url]: https://github.com/stdlib-js/array-typed-complex/actions/workflows/test.yml?query=branch:main
279279

280280
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-typed-complex/main.svg
281281
[coverage-url]: https://codecov.io/github/stdlib-js/array-typed-complex?branch=main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,23 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/array-defaults": "^0.4.1",
41-
"@stdlib/array-typed-complex-ctors": "^0.2.2",
41+
"@stdlib/array-typed-complex-ctors": "^0.2.3",
4242
"@stdlib/assert-is-string": "^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": {
4848
"@stdlib/array-buffer": "^0.2.3",
49-
"@stdlib/array-complex128": "^0.3.1",
50-
"@stdlib/array-complex64": "^0.3.1",
49+
"@stdlib/array-complex128": "^0.3.2",
50+
"@stdlib/array-complex64": "^0.3.2",
5151
"@stdlib/array-float64": "^0.2.3",
5252
"@stdlib/assert-instance-of": "^0.3.1",
5353
"@stdlib/assert-is-complex-typed-array": "^0.2.3",
54-
"@stdlib/blas-ext-base-gfill-by": "^0.2.2",
54+
"@stdlib/blas-ext-base-gfill-by": "^0.2.3",
5555
"@stdlib/complex-float64-ctor": "^0.1.2",
5656
"@stdlib/math-base-special-pow": "^0.3.1",
57-
"@stdlib/random-base-discrete-uniform": "^0.2.1",
57+
"@stdlib/random-base-discrete-uniform": "^0.2.2",
5858
"@stdlib/strided-base-reinterpret-complex128": "^0.2.3",
5959
"@stdlib/strided-base-reinterpret-complex64": "^0.2.2",
6060
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",

0 commit comments

Comments
 (0)