@stdlib/datasets-emoji-picto-code 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.
- package/NOTICE +1 -1
- package/README.md +6 -6
- package/package.json +3 -3
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2026 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -80,7 +80,7 @@ p = t[ '🦄' ];
|
|
|
80
80
|
|
|
81
81
|
</section>
|
|
82
82
|
|
|
83
|
-
<!--
|
|
83
|
+
<!-- /.notes -->
|
|
84
84
|
|
|
85
85
|
<section class="examples">
|
|
86
86
|
|
|
@@ -157,7 +157,7 @@ For more information on the project, filing bug reports and feature requests, an
|
|
|
157
157
|
|
|
158
158
|
## Copyright
|
|
159
159
|
|
|
160
|
-
Copyright © 2016-
|
|
160
|
+
Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
161
161
|
|
|
162
162
|
</section>
|
|
163
163
|
|
|
@@ -172,8 +172,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
172
172
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/datasets-emoji-picto-code.svg
|
|
173
173
|
[npm-url]: https://npmjs.org/package/@stdlib/datasets-emoji-picto-code
|
|
174
174
|
|
|
175
|
-
[test-image]: https://github.com/stdlib-js/datasets-emoji-picto-code/actions/workflows/test.yml/badge.svg?branch=v0.2.
|
|
176
|
-
[test-url]: https://github.com/stdlib-js/datasets-emoji-picto-code/actions/workflows/test.yml?query=branch:v0.2.
|
|
175
|
+
[test-image]: https://github.com/stdlib-js/datasets-emoji-picto-code/actions/workflows/test.yml/badge.svg?branch=v0.2.3
|
|
176
|
+
[test-url]: https://github.com/stdlib-js/datasets-emoji-picto-code/actions/workflows/test.yml?query=branch:v0.2.3
|
|
177
177
|
|
|
178
178
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-emoji-picto-code/main.svg
|
|
179
179
|
[coverage-url]: https://codecov.io/github/stdlib-js/datasets-emoji-picto-code?branch=main
|
|
@@ -185,8 +185,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
185
185
|
|
|
186
186
|
-->
|
|
187
187
|
|
|
188
|
-
[chat-image]: https://img.shields.io/
|
|
189
|
-
[chat-url]: https://
|
|
188
|
+
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
|
|
189
|
+
[chat-url]: https://stdlib.zulipchat.com
|
|
190
190
|
|
|
191
191
|
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
192
192
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/datasets-emoji-picto-code",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Emoji pictographs and codes.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@stdlib/fs-read-json": "^0.2.
|
|
37
|
-
"@stdlib/utils-copy": "^0.2.
|
|
36
|
+
"@stdlib/fs-read-json": "^0.2.4",
|
|
37
|
+
"@stdlib/utils-copy": "^0.2.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {},
|
|
40
40
|
"engines": {
|