Skip to content

Commit 23830cd

Browse files
committed
Auto-generated commit
1 parent 34c167a commit 23830cd

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-02T02:04:54.896Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -727,8 +727,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
727727
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-base-ctor.svg
728728
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-base-ctor
729729

730-
[test-image]: https://github.com/stdlib-js/ndarray-base-ctor/actions/workflows/test.yml/badge.svg?branch=v0.3.0
731-
[test-url]: https://github.com/stdlib-js/ndarray-base-ctor/actions/workflows/test.yml?query=branch:v0.3.0
730+
[test-image]: https://github.com/stdlib-js/ndarray-base-ctor/actions/workflows/test.yml/badge.svg?branch=main
731+
[test-url]: https://github.com/stdlib-js/ndarray-base-ctor/actions/workflows/test.yml?query=branch:main
732732

733733
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-ctor/main.svg
734734
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-ctor?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-slice": "^0.2.2",
40+
"@stdlib/array-base-slice": "^0.3.0",
4141
"@stdlib/array-buffer": "^0.2.2",
4242
"@stdlib/array-dataview": "^0.2.2",
4343
"@stdlib/array-uint8": "^0.2.2",
@@ -58,8 +58,8 @@
5858
"@stdlib/number-float64-base-to-int64-bytes": "^0.2.2",
5959
"@stdlib/string-replace": "^0.2.2",
6060
"@stdlib/types": "^0.4.3",
61-
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.3",
62-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2"
61+
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.4",
62+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3"
6363
},
6464
"devDependencies": {
6565
"@stdlib/array-bool": "^0.1.1",
@@ -76,7 +76,7 @@
7676
"@stdlib/assert-is-plain-object": "^0.2.2",
7777
"@stdlib/assert-is-positive-integer": "^0.2.2",
7878
"@stdlib/complex-float32-ctor": "^0.1.0",
79-
"@stdlib/complex-float64-ctor": "^0.1.0",
79+
"@stdlib/complex-float64-ctor": "^0.1.1",
8080
"@stdlib/math-base-special-floor": "^0.2.3",
8181
"@stdlib/random-base-randu": "^0.2.2",
8282
"proxyquire": "^2.0.0",

0 commit comments

Comments
 (0)