@ckeditor/ckeditor5-autosave 0.0.0-nightly-20240626.1 → 0.0.0-nightly-20240627.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.
@@ -4,7 +4,7 @@
4
4
  "name": "Autosave",
5
5
  "className": "Autosave",
6
6
  "description": "Allows you to automatically save the data (e.g. send it to the server) when needed, for example, when the user changed the content.",
7
- "docs": "getting-started/setup/getting-and-setting-data.html#autosave-feature",
7
+ "docs": "features/autosave.html",
8
8
  "path": "src/autosave.js"
9
9
  }
10
10
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-autosave",
3
- "version": "0.0.0-nightly-20240626.1",
3
+ "version": "0.0.0-nightly-20240627.0",
4
4
  "description": "Autosave feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,7 +13,7 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "ckeditor5": "0.0.0-nightly-20240626.1",
16
+ "ckeditor5": "0.0.0-nightly-20240627.0",
17
17
  "lodash-es": "4.17.21"
18
18
  },
19
19
  "author": "CKSource (http://cksource.com/)",