@stdlib/string-left-trim-n-cli 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +11 -19
package/README.md CHANGED
@@ -216,8 +216,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
216
216
  [npm-image]: http://img.shields.io/npm/v/@stdlib/string-left-trim-n-cli.svg
217
217
  [npm-url]: https://npmjs.org/package/@stdlib/string-left-trim-n-cli
218
218
 
219
- [test-image]: https://github.com/stdlib-js/string-left-trim-n/actions/workflows/test.yml/badge.svg?branch=v0.2.0
220
- [test-url]: https://github.com/stdlib-js/string-left-trim-n/actions/workflows/test.yml?query=branch:v0.2.0
219
+ [test-image]: https://github.com/stdlib-js/string-left-trim-n/actions/workflows/test.yml/badge.svg?branch=v0.2.1
220
+ [test-url]: https://github.com/stdlib-js/string-left-trim-n/actions/workflows/test.yml?query=branch:v0.2.1
221
221
 
222
222
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-left-trim-n/main.svg
223
223
  [coverage-url]: https://codecov.io/github/stdlib-js/string-left-trim-n?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/string-left-trim-n-cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Trim `n` characters from the beginning of a string.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -25,25 +25,17 @@
25
25
  "url": "https://github.com/stdlib-js/stdlib/issues"
26
26
  },
27
27
  "dependencies": {
28
- "@stdlib/assert-is-regexp-string": "^0.2.0",
29
- "@stdlib/cli-ctor": "^0.1.1",
30
- "@stdlib/fs-read-file": "^0.2.0",
31
- "@stdlib/process-read-stdin": "^0.2.0",
32
- "@stdlib/regexp-eol": "^0.2.0",
33
- "@stdlib/streams-node-stdin": "^0.2.0",
34
- "@stdlib/string-replace": "^0.2.0",
35
- "@stdlib/utils-regexp-from-string": "^0.2.0",
36
- "@stdlib/string-left-trim-n": "0.2.0"
37
- },
38
- "devDependencies": {
39
- "@stdlib/assert-is-browser": "^0.1.1",
40
- "@stdlib/assert-is-windows": "^0.1.1",
41
- "@stdlib/process-exec-path": "^0.1.1",
42
- "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
43
- "proxyquire": "^2.0.0",
44
- "istanbul": "^0.4.1",
45
- "tap-min": "git+https://github.com/Planeshifter/tap-min.git"
28
+ "@stdlib/assert-is-regexp-string": "^0.2.1",
29
+ "@stdlib/cli-ctor": "^0.2.1",
30
+ "@stdlib/fs-read-file": "^0.2.1",
31
+ "@stdlib/process-read-stdin": "^0.2.1",
32
+ "@stdlib/regexp-eol": "^0.2.1",
33
+ "@stdlib/streams-node-stdin": "^0.2.1",
34
+ "@stdlib/string-replace": "^0.2.1",
35
+ "@stdlib/utils-regexp-from-string": "^0.2.1",
36
+ "@stdlib/string-left-trim-n": "0.2.1"
46
37
  },
38
+ "devDependencies": {},
47
39
  "keywords": [
48
40
  "stdlib",
49
41
  "stdstring",