@stdlib/string-lowercase
Advanced tools
+1
-1
@@ -1,1 +0,1 @@ | ||
| Copyright (c) 2016-2024 The Stdlib Authors. | ||
| Copyright (c) 2016-2026 The Stdlib Authors. |
+5
-5
| { | ||
| "name": "@stdlib/string-lowercase", | ||
| "version": "0.3.0", | ||
| "version": "0.3.1", | ||
| "description": "Convert a string to lowercase.", | ||
@@ -33,6 +33,6 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/assert-is-string": "^0.2.2", | ||
| "@stdlib/string-base-lowercase": "^0.4.0", | ||
| "@stdlib/string-format": "^0.2.2", | ||
| "@stdlib/error-tools-fmtprodmsg": "^0.2.2" | ||
| "@stdlib/assert-is-string": "^0.2.3", | ||
| "@stdlib/string-base-lowercase": "^0.4.1", | ||
| "@stdlib/string-format": "^0.2.3", | ||
| "@stdlib/error-tools-fmtprodmsg": "^0.2.3" | ||
| }, | ||
@@ -39,0 +39,0 @@ "devDependencies": {}, |
+5
-5
@@ -146,3 +146,3 @@ <!-- | ||
| Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. | ||
| Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors]. | ||
@@ -162,4 +162,4 @@ </section> | ||
| [test-image]: https://github.com/stdlib-js/string-lowercase/actions/workflows/test.yml/badge.svg?branch=v0.3.0 | ||
| [test-url]: https://github.com/stdlib-js/string-lowercase/actions/workflows/test.yml?query=branch:v0.3.0 | ||
| [test-image]: https://github.com/stdlib-js/string-lowercase/actions/workflows/test.yml/badge.svg?branch=v0.3.1 | ||
| [test-url]: https://github.com/stdlib-js/string-lowercase/actions/workflows/test.yml?query=branch:v0.3.1 | ||
@@ -176,4 +176,4 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-lowercase/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 | ||
@@ -180,0 +180,0 @@ [stdlib]: https://github.com/stdlib-js/stdlib |
25308
-0.09%