Skip to content

Commit 3b82e2d

Browse files
committed
Auto-generated commit
1 parent 9da408f commit 3b82e2d

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:39.606Z

README.md

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

222-
[test-image]: https://github.com/stdlib-js/string-remove-utf8-bom/actions/workflows/test.yml/badge.svg?branch=v0.2.3
223-
[test-url]: https://github.com/stdlib-js/string-remove-utf8-bom/actions/workflows/test.yml?query=branch:v0.2.3
222+
[test-image]: https://github.com/stdlib-js/string-remove-utf8-bom/actions/workflows/test.yml/badge.svg?branch=main
223+
[test-url]: https://github.com/stdlib-js/string-remove-utf8-bom/actions/workflows/test.yml?query=branch:main
224224

225225
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-remove-utf8-bom/main.svg
226226
[coverage-url]: https://codecov.io/github/stdlib-js/string-remove-utf8-bom?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@stdlib/assert-is-string": "^0.2.3",
4444
"@stdlib/cli-ctor": "^0.2.3",
4545
"@stdlib/fs-read-file": "^0.2.3",
46-
"@stdlib/process-read-stdin": "^0.2.2",
46+
"@stdlib/process-read-stdin": "^0.2.3",
4747
"@stdlib/streams-node-stdin": "^0.2.3",
4848
"@stdlib/string-format": "^0.2.3",
4949
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
@@ -53,13 +53,13 @@
5353
"@stdlib/assert-is-windows": "^0.2.3",
5454
"@stdlib/buffer-from-string": "^0.2.3",
5555
"@stdlib/process-exec-path": "^0.2.3",
56-
"@stdlib/string-from-code-point": "^0.2.2",
57-
"@stdlib/string-replace": "^0.2.2",
56+
"@stdlib/string-from-code-point": "^0.2.3",
57+
"@stdlib/string-replace": "^0.2.3",
5858
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5959
"proxyquire": "^2.0.0",
6060
"istanbul": "^0.4.1",
6161
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
62-
"@stdlib/bench-harness": "^0.2.2"
62+
"@stdlib/bench-harness": "^0.2.3"
6363
},
6464
"engines": {
6565
"node": ">=0.10.0",

0 commit comments

Comments
 (0)