@ckeditor/ckeditor5-emoji 47.4.0 → 47.5.0-alpha.0
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/LICENSE.md +1 -1
- package/README.md +1 -1
- package/package.json +9 -9
package/LICENSE.md
CHANGED
|
@@ -6,7 +6,7 @@ Copyright (c) 2003–2026, [CKSource Holding sp. z o.o.](https://cksource.com) A
|
|
|
6
6
|
|
|
7
7
|
Licensed under a dual-license model, this software is available under:
|
|
8
8
|
|
|
9
|
-
* the [GNU General Public License Version 2 or later](
|
|
9
|
+
* the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
|
|
10
10
|
* or commercial license terms from CKSource Holding sp. z o.o.
|
|
11
11
|
|
|
12
12
|
For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
|
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ See the [`@ckeditor/ckeditor5-emoji` package](https://ckeditor.com/docs/ckeditor
|
|
|
31
31
|
|
|
32
32
|
Licensed under a dual-license model, this software is available under:
|
|
33
33
|
|
|
34
|
-
* the [GNU General Public License Version 2 or later](
|
|
34
|
+
* the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
|
|
35
35
|
* or commercial license terms from CKSource Holding sp. z o.o.
|
|
36
36
|
|
|
37
37
|
For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-emoji",
|
|
3
|
-
"version": "47.
|
|
3
|
+
"version": "47.5.0-alpha.0",
|
|
4
4
|
"description": "Emoji feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-core": "47.
|
|
17
|
-
"@ckeditor/ckeditor5-icons": "47.
|
|
18
|
-
"@ckeditor/ckeditor5-mention": "47.
|
|
19
|
-
"@ckeditor/ckeditor5-typing": "47.
|
|
20
|
-
"@ckeditor/ckeditor5-ui": "47.
|
|
21
|
-
"@ckeditor/ckeditor5-utils": "47.
|
|
22
|
-
"ckeditor5": "47.
|
|
16
|
+
"@ckeditor/ckeditor5-core": "47.5.0-alpha.0",
|
|
17
|
+
"@ckeditor/ckeditor5-icons": "47.5.0-alpha.0",
|
|
18
|
+
"@ckeditor/ckeditor5-mention": "47.5.0-alpha.0",
|
|
19
|
+
"@ckeditor/ckeditor5-typing": "47.5.0-alpha.0",
|
|
20
|
+
"@ckeditor/ckeditor5-ui": "47.5.0-alpha.0",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "47.5.0-alpha.0",
|
|
22
|
+
"ckeditor5": "47.5.0-alpha.0",
|
|
23
23
|
"fuzzysort": "3.1.0",
|
|
24
24
|
"es-toolkit": "1.39.5"
|
|
25
25
|
},
|
|
@@ -70,4 +70,4 @@
|
|
|
70
70
|
"./ckeditor5-metadata.json": "./ckeditor5-metadata.json",
|
|
71
71
|
"./package.json": "./package.json"
|
|
72
72
|
}
|
|
73
|
-
}
|
|
73
|
+
}
|