@ckeditor/ckeditor5-source-editing 0.0.0-nightly-20240207.0 → 0.0.0-nightly-20240208.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-source-editing",
3
- "version": "0.0.0-nightly-20240207.0",
3
+ "version": "0.0.0-nightly-20240208.1",
4
4
  "description": "Source editing feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,8 +13,8 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-theme-lark": "0.0.0-nightly-20240207.0",
17
- "ckeditor5": "0.0.0-nightly-20240207.0"
16
+ "@ckeditor/ckeditor5-theme-lark": "0.0.0-nightly-20240208.1",
17
+ "ckeditor5": "0.0.0-nightly-20240208.1"
18
18
  },
19
19
  "author": "CKSource (http://cksource.com/)",
20
20
  "license": "GPL-2.0-or-later",
@@ -135,7 +135,7 @@ export default class SourceEditing extends Plugin {
135
135
  /**
136
136
  * Source editing feature is not fully compatible with real-time collaboration,
137
137
  * and using it may lead to data loss. Please read
138
- * {@glink features/source-editing#limitations-and-incompatibility source editing feature guide} to learn more.
138
+ * {@glink features/source-editing#limitations-and-incompatibilities source editing feature guide} to learn more.
139
139
  *
140
140
  * If you understand the possible risk of data loss, you can enable the source editing
141
141
  * by setting the
@@ -26,7 +26,7 @@ export interface SourceEditingConfig {
26
26
  * Set to `true` to enable source editing feature for real-time collaboration.
27
27
  *
28
28
  * Please note that source editing feature is not fully compatible with real-time collaboration and using it may lead to data loss.
29
- * {@glink features/source-editing#limitations-and-incompatibility Read more}.
29
+ * {@glink features/source-editing#limitations-and-incompatibilities Read more}.
30
30
  *
31
31
  * @default false
32
32
  */