Skip to content

Commit aaa592f

Browse files
committed
Auto-generated commit
1 parent 1c93563 commit aaa592f

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
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:55:37.376Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
395395
[npm-image]: http://img.shields.io/npm/v/@stdlib/blas-ext-base-dnannsumpw.svg
396396
[npm-url]: https://npmjs.org/package/@stdlib/blas-ext-base-dnannsumpw
397397
398-
[test-image]: https://github.com/stdlib-js/blas-ext-base-dnannsumpw/actions/workflows/test.yml/badge.svg?branch=v0.3.1
399-
[test-url]: https://github.com/stdlib-js/blas-ext-base-dnannsumpw/actions/workflows/test.yml?query=branch:v0.3.1
398+
[test-image]: https://github.com/stdlib-js/blas-ext-base-dnannsumpw/actions/workflows/test.yml/badge.svg?branch=main
399+
[test-url]: https://github.com/stdlib-js/blas-ext-base-dnannsumpw/actions/workflows/test.yml?query=branch:main
400400
401401
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-ext-base-dnannsumpw/main.svg
402402
[coverage-url]: https://codecov.io/github/stdlib-js/blas-ext-base-dnannsumpw?branch=main

package.json

Lines changed: 12 additions & 12 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/math-base-assert-is-nan": "^0.2.3",
4747
"@stdlib/math-base-special-floor": "^0.2.4",
@@ -51,23 +51,23 @@
5151
"@stdlib/napi-export": "^0.3.1",
5252
"@stdlib/strided-base-stride2offset": "^0.1.1",
5353
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
54-
"@stdlib/utils-library-manifest": "^0.2.3",
55-
"@stdlib/utils-try-require": "^0.2.2"
54+
"@stdlib/utils-library-manifest": "^0.2.4",
55+
"@stdlib/utils-try-require": "^0.2.3"
5656
},
5757
"devDependencies": {
58-
"@stdlib/array-filled-by": "^0.3.0",
59-
"@stdlib/array-float64": "^0.2.2",
60-
"@stdlib/assert-is-browser": "^0.2.2",
61-
"@stdlib/assert-is-same-float64array": "^0.2.2",
62-
"@stdlib/math-base-special-pow": "^0.3.0",
63-
"@stdlib/random-base-bernoulli": "^0.2.1",
64-
"@stdlib/random-base-discrete-uniform": "^0.2.1",
65-
"@stdlib/random-base-uniform": "^0.2.2",
58+
"@stdlib/array-filled-by": "^0.3.1",
59+
"@stdlib/array-float64": "^0.2.3",
60+
"@stdlib/assert-is-browser": "^0.2.3",
61+
"@stdlib/assert-is-same-float64array": "^0.2.3",
62+
"@stdlib/math-base-special-pow": "^0.3.1",
63+
"@stdlib/random-base-bernoulli": "^0.2.2",
64+
"@stdlib/random-base-discrete-uniform": "^0.2.2",
65+
"@stdlib/random-base-uniform": "^0.2.3",
6666
"proxyquire": "^2.0.0",
6767
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6868
"istanbul": "^0.4.1",
6969
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
70-
"@stdlib/bench-harness": "^0.2.2"
70+
"@stdlib/bench-harness": "^0.2.3"
7171
},
7272
"engines": {
7373
"node": ">=0.10.0",

0 commit comments

Comments
 (0)