@ckeditor/ckeditor5-undo 0.0.0-nightly-20251114.0 → 0.0.0-nightly-20251118.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.
Files changed (2) hide show
  1. package/LICENSE.md +3 -3
  2. package/package.json +6 -6
package/LICENSE.md CHANGED
@@ -11,10 +11,10 @@ Licensed under a dual-license model, this software is available under:
11
11
 
12
12
  For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
13
13
 
14
- Sources of Intellectual Property Included in CKEditor
15
- -----------------------------------------------------
14
+ Sources of Intellectual Property Included in CKEditor 5
15
+ ------------------------------------------------------------
16
16
 
17
- Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission.
17
+ Where not otherwise indicated, all CKEditor 5 content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor 5 will incorporate work done by developers outside of CKSource with their express permission.
18
18
 
19
19
  Trademarks
20
20
  ----------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-undo",
3
- "version": "0.0.0-nightly-20251114.0",
3
+ "version": "0.0.0-nightly-20251118.0",
4
4
  "description": "Undo feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,11 +13,11 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-core": "0.0.0-nightly-20251114.0",
17
- "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20251114.0",
18
- "@ckeditor/ckeditor5-icons": "0.0.0-nightly-20251114.0",
19
- "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20251114.0",
20
- "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20251114.0"
16
+ "@ckeditor/ckeditor5-core": "0.0.0-nightly-20251118.0",
17
+ "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20251118.0",
18
+ "@ckeditor/ckeditor5-icons": "0.0.0-nightly-20251118.0",
19
+ "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20251118.0",
20
+ "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20251118.0"
21
21
  },
22
22
  "author": "CKSource (http://cksource.com/)",
23
23
  "license": "SEE LICENSE IN LICENSE.md",