@stdlib/string-left-trim-cli
Advanced tools
+9
-9
| { | ||
| "name": "@stdlib/string-left-trim-cli", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "Trim whitespace characters from the beginning of a string.", | ||
@@ -28,10 +28,10 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/assert-is-regexp-string": "^0.2.1", | ||
| "@stdlib/cli-ctor": "^0.2.1", | ||
| "@stdlib/fs-read-file": "^0.2.1", | ||
| "@stdlib/process-read-stdin": "^0.2.1", | ||
| "@stdlib/regexp-eol": "^0.2.1", | ||
| "@stdlib/streams-node-stdin": "^0.2.1", | ||
| "@stdlib/utils-regexp-from-string": "^0.2.1", | ||
| "@stdlib/string-left-trim": "0.2.1" | ||
| "@stdlib/assert-is-regexp-string": "^0.2.2", | ||
| "@stdlib/cli-ctor": "^0.2.2", | ||
| "@stdlib/fs-read-file": "^0.2.2", | ||
| "@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-left-trim": "0.2.2" | ||
| }, | ||
@@ -38,0 +38,0 @@ "devDependencies": {}, |
+2
-2
@@ -192,4 +192,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/string-left-trim/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
| [test-url]: https://github.com/stdlib-js/string-left-trim/actions/workflows/test.yml?query=branch:v0.2.1 | ||
| [test-image]: https://github.com/stdlib-js/string-left-trim/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
| [test-url]: https://github.com/stdlib-js/string-left-trim/actions/workflows/test.yml?query=branch:v0.2.2 | ||
@@ -196,0 +196,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-left-trim/main.svg |
+ Added
- Removed
Updated
Updated
Updated