Skip to content

Commit 17b059e

Browse files
committed
Auto-generated commit
1 parent 1ec6513 commit 17b059e

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-03-02T00:40:00.728Z

README.md

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

190-
[test-image]: https://github.com/stdlib-js/ndarray-base-complement-shape/actions/workflows/test.yml/badge.svg?branch=v0.1.1
191-
[test-url]: https://github.com/stdlib-js/ndarray-base-complement-shape/actions/workflows/test.yml?query=branch:v0.1.1
190+
[test-image]: https://github.com/stdlib-js/ndarray-base-complement-shape/actions/workflows/test.yml/badge.svg?branch=main
191+
[test-url]: https://github.com/stdlib-js/ndarray-base-complement-shape/actions/workflows/test.yml?query=branch:main
192192

193193
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-complement-shape/main.svg
194194
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-complement-shape?branch=main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-indices-complement": "^0.1.0",
40+
"@stdlib/array-base-indices-complement": "^0.1.1",
4141
"@stdlib/array-base-take-indexed": "^0.2.3",
4242
"@stdlib/ndarray-base-to-unique-normalized-indices": "^0.1.1",
4343
"@stdlib/types": "^0.4.3"
4444
},
4545
"devDependencies": {
46-
"@stdlib/array-base-filled": "^0.2.2",
47-
"@stdlib/array-base-zip": "^0.1.0",
46+
"@stdlib/array-base-filled": "^0.2.3",
47+
"@stdlib/array-base-zip": "^0.1.1",
4848
"@stdlib/assert-is-array": "^0.2.3",
49-
"@stdlib/console-log-each-map": "^0.1.0",
50-
"@stdlib/random-array-discrete-uniform": "^0.2.1",
49+
"@stdlib/console-log-each-map": "^0.1.1",
50+
"@stdlib/random-array-discrete-uniform": "^0.2.2",
5151
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5252
"istanbul": "^0.4.1",
5353
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",

0 commit comments

Comments
 (0)