@ckeditor/ckeditor5-utils 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.
- package/LICENSE.md +7 -2
- package/README.md +6 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +3 -3
- package/src/version.d.ts +1 -1
- package/src/version.js +2 -2
package/LICENSE.md
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
Software License Agreement
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
|
-
**CKEditor 5
|
|
4
|
+
**CKEditor 5 Utilities** (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
|
|
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-utils` package](https://ckeditor.com/docs/ckeditor
|
|
|
25
25
|
|
|
26
26
|
## License
|
|
27
27
|
|
|
28
|
-
Licensed under
|
|
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/dist/index.js
CHANGED
|
@@ -959,9 +959,9 @@ diff.fastDiff = fastDiff;
|
|
|
959
959
|
];
|
|
960
960
|
}
|
|
961
961
|
|
|
962
|
-
const version = '44.0.0-alpha.
|
|
962
|
+
const version = '44.0.0-alpha.8';
|
|
963
963
|
// The second argument is not a month. It is `monthIndex` and starts from `0`.
|
|
964
|
-
const releaseDate = new Date(2024, 10,
|
|
964
|
+
const releaseDate = new Date(2024, 10, 28);
|
|
965
965
|
/* istanbul ignore next -- @preserve */ if (globalThis.CKEDITOR_VERSION) {
|
|
966
966
|
/**
|
|
967
967
|
* This error is thrown when, due to a mistake in the way CKEditor 5 was installed,
|