@ckeditor/ckeditor5-ckbox 44.0.0-alpha.7 → 44.0.0-alpha.9
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE.md +7 -2
- package/README.md +7 -2
- package/package.json +8 -8
package/LICENSE.md
CHANGED
@@ -1,10 +1,15 @@
|
|
1
1
|
Software License Agreement
|
2
2
|
==========================
|
3
3
|
|
4
|
-
**CKEditor 5 CKBox feature**
|
4
|
+
**CKEditor 5 CKBox feature** (https://github.com/ckeditor/ckeditor5)<br>
|
5
5
|
Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](http://cksource.com) All rights reserved.
|
6
6
|
|
7
|
-
Licensed under
|
7
|
+
Licensed under a dual-license model, this software is available under:
|
8
|
+
|
9
|
+
* the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
|
10
|
+
* or commercial license terms from CKSource Holding sp. z o.o.
|
11
|
+
|
12
|
+
For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
|
8
13
|
|
9
14
|
Sources of Intellectual Property Included in CKEditor
|
10
15
|
-----------------------------------------------------
|
package/README.md
CHANGED
@@ -17,7 +17,7 @@ npm install ckeditor5
|
|
17
17
|
|
18
18
|
## Create free account
|
19
19
|
|
20
|
-
If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/
|
20
|
+
If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free).
|
21
21
|
|
22
22
|
## Demo
|
23
23
|
|
@@ -31,4 +31,9 @@ Check out the [comprehensive Image upload guide](https://ckeditor.com/docs/ckedi
|
|
31
31
|
|
32
32
|
## License
|
33
33
|
|
34
|
-
Licensed under
|
34
|
+
Licensed under a dual-license model, this software is available under:
|
35
|
+
|
36
|
+
* the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
|
37
|
+
* or commercial license terms from CKSource Holding sp. z o.o.
|
38
|
+
|
39
|
+
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-ckbox",
|
3
|
-
"version": "44.0.0-alpha.
|
3
|
+
"version": "44.0.0-alpha.9",
|
4
4
|
"description": "CKBox integration for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -13,17 +13,17 @@
|
|
13
13
|
"type": "module",
|
14
14
|
"main": "src/index.js",
|
15
15
|
"dependencies": {
|
16
|
-
"@ckeditor/ckeditor5-core": "44.0.0-alpha.
|
17
|
-
"@ckeditor/ckeditor5-engine": "44.0.0-alpha.
|
18
|
-
"@ckeditor/ckeditor5-ui": "44.0.0-alpha.
|
19
|
-
"@ckeditor/ckeditor5-upload": "44.0.0-alpha.
|
20
|
-
"@ckeditor/ckeditor5-utils": "44.0.0-alpha.
|
21
|
-
"ckeditor5": "44.0.0-alpha.
|
16
|
+
"@ckeditor/ckeditor5-core": "44.0.0-alpha.9",
|
17
|
+
"@ckeditor/ckeditor5-engine": "44.0.0-alpha.9",
|
18
|
+
"@ckeditor/ckeditor5-ui": "44.0.0-alpha.9",
|
19
|
+
"@ckeditor/ckeditor5-upload": "44.0.0-alpha.9",
|
20
|
+
"@ckeditor/ckeditor5-utils": "44.0.0-alpha.9",
|
21
|
+
"ckeditor5": "44.0.0-alpha.9",
|
22
22
|
"blurhash": "2.0.5",
|
23
23
|
"lodash-es": "4.17.21"
|
24
24
|
},
|
25
25
|
"author": "CKSource (http://cksource.com/)",
|
26
|
-
"license": "
|
26
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
27
27
|
"homepage": "https://ckeditor.com/ckeditor-5",
|
28
28
|
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
|
29
29
|
"repository": {
|