@stdlib/string-capitalize-cli
Advanced tools
+1
-1
@@ -1,1 +0,1 @@ | ||
| Copyright (c) 2016-2024 The Stdlib Authors. | ||
| Copyright (c) 2016-2026 The Stdlib Authors. |
+7
-7
| { | ||
| "name": "@stdlib/string-capitalize-cli", | ||
| "version": "0.3.0", | ||
| "version": "0.3.1", | ||
| "description": "Capitalize the first character in a string.", | ||
@@ -29,9 +29,9 @@ "license": "Apache-2.0", | ||
| "@stdlib/assert-is-regexp-string": "^0.2.2", | ||
| "@stdlib/cli-ctor": "^0.2.2", | ||
| "@stdlib/fs-read-file": "^0.2.2", | ||
| "@stdlib/cli-ctor": "^0.2.3", | ||
| "@stdlib/fs-read-file": "^0.2.3", | ||
| "@stdlib/process-read-stdin": "^0.2.2", | ||
| "@stdlib/regexp-eol": "^0.2.2", | ||
| "@stdlib/streams-node-stdin": "^0.2.2", | ||
| "@stdlib/utils-regexp-from-string": "^0.2.2", | ||
| "@stdlib/string-capitalize": "0.3.0" | ||
| "@stdlib/regexp-eol": "^0.2.3", | ||
| "@stdlib/streams-node-stdin": "^0.2.3", | ||
| "@stdlib/utils-regexp-from-string": "^0.2.3", | ||
| "@stdlib/string-capitalize": "0.3.1" | ||
| }, | ||
@@ -38,0 +38,0 @@ "devDependencies": {}, |
+5
-5
@@ -158,3 +158,3 @@ <!-- | ||
| Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. | ||
| Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors]. | ||
@@ -172,4 +172,4 @@ </section> | ||
| [test-image]: https://github.com/stdlib-js/string-capitalize/actions/workflows/test.yml/badge.svg?branch=v0.3.0 | ||
| [test-url]: https://github.com/stdlib-js/string-capitalize/actions/workflows/test.yml?query=branch:v0.3.0 | ||
| [test-image]: https://github.com/stdlib-js/string-capitalize/actions/workflows/test.yml/badge.svg?branch=v0.3.1 | ||
| [test-url]: https://github.com/stdlib-js/string-capitalize/actions/workflows/test.yml?query=branch:v0.3.1 | ||
@@ -186,4 +186,4 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-capitalize/main.svg | ||
| [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg | ||
| [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im | ||
| [chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg | ||
| [chat-url]: https://stdlib.zulipchat.com | ||
@@ -190,0 +190,0 @@ [stdlib]: https://github.com/stdlib-js/stdlib |
21868
-0.11%+ Added
- Removed
Updated
Updated
Updated