@stdlib/string-uppercase
Advanced tools
+3
-3
| { | ||
| "name": "@stdlib/string-uppercase", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Convert a string to uppercase.", | ||
@@ -40,4 +40,4 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/assert-is-string": "^0.1.0", | ||
| "@stdlib/string-format": "^0.1.0" | ||
| "@stdlib/assert-is-string": "^0.1.1", | ||
| "@stdlib/string-format": "^0.1.1" | ||
| }, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
+2
-2
@@ -161,4 +161,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/string-uppercase/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
| [test-url]: https://github.com/stdlib-js/string-uppercase/actions/workflows/test.yml?query=branch:v0.1.0 | ||
| [test-image]: https://github.com/stdlib-js/string-uppercase/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
| [test-url]: https://github.com/stdlib-js/string-uppercase/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -165,0 +165,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-uppercase/main.svg |