@stdlib/string-code-point-at-cli 0.2.1 → 0.2.3

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 +5 -5
  3. package/package.json +6 -6
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
@@ -179,7 +179,7 @@ See [LICENSE][stdlib-license].
179
179
 
180
180
  ## Copyright
181
181
 
182
- Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
182
+ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
183
183
 
184
184
  </section>
185
185
 
@@ -192,8 +192,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
192
192
  [npm-image]: http://img.shields.io/npm/v/@stdlib/string-code-point-at-cli.svg
193
193
  [npm-url]: https://npmjs.org/package/@stdlib/string-code-point-at-cli
194
194
 
195
- [test-image]: https://github.com/stdlib-js/string-code-point-at/actions/workflows/test.yml/badge.svg?branch=v0.2.1
196
- [test-url]: https://github.com/stdlib-js/string-code-point-at/actions/workflows/test.yml?query=branch:v0.2.1
195
+ [test-image]: https://github.com/stdlib-js/string-code-point-at/actions/workflows/test.yml/badge.svg?branch=v0.2.3
196
+ [test-url]: https://github.com/stdlib-js/string-code-point-at/actions/workflows/test.yml?query=branch:v0.2.3
197
197
 
198
198
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-code-point-at/main.svg
199
199
  [coverage-url]: https://codecov.io/github/stdlib-js/string-code-point-at?branch=main
@@ -205,8 +205,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
205
205
 
206
206
  -->
207
207
 
208
- [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
209
- [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
210
210
 
211
211
  [stdlib]: https://github.com/stdlib-js/stdlib
212
212
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/string-code-point-at-cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Return a Unicode code point from a string at a specified position.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -25,11 +25,11 @@
25
25
  "url": "https://github.com/stdlib-js/stdlib/issues"
26
26
  },
27
27
  "dependencies": {
28
- "@stdlib/cli-ctor": "^0.2.1",
29
- "@stdlib/fs-read-file": "^0.2.1",
30
- "@stdlib/process-read-stdin": "^0.2.1",
31
- "@stdlib/streams-node-stdin": "^0.2.1",
32
- "@stdlib/string-code-point-at": "0.2.1"
28
+ "@stdlib/cli-ctor": "^0.2.3",
29
+ "@stdlib/fs-read-file": "^0.2.3",
30
+ "@stdlib/process-read-stdin": "^0.2.2",
31
+ "@stdlib/streams-node-stdin": "^0.2.3",
32
+ "@stdlib/string-code-point-at": "0.2.3"
33
33
  },
34
34
  "devDependencies": {},
35
35
  "keywords": [