@ckeditor/ckeditor5-widget 44.0.0-alpha.7 → 44.0.0-alpha.8

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/LICENSE.md +7 -2
  2. package/README.md +6 -1
  3. package/package.json +8 -8
package/LICENSE.md CHANGED
@@ -1,10 +1,15 @@
1
1
  Software License Agreement
2
2
  ==========================
3
3
 
4
- **CKEditor&nbsp;5 widget API** https://github.com/ckeditor/ckeditor5-image <br>
4
+ **CKEditor&nbsp;5 Widget API** (https://github.com/ckeditor/ckeditor5)<br>
5
5
  Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
- Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
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
@@ -25,4 +25,9 @@ See the [`@ckeditor/ckeditor5-widget` package](https://ckeditor.com/docs/ckedito
25
25
 
26
26
  ## License
27
27
 
28
- Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license).
28
+ Licensed under a dual-license model, this software is available under:
29
+
30
+ * the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
31
+ * or commercial license terms from CKSource Holding sp. z o.o.
32
+
33
+ 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-widget",
3
- "version": "44.0.0-alpha.7",
3
+ "version": "44.0.0-alpha.8",
4
4
  "description": "Widget API for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,16 +12,16 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "44.0.0-alpha.7",
16
- "@ckeditor/ckeditor5-engine": "44.0.0-alpha.7",
17
- "@ckeditor/ckeditor5-enter": "44.0.0-alpha.7",
18
- "@ckeditor/ckeditor5-ui": "44.0.0-alpha.7",
19
- "@ckeditor/ckeditor5-utils": "44.0.0-alpha.7",
20
- "@ckeditor/ckeditor5-typing": "44.0.0-alpha.7",
15
+ "@ckeditor/ckeditor5-core": "44.0.0-alpha.8",
16
+ "@ckeditor/ckeditor5-engine": "44.0.0-alpha.8",
17
+ "@ckeditor/ckeditor5-enter": "44.0.0-alpha.8",
18
+ "@ckeditor/ckeditor5-ui": "44.0.0-alpha.8",
19
+ "@ckeditor/ckeditor5-utils": "44.0.0-alpha.8",
20
+ "@ckeditor/ckeditor5-typing": "44.0.0-alpha.8",
21
21
  "lodash-es": "4.17.21"
22
22
  },
23
23
  "author": "CKSource (http://cksource.com/)",
24
- "license": "GPL-2.0-or-later",
24
+ "license": "SEE LICENSE IN LICENSE.md",
25
25
  "homepage": "https://ckeditor.com/ckeditor-5",
26
26
  "bugs": "https://github.com/ckeditor/ckeditor5/issues",
27
27
  "repository": {