Skip to content

Commit ea0748a

Browse files
committed
Auto-generated commit
1 parent 4b8411a commit ea0748a

3 files changed

Lines changed: 9 additions & 8 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-16T01:43:29.742Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
213213
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-tools-evalpoly.svg
214214
[npm-url]: https://npmjs.org/package/@stdlib/math-base-tools-evalpoly
215215

216-
[test-image]: https://github.com/stdlib-js/math-base-tools-evalpoly/actions/workflows/test.yml/badge.svg?branch=v0.2.3
217-
[test-url]: https://github.com/stdlib-js/math-base-tools-evalpoly/actions/workflows/test.yml?query=branch:v0.2.3
216+
[test-image]: https://github.com/stdlib-js/math-base-tools-evalpoly/actions/workflows/test.yml/badge.svg?branch=main
217+
[test-url]: https://github.com/stdlib-js/math-base-tools-evalpoly/actions/workflows/test.yml?query=branch:main
218218

219219
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-tools-evalpoly/main.svg
220220
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-tools-evalpoly?branch=main

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/function-ctor": "^0.2.2",
40+
"@stdlib/function-ctor": "^0.2.3",
4141
"@stdlib/types": "^0.4.3",
4242
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3"
4343
},
4444
"devDependencies": {
4545
"@stdlib/math-base-assert-is-nan": "^0.2.3",
46-
"@stdlib/math-base-special-pow": "^0.3.0",
47-
"@stdlib/random-array-discrete-uniform": "^0.2.1",
48-
"@stdlib/random-array-uniform": "^0.2.1",
49-
"@stdlib/random-base-uniform": "^0.2.2",
46+
"@stdlib/math-base-special-pow": "^0.3.1",
47+
"@stdlib/random-array-discrete-uniform": "^0.2.2",
48+
"@stdlib/random-array-uniform": "^0.2.2",
49+
"@stdlib/random-base-uniform": "^0.2.3",
5050
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5151
"istanbul": "^0.4.1",
5252
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
53-
"@stdlib/bench-harness": "^0.2.2"
53+
"@stdlib/bench-harness": "^0.2.3"
5454
},
5555
"engines": {
5656
"node": ">=0.10.0",

0 commit comments

Comments
 (0)