@ckeditor/ckeditor5-easy-image 38.0.0 → 38.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-easy-image",
3
- "version": "38.0.0",
3
+ "version": "38.1.0",
4
4
  "description": "Easy Image feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,22 +12,7 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "^38.0.0"
16
- },
17
- "devDependencies": {
18
- "@ckeditor/ckeditor5-clipboard": "^38.0.0",
19
- "@ckeditor/ckeditor5-cloud-services": "^38.0.0",
20
- "@ckeditor/ckeditor5-core": "^38.0.0",
21
- "@ckeditor/ckeditor5-dev-utils": "^37.0.0",
22
- "@ckeditor/ckeditor5-editor-classic": "^38.0.0",
23
- "@ckeditor/ckeditor5-image": "^38.0.0",
24
- "@ckeditor/ckeditor5-paragraph": "^38.0.0",
25
- "@ckeditor/ckeditor5-theme-lark": "^38.0.0",
26
- "@ckeditor/ckeditor5-upload": "^38.0.0",
27
- "@ckeditor/ckeditor5-utils": "^38.0.0",
28
- "typescript": "^4.8.4",
29
- "webpack": "^5.58.1",
30
- "webpack-cli": "^4.9.0"
15
+ "ckeditor5": "38.1.0"
31
16
  },
32
17
  "engines": {
33
18
  "node": ">=16.0.0",
@@ -51,10 +36,5 @@
51
36
  "ckeditor5-metadata.json",
52
37
  "CHANGELOG.md"
53
38
  ],
54
- "scripts": {
55
- "build": "tsc -p ./tsconfig.json",
56
- "postversion": "npm run build",
57
- "dll:build": "webpack"
58
- },
59
39
  "types": "src/index.d.ts"
60
40
  }
@@ -20,7 +20,7 @@ export default class CloudServicesUploadAdapter extends Plugin {
20
20
  /**
21
21
  * @inheritDoc
22
22
  */
23
- static get pluginName(): 'CloudServicesUploadAdapter';
23
+ static get pluginName(): "CloudServicesUploadAdapter";
24
24
  /**
25
25
  * @inheritDoc
26
26
  */
@@ -35,7 +35,7 @@ export default class EasyImage extends Plugin {
35
35
  /**
36
36
  * @inheritDoc
37
37
  */
38
- static get pluginName(): 'EasyImage';
38
+ static get pluginName(): "EasyImage";
39
39
  /**
40
40
  * @inheritDoc
41
41
  */