Skip to content

Commit 0089953

Browse files
committed
Auto-generated commit
1 parent a5138b6 commit 0089953

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-02-02T01:38:15.493Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
203203
[npm-image]: http://img.shields.io/npm/v/@stdlib/repl-server.svg
204204
[npm-url]: https://npmjs.org/package/@stdlib/repl-server
205205

206-
[test-image]: https://github.com/stdlib-js/repl-server/actions/workflows/test.yml/badge.svg?branch=v0.2.3
207-
[test-url]: https://github.com/stdlib-js/repl-server/actions/workflows/test.yml?query=branch:v0.2.3
206+
[test-image]: https://github.com/stdlib-js/repl-server/actions/workflows/test.yml/badge.svg?branch=main
207+
[test-url]: https://github.com/stdlib-js/repl-server/actions/workflows/test.yml?query=branch:main
208208

209209
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/repl-server/main.svg
210210
[coverage-url]: https://codecov.io/github/stdlib-js/repl-server?branch=main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"@stdlib/object-deep-get": "^0.1.0",
4848
"@stdlib/repl-code-blocks": "^0.5.0",
4949
"@stdlib/repl-help": "^0.4.0",
50-
"@stdlib/streams-node-stdin": "^0.2.2",
51-
"@stdlib/streams-node-stdout": "^0.2.2",
52-
"@stdlib/string-format": "^0.2.2",
53-
"@stdlib/utils-define-read-only-property": "^0.2.2",
50+
"@stdlib/streams-node-stdin": "^0.2.3",
51+
"@stdlib/streams-node-stdout": "^0.2.3",
52+
"@stdlib/string-format": "^0.2.3",
53+
"@stdlib/utils-define-read-only-property": "^0.2.3",
5454
"@stdlib/utils-keys": "^0.2.2",
5555
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
5656
},
@@ -60,7 +60,7 @@
6060
"@stdlib/assert-is-windows": "^0.2.2",
6161
"@stdlib/object-deep-set": "^0.1.0",
6262
"@stdlib/process-exec-path": "^0.2.2",
63-
"@stdlib/utils-noop": "^0.2.2",
63+
"@stdlib/utils-noop": "^0.2.3",
6464
"proxyquire": "^2.0.0",
6565
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6666
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)