Skip to content

Commit 5efafd6

Browse files
committed
Auto-generated commit
1 parent 515817c commit 5efafd6

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
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:54:11.486Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
374374
[npm-image]: http://img.shields.io/npm/v/@stdlib/blas-ext-base-dlast-index-of.svg
375375
[npm-url]: https://npmjs.org/package/@stdlib/blas-ext-base-dlast-index-of
376376
377-
[test-image]: https://github.com/stdlib-js/blas-ext-base-dlast-index-of/actions/workflows/test.yml/badge.svg?branch=v0.1.1
378-
[test-url]: https://github.com/stdlib-js/blas-ext-base-dlast-index-of/actions/workflows/test.yml?query=branch:v0.1.1
377+
[test-image]: https://github.com/stdlib-js/blas-ext-base-dlast-index-of/actions/workflows/test.yml/badge.svg?branch=main
378+
[test-url]: https://github.com/stdlib-js/blas-ext-base-dlast-index-of/actions/workflows/test.yml?query=branch:main
379379
380380
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-ext-base-dlast-index-of/main.svg
381381
[coverage-url]: https://codecov.io/github/stdlib-js/blas-ext-base-dlast-index-of?branch=main

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
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",
46-
"@stdlib/blas-ext-base-dindex-of": "^0.1.0",
46+
"@stdlib/blas-ext-base-dindex-of": "^0.1.1",
4747
"@stdlib/napi-argv": "^0.2.3",
4848
"@stdlib/napi-argv-double": "^0.2.2",
4949
"@stdlib/napi-argv-int64": "^0.2.3",
@@ -52,21 +52,21 @@
5252
"@stdlib/napi-export": "^0.3.1",
5353
"@stdlib/strided-base-stride2offset": "^0.1.1",
5454
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
55-
"@stdlib/utils-library-manifest": "^0.2.3",
56-
"@stdlib/utils-try-require": "^0.2.2"
55+
"@stdlib/utils-library-manifest": "^0.2.4",
56+
"@stdlib/utils-try-require": "^0.2.3"
5757
},
5858
"devDependencies": {
59-
"@stdlib/array-float64": "^0.2.2",
60-
"@stdlib/array-one-to": "^0.2.2",
61-
"@stdlib/assert-is-browser": "^0.2.2",
59+
"@stdlib/array-float64": "^0.2.3",
60+
"@stdlib/array-one-to": "^0.2.3",
61+
"@stdlib/assert-is-browser": "^0.2.3",
6262
"@stdlib/assert-is-integer": "^0.2.3",
63-
"@stdlib/math-base-special-pow": "^0.3.0",
64-
"@stdlib/random-array-discrete-uniform": "^0.2.1",
63+
"@stdlib/math-base-special-pow": "^0.3.1",
64+
"@stdlib/random-array-discrete-uniform": "^0.2.2",
6565
"proxyquire": "^2.0.0",
6666
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6767
"istanbul": "^0.4.1",
6868
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
69-
"@stdlib/bench-harness": "^0.2.2"
69+
"@stdlib/bench-harness": "^0.2.3"
7070
},
7171
"engines": {
7272
"node": ">=0.10.0",

0 commit comments

Comments
 (0)