@ckeditor/ckeditor5-ckbox 0.0.0-nightly-20250402.0 → 0.0.0-nightly-20250404.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/package.json +10 -10
package/LICENSE.md
CHANGED
@@ -18,7 +18,7 @@ Where not otherwise indicated, all CKEditor content is authored by CKSource engi
|
|
18
18
|
|
19
19
|
The following libraries are included in CKEditor under the [MIT license](https://opensource.org/licenses/MIT):
|
20
20
|
|
21
|
-
* blurhash - Copyright (c)
|
21
|
+
* blurhash - Copyright (c) Wolt Enterprises.
|
22
22
|
* es-toolkit - Copyright (c) 2024 Viva Republica, Inc.
|
23
23
|
|
24
24
|
Trademarks
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-ckbox",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20250404.0",
|
4
4
|
"description": "CKBox integration for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -13,15 +13,15 @@
|
|
13
13
|
"type": "module",
|
14
14
|
"main": "src/index.js",
|
15
15
|
"dependencies": {
|
16
|
-
"@ckeditor/ckeditor5-cloud-services": "0.0.0-nightly-
|
17
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-
|
18
|
-
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-
|
19
|
-
"@ckeditor/ckeditor5-icons": "0.0.0-nightly-
|
20
|
-
"@ckeditor/ckeditor5-image": "0.0.0-nightly-
|
21
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
22
|
-
"@ckeditor/ckeditor5-upload": "0.0.0-nightly-
|
23
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-
|
24
|
-
"ckeditor5": "0.0.0-nightly-
|
16
|
+
"@ckeditor/ckeditor5-cloud-services": "0.0.0-nightly-20250404.0",
|
17
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20250404.0",
|
18
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20250404.0",
|
19
|
+
"@ckeditor/ckeditor5-icons": "0.0.0-nightly-20250404.0",
|
20
|
+
"@ckeditor/ckeditor5-image": "0.0.0-nightly-20250404.0",
|
21
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20250404.0",
|
22
|
+
"@ckeditor/ckeditor5-upload": "0.0.0-nightly-20250404.0",
|
23
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20250404.0",
|
24
|
+
"ckeditor5": "0.0.0-nightly-20250404.0",
|
25
25
|
"blurhash": "2.0.5",
|
26
26
|
"es-toolkit": "1.32.0"
|
27
27
|
},
|