@ckeditor/ckeditor5-widget 41.2.0 → 41.3.0-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-widget",
3
- "version": "41.2.0",
3
+ "version": "41.3.0-alpha.1",
4
4
  "description": "Widget API for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,12 +12,12 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "41.2.0",
16
- "@ckeditor/ckeditor5-engine": "41.2.0",
17
- "@ckeditor/ckeditor5-enter": "41.2.0",
18
- "@ckeditor/ckeditor5-ui": "41.2.0",
19
- "@ckeditor/ckeditor5-utils": "41.2.0",
20
- "@ckeditor/ckeditor5-typing": "41.2.0",
15
+ "@ckeditor/ckeditor5-core": "41.3.0-alpha.1",
16
+ "@ckeditor/ckeditor5-engine": "41.3.0-alpha.1",
17
+ "@ckeditor/ckeditor5-enter": "41.3.0-alpha.1",
18
+ "@ckeditor/ckeditor5-ui": "41.3.0-alpha.1",
19
+ "@ckeditor/ckeditor5-utils": "41.3.0-alpha.1",
20
+ "@ckeditor/ckeditor5-typing": "41.3.0-alpha.1",
21
21
  "lodash-es": "4.17.21"
22
22
  },
23
23
  "author": "CKSource (http://cksource.com/)",
@@ -30,6 +30,7 @@
30
30
  "directory": "packages/ckeditor5-widget"
31
31
  },
32
32
  "files": [
33
+ "dist",
33
34
  "lang",
34
35
  "src/**/*.js",
35
36
  "src/**/*.d.ts",