@ckeditor/ckeditor5-source-editing 44.0.0-alpha.0 → 44.0.0-alpha.10

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 +7 -2
  3. package/package.json +7 -7
package/LICENSE.md CHANGED
@@ -1,10 +1,15 @@
1
1
  Software License Agreement
2
2
  ==========================
3
3
 
4
- **CKEditor&nbsp;5 source editing feature** https://github.com/ckeditor/ckeditor5-source-editing <br>
4
+ **CKEditor&nbsp;5 Source editing feature** (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
@@ -17,7 +17,7 @@ npm install ckeditor5
17
17
 
18
18
  ## Create free account
19
19
 
20
- If you want to check full CKEditor&nbsp;5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/signup).
20
+ If you want to check full CKEditor&nbsp;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
 
@@ -29,4 +29,9 @@ See the [`@ckeditor/ckeditor5-source-editing` package](https://ckeditor.com/docs
29
29
 
30
30
  ## License
31
31
 
32
- 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).
32
+ Licensed under a dual-license model, this software is available under:
33
+
34
+ * the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
35
+ * or commercial license terms from CKSource Holding sp. z o.o.
36
+
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-source-editing",
3
- "version": "44.0.0-alpha.0",
3
+ "version": "44.0.0-alpha.10",
4
4
  "description": "Source editing feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,14 +13,14 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-core": "44.0.0-alpha.0",
17
- "@ckeditor/ckeditor5-ui": "44.0.0-alpha.0",
18
- "@ckeditor/ckeditor5-utils": "44.0.0-alpha.0",
19
- "@ckeditor/ckeditor5-theme-lark": "44.0.0-alpha.0",
20
- "ckeditor5": "44.0.0-alpha.0"
16
+ "@ckeditor/ckeditor5-core": "44.0.0-alpha.10",
17
+ "@ckeditor/ckeditor5-ui": "44.0.0-alpha.10",
18
+ "@ckeditor/ckeditor5-utils": "44.0.0-alpha.10",
19
+ "@ckeditor/ckeditor5-theme-lark": "44.0.0-alpha.10",
20
+ "ckeditor5": "44.0.0-alpha.10"
21
21
  },
22
22
  "author": "CKSource (http://cksource.com/)",
23
- "license": "GPL-2.0-or-later",
23
+ "license": "SEE LICENSE IN LICENSE.md",
24
24
  "homepage": "https://ckeditor.com/ckeditor-5",
25
25
  "bugs": "https://github.com/ckeditor/ckeditor5/issues",
26
26
  "repository": {