@ckeditor/ckeditor5-autosave 42.0.0-alpha.1 → 42.0.0-alpha.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -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": "42.0.0-alpha.1",
3
+ "version": "42.0.0-alpha.10",
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": "42.0.0-alpha.1",
16
+ "ckeditor5": "42.0.0-alpha.10",
17
17
  "lodash-es": "4.17.21"
18
18
  },
19
19
  "author": "CKSource (http://cksource.com/)",