@stdlib/string-base-right-trim
Advanced tools
+1
-1
@@ -1,1 +0,1 @@ | ||
| Copyright (c) 2016-2024 The Stdlib Authors. | ||
| Copyright (c) 2016-2026 The Stdlib Authors. |
+2
-2
| { | ||
| "name": "@stdlib/string-base-right-trim", | ||
| "version": "0.2.2", | ||
| "version": "0.2.3", | ||
| "description": "Trim whitespace characters from the end of a string.", | ||
@@ -33,3 +33,3 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/string-base-replace": "^0.2.1" | ||
| "@stdlib/string-base-replace": "^0.2.2" | ||
| }, | ||
@@ -36,0 +36,0 @@ "devDependencies": {}, |
+17
-5
@@ -122,2 +122,8 @@ <!-- | ||
| * * * | ||
| ## See Also | ||
| - <span class="package-name">[`@stdlib/string-base/left-trim`][@stdlib/string/base/left-trim]</span><span class="delimiter">: </span><span class="description">trim whitespace characters from the beginning of a string.</span> | ||
| </section> | ||
@@ -153,3 +159,3 @@ | ||
| Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. | ||
| Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors]. | ||
@@ -167,4 +173,4 @@ </section> | ||
| [test-image]: https://github.com/stdlib-js/string-base-right-trim/actions/workflows/test.yml/badge.svg?branch=v0.2.2 | ||
| [test-url]: https://github.com/stdlib-js/string-base-right-trim/actions/workflows/test.yml?query=branch:v0.2.2 | ||
| [test-image]: https://github.com/stdlib-js/string-base-right-trim/actions/workflows/test.yml/badge.svg?branch=v0.2.3 | ||
| [test-url]: https://github.com/stdlib-js/string-base-right-trim/actions/workflows/test.yml?query=branch:v0.2.3 | ||
@@ -181,4 +187,4 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-right-trim/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 | ||
@@ -204,4 +210,10 @@ [stdlib]: https://github.com/stdlib-js/stdlib | ||
| <!-- <related-links> --> | ||
| [@stdlib/string/base/left-trim]: https://www.npmjs.com/package/@stdlib/string-base-left-trim | ||
| <!-- </related-links> --> | ||
| </section> | ||
| <!-- /.links --> |
32352
1.16%215
5.91%