@ckeditor/ckeditor5-alignment 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-alignment",
3
- "version": "38.0.0",
3
+ "version": "38.1.0",
4
4
  "description": "Text alignment feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,24 +12,7 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "^38.0.0"
16
- },
17
- "devDependencies": {
18
- "@ckeditor/ckeditor5-block-quote": "^38.0.0",
19
- "@ckeditor/ckeditor5-core": "^38.0.0",
20
- "@ckeditor/ckeditor5-dev-utils": "^37.0.0",
21
- "@ckeditor/ckeditor5-editor-classic": "^38.0.0",
22
- "@ckeditor/ckeditor5-engine": "^38.0.0",
23
- "@ckeditor/ckeditor5-enter": "^38.0.0",
24
- "@ckeditor/ckeditor5-heading": "^38.0.0",
25
- "@ckeditor/ckeditor5-image": "^38.0.0",
26
- "@ckeditor/ckeditor5-list": "^38.0.0",
27
- "@ckeditor/ckeditor5-paragraph": "^38.0.0",
28
- "@ckeditor/ckeditor5-theme-lark": "^38.0.0",
29
- "@ckeditor/ckeditor5-typing": "^38.0.0",
30
- "typescript": "^4.8.4",
31
- "webpack": "^5.58.1",
32
- "webpack-cli": "^4.9.0"
15
+ "ckeditor5": "38.1.0"
33
16
  },
34
17
  "engines": {
35
18
  "node": ">=16.0.0",
@@ -53,10 +36,5 @@
53
36
  "ckeditor5-metadata.json",
54
37
  "CHANGELOG.md"
55
38
  ],
56
- "scripts": {
57
- "dll:build": "webpack",
58
- "build": "tsc -p ./tsconfig.json",
59
- "postversion": "npm run build"
60
- },
61
39
  "types": "src/index.d.ts"
62
40
  }
@@ -25,5 +25,5 @@ export default class Alignment extends Plugin {
25
25
  /**
26
26
  * @inheritDoc
27
27
  */
28
- static get pluginName(): 'Alignment';
28
+ static get pluginName(): "Alignment";
29
29
  }
@@ -14,7 +14,7 @@ export default class AlignmentEditing extends Plugin {
14
14
  /**
15
15
  * @inheritDoc
16
16
  */
17
- static get pluginName(): 'AlignmentEditing';
17
+ static get pluginName(): "AlignmentEditing";
18
18
  /**
19
19
  * @inheritDoc
20
20
  */
@@ -31,7 +31,7 @@ export default class AlignmentUI extends Plugin {
31
31
  /**
32
32
  * @inheritDoc
33
33
  */
34
- static get pluginName(): 'AlignmentUI';
34
+ static get pluginName(): "AlignmentUI";
35
35
  /**
36
36
  * @inheritDoc
37
37
  */