Skip to content

Commit 34e2267

Browse files
committed
Auto-generated commit
1 parent c8938e4 commit 34e2267

3 files changed

Lines changed: 7 additions & 6 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-02T01:11:39.680Z

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.0
222-
[test-url]: https://github.com/stdlib-js/constants-float64/actions/workflows/test.yml?query=branch:v0.4.0
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@stdlib/constants-float64-max-base2-exponent": "^0.2.2",
6767
"@stdlib/constants-float64-max-base2-exponent-subnormal": "^0.2.1",
6868
"@stdlib/constants-float64-max-ln": "^0.2.2",
69-
"@stdlib/constants-float64-max-nth-double-factorial": "github:stdlib-js/constants-float64-max-nth-double-factorial#main",
69+
"@stdlib/constants-float64-max-nth-double-factorial": "^0.1.0",
7070
"@stdlib/constants-float64-max-nth-factorial": "^0.1.0",
7171
"@stdlib/constants-float64-max-safe-fibonacci": "^0.2.2",
7272
"@stdlib/constants-float64-max-safe-integer": "^0.2.2",
@@ -75,7 +75,7 @@
7575
"@stdlib/constants-float64-max-safe-nth-factorial": "^0.0.1",
7676
"@stdlib/constants-float64-max-safe-nth-fibonacci": "^0.2.2",
7777
"@stdlib/constants-float64-max-safe-nth-lucas": "^0.2.2",
78-
"@stdlib/constants-float64-max-safe-nth-tribonacci": "github:stdlib-js/constants-float64-max-safe-nth-tribonacci#main",
78+
"@stdlib/constants-float64-max-safe-nth-tribonacci": "^0.1.0",
7979
"@stdlib/constants-float64-min-base10-exponent": "^0.2.2",
8080
"@stdlib/constants-float64-min-base10-exponent-subnormal": "^0.2.1",
8181
"@stdlib/constants-float64-min-base2-exponent": "^0.2.2",
@@ -102,7 +102,7 @@
102102
"@stdlib/constants-float64-sqrt-two": "^0.2.2",
103103
"@stdlib/constants-float64-sqrt-two-pi": "^0.2.2",
104104
"@stdlib/constants-float64-two-pi": "^0.2.2",
105-
"@stdlib/utils-define-read-only-property": "^0.2.2"
105+
"@stdlib/utils-define-read-only-property": "^0.2.3"
106106
},
107107
"devDependencies": {
108108
"@stdlib/math-base-assert-is-nan": "^0.2.2",
@@ -118,7 +118,7 @@
118118
"@stdlib/number-float64-base-get-high-word": "^0.2.2",
119119
"@stdlib/number-float64-base-get-low-word": "^0.2.2",
120120
"@stdlib/number-uint32-base-to-binary-string": "^0.2.2",
121-
"@stdlib/random-base-randu": "^0.2.1",
121+
"@stdlib/random-base-randu": "^0.2.2",
122122
"@stdlib/utils-keys": "^0.2.2",
123123
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
124124
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)