Skip to content

Commit d8edc83

Browse files
committed
Auto-generated commit
1 parent 92929f7 commit d8edc83

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
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:44:47.765Z

README.md

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

251-
[test-image]: https://github.com/stdlib-js/math-base-special-cbrt/actions/workflows/test.yml/badge.svg?branch=v0.2.3
252-
[test-url]: https://github.com/stdlib-js/math-base-special-cbrt/actions/workflows/test.yml?query=branch:v0.2.3
251+
[test-image]: https://github.com/stdlib-js/math-base-special-cbrt/actions/workflows/test.yml/badge.svg?branch=main
252+
[test-url]: https://github.com/stdlib-js/math-base-special-cbrt/actions/workflows/test.yml?query=branch:main
253253

254254
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-cbrt/main.svg
255255
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-cbrt?branch=main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,29 +47,29 @@
4747
"@stdlib/math-base-assert-is-infinite": "^0.2.3",
4848
"@stdlib/math-base-assert-is-nan": "^0.2.3",
4949
"@stdlib/math-base-napi-unary": "^0.2.7",
50-
"@stdlib/number-float64-base-from-words": "^0.2.2",
50+
"@stdlib/number-float64-base-from-words": "^0.2.3",
5151
"@stdlib/number-float64-base-get-high-word": "^0.2.3",
5252
"@stdlib/number-float64-base-set-high-word": "^0.2.3",
5353
"@stdlib/number-float64-base-to-words": "^0.2.3",
5454
"@stdlib/utils-library-manifest": "^0.2.4"
5555
},
5656
"devDependencies": {
57-
"@stdlib/console-log-each-map": "^0.1.0",
57+
"@stdlib/console-log-each-map": "^0.1.1",
5858
"@stdlib/constants-float64-eps": "^0.2.3",
5959
"@stdlib/constants-float64-ninf": "^0.2.3",
6060
"@stdlib/constants-float64-pinf": "^0.2.3",
6161
"@stdlib/fs-write-file": "^0.2.3",
6262
"@stdlib/math-base-assert-is-negative-zero": "^0.2.3",
6363
"@stdlib/math-base-assert-is-positive-zero": "^0.2.3",
6464
"@stdlib/math-base-special-abs": "^0.2.3",
65-
"@stdlib/math-base-tools-evalpoly-compile": "^0.3.0",
66-
"@stdlib/random-array-uniform": "^0.2.1",
65+
"@stdlib/math-base-tools-evalpoly-compile": "^0.3.1",
66+
"@stdlib/random-array-uniform": "^0.2.2",
6767
"@stdlib/time-current-year": "^0.2.3",
6868
"@stdlib/utils-try-require": "^0.2.3",
6969
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
7070
"istanbul": "^0.4.1",
7171
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
72-
"@stdlib/bench-harness": "^0.2.2"
72+
"@stdlib/bench-harness": "^0.2.3"
7373
},
7474
"engines": {
7575
"node": ">=0.10.0",

0 commit comments

Comments
 (0)