Skip to content

Commit f6920ee

Browse files
committed
Auto-generated commit
1 parent 2726889 commit f6920ee

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-16T01:31:23.875Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
505505
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-fixed-endian-float32.svg
506506
[npm-url]: https://npmjs.org/package/@stdlib/array-fixed-endian-float32
507507

508-
[test-image]: https://github.com/stdlib-js/array-fixed-endian-float32/actions/workflows/test.yml/badge.svg?branch=v0.1.1
509-
[test-url]: https://github.com/stdlib-js/array-fixed-endian-float32/actions/workflows/test.yml?query=branch:v0.1.1
508+
[test-image]: https://github.com/stdlib-js/array-fixed-endian-float32/actions/workflows/test.yml/badge.svg?branch=main
509+
[test-url]: https://github.com/stdlib-js/array-fixed-endian-float32/actions/workflows/test.yml?query=branch:main
510510

511511
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-fixed-endian-float32/main.svg
512512
[coverage-url]: https://codecov.io/github/stdlib-js/array-fixed-endian-float32?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@
3636
"url": "https://github.com/stdlib-js/stdlib/issues"
3737
},
3838
"dependencies": {
39-
"@stdlib/array-fixed-endian-factory": "^0.1.0"
39+
"@stdlib/array-fixed-endian-factory": "^0.1.1"
4040
},
4141
"devDependencies": {
4242
"@stdlib/array-buffer": "^0.2.3",
4343
"@stdlib/array-float32": "^0.2.3",
44-
"@stdlib/array-zero-to": "^0.2.2",
44+
"@stdlib/array-zero-to": "^0.2.3",
4545
"@stdlib/assert-is-arraybuffer": "^0.2.3",
4646
"@stdlib/assert-is-nonnegative-integer": "^0.2.3",
4747
"@stdlib/assert-is-number": "^0.2.3",
48-
"@stdlib/console-log-each": "^0.2.3",
48+
"@stdlib/console-log-each": "^0.2.4",
4949
"@stdlib/math-base-special-pow": "^0.3.1",
50-
"@stdlib/random-array-randu": "^0.2.1",
50+
"@stdlib/random-array-randu": "^0.2.2",
5151
"@stdlib/symbol-iterator": "^0.2.3",
5252
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5353
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)