Skip to content

Commit fb3da4c

Browse files
committed
Auto-generated commit
1 parent 638fb2e commit fb3da4c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-02-16T02:25:56.549Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
332332
[npm-image]: http://img.shields.io/npm/v/@stdlib/streams-node-debug.svg
333333
[npm-url]: https://npmjs.org/package/@stdlib/streams-node-debug
334334

335-
[test-image]: https://github.com/stdlib-js/streams-node-debug/actions/workflows/test.yml/badge.svg?branch=v0.2.3
336-
[test-url]: https://github.com/stdlib-js/streams-node-debug/actions/workflows/test.yml?query=branch:v0.2.3
335+
[test-image]: https://github.com/stdlib-js/streams-node-debug/actions/workflows/test.yml/badge.svg?branch=main
336+
[test-url]: https://github.com/stdlib-js/streams-node-debug/actions/workflows/test.yml?query=branch:main
337337

338338
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/streams-node-debug/main.svg
339339
[coverage-url]: https://codecov.io/github/stdlib-js/streams-node-debug?branch=main

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@stdlib/assert-is-nonnegative-number": "^0.2.3",
4545
"@stdlib/assert-is-plain-object": "^0.2.3",
4646
"@stdlib/assert-is-string": "^0.2.3",
47-
"@stdlib/object-assign": "^0.2.2",
47+
"@stdlib/object-assign": "^0.2.3",
4848
"@stdlib/streams-node-inspect": "^0.2.3",
4949
"@stdlib/string-format": "^0.2.3",
5050
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
@@ -53,17 +53,17 @@
5353
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
5454
},
5555
"devDependencies": {
56-
"@stdlib/buffer-from-string": "^0.2.2",
56+
"@stdlib/buffer-from-string": "^0.2.3",
5757
"@stdlib/streams-node-stdout": "^0.2.3",
58-
"@stdlib/streams-node-transform": "^0.2.2",
58+
"@stdlib/streams-node-transform": "^0.2.3",
5959
"@stdlib/utils-next-tick": "^0.2.3",
6060
"@stdlib/utils-noop": "^0.2.3",
6161
"@stdlib/utils-parse-json": "^0.2.3",
6262
"proxyquire": "^2.0.0",
6363
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6464
"istanbul": "^0.4.1",
6565
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
66-
"@stdlib/bench-harness": "^0.2.2"
66+
"@stdlib/bench-harness": "^0.2.3"
6767
},
6868
"engines": {
6969
"node": ">=0.10.0",

0 commit comments

Comments
 (0)