|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/string-left-trim",
|
3 |
| - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "description": "Trim whitespace characters from the beginning of a string.",
|
5 | 5 | "license": "Apache-2.0",
|
6 | 6 | "author": {
|
|
40 | 40 | "url": "https://github.com/stdlib-js/stdlib/issues"
|
41 | 41 | },
|
42 | 42 | "dependencies": {
|
43 |
| - "@stdlib/assert-is-regexp-string": "^0.1.0", |
44 |
| - "@stdlib/assert-is-string": "^0.1.0", |
45 |
| - "@stdlib/cli-ctor": "^0.1.0", |
46 |
| - "@stdlib/fs-read-file": "^0.1.0", |
47 |
| - "@stdlib/process-read-stdin": "^0.1.0", |
48 |
| - "@stdlib/regexp-eol": "^0.1.0", |
49 |
| - "@stdlib/streams-node-stdin": "^0.1.0", |
50 |
| - "@stdlib/string-base-left-trim": "^0.1.0", |
51 |
| - "@stdlib/string-format": "^0.1.0", |
52 |
| - "@stdlib/utils-regexp-from-string": "^0.1.0" |
| 43 | + "@stdlib/assert-is-regexp-string": "^0.1.1", |
| 44 | + "@stdlib/assert-is-string": "^0.1.1", |
| 45 | + "@stdlib/cli-ctor": "^0.1.1", |
| 46 | + "@stdlib/fs-read-file": "^0.1.1", |
| 47 | + "@stdlib/process-read-stdin": "^0.1.1", |
| 48 | + "@stdlib/regexp-eol": "^0.1.1", |
| 49 | + "@stdlib/streams-node-stdin": "^0.1.1", |
| 50 | + "@stdlib/string-base-left-trim": "^0.1.1", |
| 51 | + "@stdlib/string-format": "^0.1.1", |
| 52 | + "@stdlib/utils-regexp-from-string": "^0.1.1" |
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 | 55 | "@stdlib/assert-is-browser": "^0.1.0",
|
|
0 commit comments