Skip to content

Commit f105de2

Browse files
committed
Auto-generated commit
1 parent 272c166 commit f105de2

3 files changed

Lines changed: 11 additions & 10 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-09T01:11:06.083Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
311311
[npm-image]: http://img.shields.io/npm/v/@stdlib/lapack-base-dpttrf.svg
312312
[npm-url]: https://npmjs.org/package/@stdlib/lapack-base-dpttrf
313313

314-
[test-image]: https://github.com/stdlib-js/lapack-base-dpttrf/actions/workflows/test.yml/badge.svg?branch=v0.1.2
315-
[test-url]: https://github.com/stdlib-js/lapack-base-dpttrf/actions/workflows/test.yml?query=branch:v0.1.2
314+
[test-image]: https://github.com/stdlib-js/lapack-base-dpttrf/actions/workflows/test.yml/badge.svg?branch=main
315+
[test-url]: https://github.com/stdlib-js/lapack-base-dpttrf/actions/workflows/test.yml?query=branch:main
316316

317317
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/lapack-base-dpttrf/main.svg
318318
[coverage-url]: https://codecov.io/github/stdlib-js/lapack-base-dpttrf?branch=main

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,26 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/assert-is-error": "^0.2.2",
40+
"@stdlib/assert-is-error": "^0.2.3",
4141
"@stdlib/string-format": "^0.2.3",
4242
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
43-
"@stdlib/utils-try-require": "^0.2.2",
43+
"@stdlib/utils-try-require": "^0.2.3",
4444
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
4545
},
4646
"devDependencies": {
47-
"@stdlib/array-float64": "^0.2.2",
48-
"@stdlib/assert-is-browser": "^0.2.2",
47+
"@stdlib/array-float64": "^0.2.3",
48+
"@stdlib/assert-is-browser": "^0.2.3",
4949
"@stdlib/constants-float64-eps": "^0.2.3",
5050
"@stdlib/math-base-assert-is-nan": "^0.2.3",
5151
"@stdlib/math-base-special-abs": "^0.2.3",
52-
"@stdlib/math-base-special-pow": "^0.3.0",
53-
"@stdlib/random-array-discrete-uniform": "^0.2.1",
54-
"@stdlib/random-array-uniform": "^0.2.1",
52+
"@stdlib/math-base-special-pow": "^0.3.1",
53+
"@stdlib/random-array-discrete-uniform": "^0.2.2",
54+
"@stdlib/random-array-uniform": "^0.2.2",
5555
"proxyquire": "^2.0.0",
5656
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5757
"istanbul": "^0.4.1",
5858
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
59-
"@stdlib/bench-harness": "^0.2.2"
59+
"@stdlib/bench-harness": "^0.2.3"
6060
},
6161
"engines": {
6262
"node": ">=0.10.0",

0 commit comments

Comments
 (0)