@ckeditor/ckeditor5-widget 38.0.0 → 38.1.0

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": "38.0.0",
3
+ "version": "38.1.0",
4
4
  "description": "Widget API for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -11,33 +11,14 @@
11
11
  ],
12
12
  "main": "src/index.js",
13
13
  "dependencies": {
14
- "@ckeditor/ckeditor5-core": "^38.0.0",
15
- "@ckeditor/ckeditor5-engine": "^38.0.0",
16
- "@ckeditor/ckeditor5-enter": "^38.0.0",
17
- "@ckeditor/ckeditor5-ui": "^38.0.0",
18
- "@ckeditor/ckeditor5-utils": "^38.0.0",
19
- "@ckeditor/ckeditor5-typing": "^38.0.0",
14
+ "@ckeditor/ckeditor5-core": "38.1.0",
15
+ "@ckeditor/ckeditor5-engine": "38.1.0",
16
+ "@ckeditor/ckeditor5-enter": "38.1.0",
17
+ "@ckeditor/ckeditor5-ui": "38.1.0",
18
+ "@ckeditor/ckeditor5-utils": "38.1.0",
19
+ "@ckeditor/ckeditor5-typing": "38.1.0",
20
20
  "lodash-es": "^4.17.15"
21
21
  },
22
- "devDependencies": {
23
- "@ckeditor/ckeditor5-basic-styles": "^38.0.0",
24
- "@ckeditor/ckeditor5-block-quote": "^38.0.0",
25
- "@ckeditor/ckeditor5-clipboard": "^38.0.0",
26
- "@ckeditor/ckeditor5-editor-balloon": "^38.0.0",
27
- "@ckeditor/ckeditor5-editor-classic": "^38.0.0",
28
- "@ckeditor/ckeditor5-essentials": "^38.0.0",
29
- "@ckeditor/ckeditor5-heading": "^38.0.0",
30
- "@ckeditor/ckeditor5-horizontal-line": "^38.0.0",
31
- "@ckeditor/ckeditor5-image": "^38.0.0",
32
- "@ckeditor/ckeditor5-link": "^38.0.0",
33
- "@ckeditor/ckeditor5-media-embed": "^38.0.0",
34
- "@ckeditor/ckeditor5-paragraph": "^38.0.0",
35
- "@ckeditor/ckeditor5-table": "^38.0.0",
36
- "@ckeditor/ckeditor5-undo": "^38.0.0",
37
- "typescript": "^4.8.4",
38
- "webpack": "^5.58.1",
39
- "webpack-cli": "^4.9.0"
40
- },
41
22
  "engines": {
42
23
  "node": ">=16.0.0",
43
24
  "npm": ">=5.7.1"
@@ -59,9 +40,5 @@
59
40
  "ckeditor5-metadata.json",
60
41
  "CHANGELOG.md"
61
42
  ],
62
- "scripts": {
63
- "build": "tsc -p ./tsconfig.json",
64
- "postversion": "npm run build"
65
- },
66
43
  "types": "src/index.d.ts"
67
44
  }
package/src/widget.d.ts CHANGED
@@ -31,7 +31,7 @@ export default class Widget extends Plugin {
31
31
  /**
32
32
  * @inheritDoc
33
33
  */
34
- static get pluginName(): 'Widget';
34
+ static get pluginName(): "Widget";
35
35
  /**
36
36
  * @inheritDoc
37
37
  */
@@ -39,7 +39,7 @@ export default class WidgetResize extends Plugin {
39
39
  /**
40
40
  * @inheritDoc
41
41
  */
42
- static get pluginName(): 'WidgetResize';
42
+ static get pluginName(): "WidgetResize";
43
43
  /**
44
44
  * @inheritDoc
45
45
  */
@@ -47,7 +47,7 @@ export default class WidgetToolbarRepository extends Plugin {
47
47
  /**
48
48
  * @inheritDoc
49
49
  */
50
- static get pluginName(): 'WidgetToolbarRepository';
50
+ static get pluginName(): "WidgetToolbarRepository";
51
51
  /**
52
52
  * @inheritDoc
53
53
  */
@@ -29,7 +29,7 @@ export default class WidgetTypeAround extends Plugin {
29
29
  /**
30
30
  * @inheritDoc
31
31
  */
32
- static get pluginName(): 'WidgetTypeAround';
32
+ static get pluginName(): "WidgetTypeAround";
33
33
  /**
34
34
  * @inheritDoc
35
35
  */