Skip to content

Commit 4a45200

Browse files
committed
Auto-generated commit
1 parent 9dd20cf commit 4a45200

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-02-23T02:04:04.664Z

README.md

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

344-
[test-image]: https://github.com/stdlib-js/array-to-json/actions/workflows/test.yml/badge.svg?branch=v0.3.1
345-
[test-url]: https://github.com/stdlib-js/array-to-json/actions/workflows/test.yml?query=branch:v0.3.1
344+
[test-image]: https://github.com/stdlib-js/array-to-json/actions/workflows/test.yml/badge.svg?branch=main
345+
[test-url]: https://github.com/stdlib-js/array-to-json/actions/workflows/test.yml?query=branch:main
346346

347347
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-to-json/main.svg
348348
[coverage-url]: https://codecov.io/github/stdlib-js/array-to-json?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-bool": "^0.1.1",
41-
"@stdlib/array-complex128": "^0.3.1",
42-
"@stdlib/array-complex64": "^0.3.1",
40+
"@stdlib/array-bool": "^0.1.2",
41+
"@stdlib/array-complex128": "^0.3.2",
42+
"@stdlib/array-complex64": "^0.3.2",
4343
"@stdlib/array-float32": "^0.2.3",
4444
"@stdlib/array-float64": "^0.2.3",
4545
"@stdlib/array-int16": "^0.2.3",
@@ -68,7 +68,7 @@
6868
"@stdlib/assert-is-browser": "^0.2.3",
6969
"@stdlib/assert-is-plain-object": "^0.2.3",
7070
"@stdlib/math-base-special-pow": "^0.3.1",
71-
"@stdlib/random-base-randu": "^0.2.2",
71+
"@stdlib/random-base-randu": "^0.2.3",
7272
"@stdlib/utils-define-property": "^0.2.5",
7373
"proxyquire": "^2.0.0",
7474
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",

0 commit comments

Comments
 (0)