@stdlib/string-lowercase-cli 0.3.0 → 0.3.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.
- package/NOTICE +1 -1
- package/README.md +5 -5
- package/package.json +6 -6
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2026 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -148,7 +148,7 @@ See [LICENSE][stdlib-license].
|
|
|
148
148
|
|
|
149
149
|
## Copyright
|
|
150
150
|
|
|
151
|
-
Copyright © 2016-
|
|
151
|
+
Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
152
152
|
|
|
153
153
|
</section>
|
|
154
154
|
|
|
@@ -161,8 +161,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
161
161
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-lowercase-cli.svg
|
|
162
162
|
[npm-url]: https://npmjs.org/package/@stdlib/string-lowercase-cli
|
|
163
163
|
|
|
164
|
-
[test-image]: https://github.com/stdlib-js/string-lowercase/actions/workflows/test.yml/badge.svg?branch=v0.3.
|
|
165
|
-
[test-url]: https://github.com/stdlib-js/string-lowercase/actions/workflows/test.yml?query=branch:v0.3.
|
|
164
|
+
[test-image]: https://github.com/stdlib-js/string-lowercase/actions/workflows/test.yml/badge.svg?branch=v0.3.1
|
|
165
|
+
[test-url]: https://github.com/stdlib-js/string-lowercase/actions/workflows/test.yml?query=branch:v0.3.1
|
|
166
166
|
|
|
167
167
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-lowercase/main.svg
|
|
168
168
|
[coverage-url]: https://codecov.io/github/stdlib-js/string-lowercase?branch=main
|
|
@@ -174,8 +174,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
174
174
|
|
|
175
175
|
-->
|
|
176
176
|
|
|
177
|
-
[chat-image]: https://img.shields.io/
|
|
178
|
-
[chat-url]: https://
|
|
177
|
+
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
|
|
178
|
+
[chat-url]: https://stdlib.zulipchat.com
|
|
179
179
|
|
|
180
180
|
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
181
181
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/string-lowercase-cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Convert a string to lowercase.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@stdlib/cli-ctor": "^0.2.
|
|
29
|
-
"@stdlib/fs-read-file": "^0.2.
|
|
30
|
-
"@stdlib/process-read-stdin": "^0.2.
|
|
31
|
-
"@stdlib/streams-node-stdin": "^0.2.
|
|
32
|
-
"@stdlib/string-lowercase": "0.3.
|
|
28
|
+
"@stdlib/cli-ctor": "^0.2.3",
|
|
29
|
+
"@stdlib/fs-read-file": "^0.2.3",
|
|
30
|
+
"@stdlib/process-read-stdin": "^0.2.2",
|
|
31
|
+
"@stdlib/streams-node-stdin": "^0.2.3",
|
|
32
|
+
"@stdlib/string-lowercase": "0.3.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {},
|
|
35
35
|
"keywords": [
|