@stdlib/string-repeat
Advanced tools
+5
-4
| { | ||
| "name": "@stdlib/string-repeat", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "Repeat a string a specified number of times and return the concatenated result.", | ||
@@ -34,5 +34,6 @@ "license": "Apache-2.0", | ||
| "@stdlib/assert-is-nonnegative-integer": "^0.2.1", | ||
| "@stdlib/assert-is-string": "^0.2.1", | ||
| "@stdlib/string-base-repeat": "^0.2.1", | ||
| "@stdlib/string-format": "^0.2.1" | ||
| "@stdlib/assert-is-string": "^0.2.2", | ||
| "@stdlib/string-base-repeat": "^0.2.2", | ||
| "@stdlib/string-format": "^0.2.2", | ||
| "@stdlib/error-tools-fmtprodmsg": "^0.2.2" | ||
| }, | ||
@@ -39,0 +40,0 @@ "devDependencies": {}, |
+2
-2
@@ -151,4 +151,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/string-repeat/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
| [test-url]: https://github.com/stdlib-js/string-repeat/actions/workflows/test.yml?query=branch:v0.2.1 | ||
| [test-image]: https://github.com/stdlib-js/string-repeat/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
| [test-url]: https://github.com/stdlib-js/string-repeat/actions/workflows/test.yml?query=branch:v0.2.2 | ||
@@ -155,0 +155,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-repeat/main.svg |
27227
0.18%5
25%