Skip to content

Commit d2265a8

Browse files
committed
Auto-generated commit
1 parent f7f7758 commit d2265a8

3 files changed

Lines changed: 12 additions & 11 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-09T02:34:47.856Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
349349
[npm-image]: http://img.shields.io/npm/v/@stdlib/blas-ext-base-dapx.svg
350350
[npm-url]: https://npmjs.org/package/@stdlib/blas-ext-base-dapx
351351
352-
[test-image]: https://github.com/stdlib-js/blas-ext-base-dapx/actions/workflows/test.yml/badge.svg?branch=v0.3.1
353-
[test-url]: https://github.com/stdlib-js/blas-ext-base-dapx/actions/workflows/test.yml?query=branch:v0.3.1
352+
[test-image]: https://github.com/stdlib-js/blas-ext-base-dapx/actions/workflows/test.yml/badge.svg?branch=main
353+
[test-url]: https://github.com/stdlib-js/blas-ext-base-dapx/actions/workflows/test.yml?query=branch:main
354354
355355
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-ext-base-dapx/main.svg
356356
[coverage-url]: https://codecov.io/github/stdlib-js/blas-ext-base-dapx?branch=main

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"url": "https://github.com/stdlib-js/stdlib/issues"
4242
},
4343
"dependencies": {
44-
"@stdlib/assert-is-error": "^0.2.2",
44+
"@stdlib/assert-is-error": "^0.2.3",
4545
"@stdlib/blas-base-shared": "^0.2.1",
4646
"@stdlib/napi-argv": "^0.2.3",
4747
"@stdlib/napi-argv-double": "^0.2.2",
@@ -50,21 +50,21 @@
5050
"@stdlib/napi-export": "^0.3.1",
5151
"@stdlib/strided-base-stride2offset": "^0.1.1",
5252
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
53-
"@stdlib/utils-library-manifest": "^0.2.3",
54-
"@stdlib/utils-try-require": "^0.2.2"
53+
"@stdlib/utils-library-manifest": "^0.2.4",
54+
"@stdlib/utils-try-require": "^0.2.3"
5555
},
5656
"devDependencies": {
57-
"@stdlib/array-float64": "^0.2.2",
58-
"@stdlib/assert-is-browser": "^0.2.2",
57+
"@stdlib/array-float64": "^0.2.3",
58+
"@stdlib/assert-is-browser": "^0.2.3",
5959
"@stdlib/math-base-assert-is-nan": "^0.2.3",
60-
"@stdlib/math-base-special-pow": "^0.3.0",
61-
"@stdlib/random-array-discrete-uniform": "^0.2.1",
62-
"@stdlib/random-array-uniform": "^0.2.1",
60+
"@stdlib/math-base-special-pow": "^0.3.1",
61+
"@stdlib/random-array-discrete-uniform": "^0.2.2",
62+
"@stdlib/random-array-uniform": "^0.2.2",
6363
"proxyquire": "^2.0.0",
6464
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6565
"istanbul": "^0.4.1",
6666
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
67-
"@stdlib/bench-harness": "^0.2.2"
67+
"@stdlib/bench-harness": "^0.2.3"
6868
},
6969
"engines": {
7070
"node": ">=0.10.0",

0 commit comments

Comments
 (0)