Skip to content

Commit e8b7c73

Browse files
committed
Auto-generated commit
1 parent fdae888 commit e8b7c73

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-03-09T01:37:42.716Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
268268
[npm-image]: http://img.shields.io/npm/v/@stdlib/number-float64-base-set-high-word.svg
269269
[npm-url]: https://npmjs.org/package/@stdlib/number-float64-base-set-high-word
270270
271-
[test-image]: https://github.com/stdlib-js/number-float64-base-set-high-word/actions/workflows/test.yml/badge.svg?branch=v0.2.3
272-
[test-url]: https://github.com/stdlib-js/number-float64-base-set-high-word/actions/workflows/test.yml?query=branch:v0.2.3
271+
[test-image]: https://github.com/stdlib-js/number-float64-base-set-high-word/actions/workflows/test.yml/badge.svg?branch=main
272+
[test-url]: https://github.com/stdlib-js/number-float64-base-set-high-word/actions/workflows/test.yml?query=branch:main
273273
274274
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-set-high-word/main.svg
275275
[coverage-url]: https://codecov.io/github/stdlib-js/number-float64-base-set-high-word?branch=main

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/array-float64": "^0.2.2",
43+
"@stdlib/array-float64": "^0.2.3",
4444
"@stdlib/array-uint32": "^0.2.3",
45-
"@stdlib/assert-is-little-endian": "^0.2.2",
46-
"@stdlib/number-float64-base-to-words": "^0.2.2",
47-
"@stdlib/utils-library-manifest": "^0.2.3"
45+
"@stdlib/assert-is-little-endian": "^0.2.3",
46+
"@stdlib/number-float64-base-to-words": "^0.2.3",
47+
"@stdlib/utils-library-manifest": "^0.2.4"
4848
},
4949
"devDependencies": {
5050
"@stdlib/assert-is-node": "^0.2.3",
@@ -54,19 +54,19 @@
5454
"@stdlib/constants-float64-pinf": "^0.2.3",
5555
"@stdlib/constants-uint32-max": "^0.2.3",
5656
"@stdlib/math-base-assert-is-nan": "^0.2.3",
57-
"@stdlib/math-base-special-pow": "^0.3.0",
57+
"@stdlib/math-base-special-pow": "^0.3.1",
5858
"@stdlib/math-base-special-round": "^0.3.1",
5959
"@stdlib/number-float64-base-to-binary-string": "^0.2.3",
6060
"@stdlib/process-node-version": "^0.2.3",
61-
"@stdlib/random-base-randu": "^0.2.2",
61+
"@stdlib/random-base-randu": "^0.2.3",
6262
"@stdlib/string-left-pad": "^0.2.3",
6363
"@stdlib/utils-try-require": "^0.2.3",
6464
"proxyquire": "^2.0.0",
6565
"semver": "^6.0.0",
6666
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6767
"istanbul": "^0.4.1",
6868
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
69-
"@stdlib/bench-harness": "^0.2.2"
69+
"@stdlib/bench-harness": "^0.2.3"
7070
},
7171
"engines": {
7272
"node": ">=0.10.0",

0 commit comments

Comments
 (0)