@stdlib/string-last-cli 0.1.0 → 0.1.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.
Files changed (3) hide show
  1. package/NOTICE +1 -1
  2. package/README.md +8 -9
  3. package/package.json +9 -9
package/NOTICE CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2024 The Stdlib Authors.
1
+ Copyright (c) 2016-2026 The Stdlib Authors.
package/README.md CHANGED
@@ -147,10 +147,7 @@ p
147
147
  ## See Also
148
148
 
149
149
  - <span class="package-name">[`@stdlib/string-last`][@stdlib/string-last]</span><span class="delimiter">: </span><span class="description">return the last character(s) of a string.</span>
150
-
151
-
152
- * * *
153
-
150
+ - <span class="package-name">[`@stdlib/string-first`][@stdlib/string/first]</span><span class="delimiter">: </span><span class="description">return the first character(s) of a string.</span>
154
151
 
155
152
  </section>
156
153
 
@@ -182,7 +179,7 @@ See [LICENSE][stdlib-license].
182
179
 
183
180
  ## Copyright
184
181
 
185
- Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
182
+ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
186
183
 
187
184
  </section>
188
185
 
@@ -195,8 +192,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
195
192
  [npm-image]: http://img.shields.io/npm/v/@stdlib/string-last-cli.svg
196
193
  [npm-url]: https://npmjs.org/package/@stdlib/string-last-cli
197
194
 
198
- [test-image]: https://github.com/stdlib-js/string-last/actions/workflows/test.yml/badge.svg?branch=v0.1.0
199
- [test-url]: https://github.com/stdlib-js/string-last/actions/workflows/test.yml?query=branch:v0.1.0
195
+ [test-image]: https://github.com/stdlib-js/string-last/actions/workflows/test.yml/badge.svg?branch=v0.1.1
196
+ [test-url]: https://github.com/stdlib-js/string-last/actions/workflows/test.yml?query=branch:v0.1.1
200
197
 
201
198
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-last/main.svg
202
199
  [coverage-url]: https://codecov.io/github/stdlib-js/string-last?branch=main
@@ -208,8 +205,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
208
205
 
209
206
  -->
210
207
 
211
- [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
212
- [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
208
+ [chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
209
+ [chat-url]: https://stdlib.zulipchat.com
213
210
 
214
211
  [stdlib]: https://github.com/stdlib-js/stdlib
215
212
 
@@ -238,6 +235,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
238
235
 
239
236
  <!-- <related-links> -->
240
237
 
238
+ [@stdlib/string/first]: https://www.npmjs.com/package/@stdlib/string-first
239
+
241
240
  <!-- </related-links> -->
242
241
 
243
242
  </section>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/string-last-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Return the last character(s) of a string.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -25,14 +25,14 @@
25
25
  "url": "https://github.com/stdlib-js/stdlib/issues"
26
26
  },
27
27
  "dependencies": {
28
- "@stdlib/assert-is-regexp-string": "^0.2.1",
29
- "@stdlib/cli-ctor": "^0.2.1",
30
- "@stdlib/fs-read-file": "^0.2.1",
31
- "@stdlib/process-read-stdin": "^0.2.1",
32
- "@stdlib/regexp-eol": "^0.2.1",
33
- "@stdlib/streams-node-stdin": "^0.2.1",
34
- "@stdlib/utils-regexp-from-string": "^0.2.1",
35
- "@stdlib/string-last": "0.1.0"
28
+ "@stdlib/assert-is-regexp-string": "^0.2.3",
29
+ "@stdlib/cli-ctor": "^0.2.3",
30
+ "@stdlib/fs-read-file": "^0.2.3",
31
+ "@stdlib/process-read-stdin": "^0.2.3",
32
+ "@stdlib/regexp-eol": "^0.2.3",
33
+ "@stdlib/streams-node-stdin": "^0.2.3",
34
+ "@stdlib/utils-regexp-from-string": "^0.2.3",
35
+ "@stdlib/string-last": "0.1.1"
36
36
  },
37
37
  "devDependencies": {},
38
38
  "keywords": [