Skip to content

Commit 732a68e

Browse files
committed
Auto-generated commit
1 parent ae8ff47 commit 732a68e

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-09T01:09:13.613Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
201201
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-base-buffer-dtype-enum.svg
202202
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-base-buffer-dtype-enum
203203

204-
[test-image]: https://github.com/stdlib-js/ndarray-base-buffer-dtype-enum/actions/workflows/test.yml/badge.svg?branch=v0.3.1
205-
[test-url]: https://github.com/stdlib-js/ndarray-base-buffer-dtype-enum/actions/workflows/test.yml?query=branch:v0.3.1
204+
[test-image]: https://github.com/stdlib-js/ndarray-base-buffer-dtype-enum/actions/workflows/test.yml/badge.svg?branch=main
205+
[test-url]: https://github.com/stdlib-js/ndarray-base-buffer-dtype-enum/actions/workflows/test.yml?query=branch:main
206206

207207
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-buffer-dtype-enum/main.svg
208208
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-buffer-dtype-enum?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/ndarray-base-buffer-dtype": "^0.4.0",
40+
"@stdlib/ndarray-base-buffer-dtype": "^0.4.1",
4141
"@stdlib/ndarray-base-dtype-resolve-enum": "^0.3.1",
4242
"@stdlib/types": "^0.4.3"
4343
},
4444
"devDependencies": {
45-
"@stdlib/array-struct-factory": "^0.1.0",
45+
"@stdlib/array-struct-factory": "^0.1.1",
4646
"@stdlib/assert-is-function": "^0.2.3",
4747
"@stdlib/assert-is-number": "^0.2.3",
48-
"@stdlib/ndarray-base-buffer-ctors": "^0.4.0",
48+
"@stdlib/ndarray-base-buffer-ctors": "^0.4.1",
4949
"@stdlib/ndarray-base-dtype-enums": "^0.1.1",
5050
"@stdlib/ndarray-base-dtypes2strings": "^0.1.1",
51-
"@stdlib/ndarray-dtypes": "^0.4.0",
51+
"@stdlib/ndarray-dtypes": "^0.4.1",
5252
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5353
"istanbul": "^0.4.1",
5454
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",

0 commit comments

Comments
 (0)