Skip to content

Commit d922bcc

Browse files
committed
Auto-generated commit
1 parent 1bcec7c commit d922bcc

3 files changed

Lines changed: 14 additions & 13 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:43:52.508Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
271271
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-kronecker-deltaf.svg
272272
[npm-url]: https://npmjs.org/package/@stdlib/math-base-special-kronecker-deltaf
273273

274-
[test-image]: https://github.com/stdlib-js/math-base-special-kronecker-deltaf/actions/workflows/test.yml/badge.svg?branch=v0.2.3
275-
[test-url]: https://github.com/stdlib-js/math-base-special-kronecker-deltaf/actions/workflows/test.yml?query=branch:v0.2.3
274+
[test-image]: https://github.com/stdlib-js/math-base-special-kronecker-deltaf/actions/workflows/test.yml/badge.svg?branch=main
275+
[test-url]: https://github.com/stdlib-js/math-base-special-kronecker-deltaf/actions/workflows/test.yml?query=branch:main
276276

277277
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-kronecker-deltaf/main.svg
278278
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-kronecker-deltaf?branch=main

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,23 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/math-base-assert-is-nanf": "^0.2.2",
43+
"@stdlib/math-base-assert-is-nanf": "^0.2.3",
4444
"@stdlib/math-base-napi-binary": "^0.3.3",
45-
"@stdlib/utils-library-manifest": "^0.2.3"
45+
"@stdlib/utils-library-manifest": "^0.2.4"
4646
},
4747
"devDependencies": {
48-
"@stdlib/console-log-each-map": "^0.1.0",
49-
"@stdlib/constants-float32-eps": "^0.2.2",
50-
"@stdlib/constants-float32-ninf": "^0.2.2",
51-
"@stdlib/constants-float32-pinf": "^0.2.2",
52-
"@stdlib/math-base-assert-is-positive-zerof": "^0.1.3",
53-
"@stdlib/random-array-uniform": "^0.2.1",
54-
"@stdlib/random-base-randu": "^0.2.2",
55-
"@stdlib/utils-try-require": "^0.2.2",
48+
"@stdlib/console-log-each-map": "^0.1.1",
49+
"@stdlib/constants-float32-eps": "^0.2.3",
50+
"@stdlib/constants-float32-ninf": "^0.2.3",
51+
"@stdlib/constants-float32-pinf": "^0.2.3",
52+
"@stdlib/math-base-assert-is-positive-zerof": "^0.1.4",
53+
"@stdlib/random-array-uniform": "^0.2.2",
54+
"@stdlib/random-base-randu": "^0.2.3",
55+
"@stdlib/utils-try-require": "^0.2.3",
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)