Skip to content

Commit 3547803

Browse files
committed
Auto-generated commit
1 parent 92ce05e commit 3547803

3 files changed

Lines changed: 17 additions & 16 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:00:09.767Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
218218
[npm-image]: http://img.shields.io/npm/v/@stdlib/constants-float64.svg
219219
[npm-url]: https://npmjs.org/package/@stdlib/constants-float64
220220

221-
[test-image]: https://github.com/stdlib-js/constants-float64/actions/workflows/test.yml/badge.svg?branch=v0.4.1
222-
[test-url]: https://github.com/stdlib-js/constants-float64/actions/workflows/test.yml?query=branch:v0.4.1
221+
[test-image]: https://github.com/stdlib-js/constants-float64/actions/workflows/test.yml/badge.svg?branch=main
222+
[test-url]: https://github.com/stdlib-js/constants-float64/actions/workflows/test.yml?query=branch:main
223223

224224
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/constants-float64/main.svg
225225
[coverage-url]: https://codecov.io/github/stdlib-js/constants-float64?branch=main

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"url": "https://github.com/stdlib-js/stdlib/issues"
3636
},
3737
"dependencies": {
38-
"@stdlib/constants-float64-apery": "^0.2.2",
39-
"@stdlib/constants-float64-catalan": "^0.2.2",
38+
"@stdlib/constants-float64-apery": "^0.2.3",
39+
"@stdlib/constants-float64-catalan": "^0.2.3",
4040
"@stdlib/constants-float64-cbrt-eps": "^0.2.3",
4141
"@stdlib/constants-float64-e": "^0.2.3",
42-
"@stdlib/constants-float64-eps": "^0.2.2",
43-
"@stdlib/constants-float64-eulergamma": "^0.2.2",
42+
"@stdlib/constants-float64-eps": "^0.2.3",
43+
"@stdlib/constants-float64-eulergamma": "^0.2.3",
4444
"@stdlib/constants-float64-exponent-bias": "^0.2.3",
45-
"@stdlib/constants-float64-fourth-pi": "^0.2.2",
45+
"@stdlib/constants-float64-fourth-pi": "^0.2.3",
4646
"@stdlib/constants-float64-fourth-root-eps": "^0.2.3",
4747
"@stdlib/constants-float64-gamma-lanczos-g": "^0.2.3",
4848
"@stdlib/constants-float64-glaisher-kinkelin": "^0.2.3",
@@ -107,19 +107,19 @@
107107
"devDependencies": {
108108
"@stdlib/math-base-assert-is-nan": "^0.2.3",
109109
"@stdlib/math-base-special-abs": "^0.2.3",
110-
"@stdlib/math-base-special-cbrt": "^0.2.2",
111-
"@stdlib/math-base-special-ln": "^0.2.4",
110+
"@stdlib/math-base-special-cbrt": "^0.2.3",
111+
"@stdlib/math-base-special-ln": "^0.2.5",
112112
"@stdlib/math-base-special-max": "^0.3.1",
113-
"@stdlib/math-base-special-pow": "^0.3.0",
113+
"@stdlib/math-base-special-pow": "^0.3.1",
114114
"@stdlib/math-base-special-round": "^0.3.1",
115115
"@stdlib/math-base-special-sqrt": "^0.2.3",
116116
"@stdlib/number-ctor": "^0.2.3",
117-
"@stdlib/number-float64-base-from-words": "^0.2.2",
118-
"@stdlib/number-float64-base-get-high-word": "^0.2.2",
119-
"@stdlib/number-float64-base-get-low-word": "^0.2.2",
120-
"@stdlib/number-uint32-base-to-binary-string": "^0.2.2",
121-
"@stdlib/random-base-randu": "^0.2.2",
122-
"@stdlib/utils-keys": "^0.2.2",
117+
"@stdlib/number-float64-base-from-words": "^0.2.3",
118+
"@stdlib/number-float64-base-get-high-word": "^0.2.3",
119+
"@stdlib/number-float64-base-get-low-word": "^0.2.3",
120+
"@stdlib/number-uint32-base-to-binary-string": "^0.2.3",
121+
"@stdlib/random-base-randu": "^0.2.3",
122+
"@stdlib/utils-keys": "^0.2.3",
123123
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
124124
"istanbul": "^0.4.1",
125125
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"

0 commit comments

Comments
 (0)