Skip to content

Commit 31f7cf8

Browse files
committed
Auto-generated commit
1 parent f8a4064 commit 31f7cf8

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-02-09T02:18:59.574Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
362362
[npm-image]: http://img.shields.io/npm/v/@stdlib/blas-base-sscal.svg
363363
[npm-url]: https://npmjs.org/package/@stdlib/blas-base-sscal
364364
365-
[test-image]: https://github.com/stdlib-js/blas-base-sscal/actions/workflows/test.yml/badge.svg?branch=v0.3.1
366-
[test-url]: https://github.com/stdlib-js/blas-base-sscal/actions/workflows/test.yml?query=branch:v0.3.1
365+
[test-image]: https://github.com/stdlib-js/blas-base-sscal/actions/workflows/test.yml/badge.svg?branch=main
366+
[test-url]: https://github.com/stdlib-js/blas-base-sscal/actions/workflows/test.yml?query=branch:main
367367
368368
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-base-sscal/main.svg
369369
[coverage-url]: https://codecov.io/github/stdlib-js/blas-base-sscal?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-float": "^0.2.3",
@@ -51,21 +51,21 @@
5151
"@stdlib/strided-base-min-view-buffer-index": "^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-float32": "^0.2.2",
59-
"@stdlib/assert-is-browser": "^0.2.2",
58+
"@stdlib/array-float32": "^0.2.3",
59+
"@stdlib/assert-is-browser": "^0.2.3",
6060
"@stdlib/math-base-assert-is-nan": "^0.2.3",
61-
"@stdlib/math-base-special-pow": "^0.3.0",
62-
"@stdlib/random-array-discrete-uniform": "^0.2.1",
63-
"@stdlib/random-array-uniform": "^0.2.1",
61+
"@stdlib/math-base-special-pow": "^0.3.1",
62+
"@stdlib/random-array-discrete-uniform": "^0.2.2",
63+
"@stdlib/random-array-uniform": "^0.2.2",
6464
"proxyquire": "^2.0.0",
6565
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6666
"istanbul": "^0.4.1",
6767
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
68-
"@stdlib/bench-harness": "^0.2.2"
68+
"@stdlib/bench-harness": "^0.2.3"
6969
},
7070
"engines": {
7171
"node": ">=0.10.0",

0 commit comments

Comments
 (0)