@ckeditor/ckeditor5-indent 38.0.1 → 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-indent",
3
- "version": "38.0.1",
3
+ "version": "38.1.0",
4
4
  "description": "Block indentation feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,20 +12,7 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "^38.0.1"
16
- },
17
- "devDependencies": {
18
- "@ckeditor/ckeditor5-core": "^38.0.1",
19
- "@ckeditor/ckeditor5-dev-utils": "^37.0.0",
20
- "@ckeditor/ckeditor5-editor-classic": "^38.0.1",
21
- "@ckeditor/ckeditor5-engine": "^38.0.1",
22
- "@ckeditor/ckeditor5-heading": "^38.0.1",
23
- "@ckeditor/ckeditor5-paragraph": "^38.0.1",
24
- "@ckeditor/ckeditor5-theme-lark": "^38.0.1",
25
- "@ckeditor/ckeditor5-ui": "^38.0.1",
26
- "typescript": "^4.8.4",
27
- "webpack": "^5.58.1",
28
- "webpack-cli": "^4.9.0"
15
+ "ckeditor5": "38.1.0"
29
16
  },
30
17
  "engines": {
31
18
  "node": ">=16.0.0",
@@ -49,10 +36,5 @@
49
36
  "ckeditor5-metadata.json",
50
37
  "CHANGELOG.md"
51
38
  ],
52
- "scripts": {
53
- "dll:build": "webpack",
54
- "build": "tsc -p ./tsconfig.json",
55
- "postversion": "npm run build"
56
- },
57
39
  "types": "src/index.d.ts"
58
40
  }
package/src/indent.d.ts CHANGED
@@ -32,7 +32,7 @@ export default class Indent extends Plugin {
32
32
  /**
33
33
  * @inheritDoc
34
34
  */
35
- static get pluginName(): 'Indent';
35
+ static get pluginName(): "Indent";
36
36
  /**
37
37
  * @inheritDoc
38
38
  */
@@ -22,7 +22,7 @@ export default class IndentBlock extends Plugin {
22
22
  /**
23
23
  * @inheritDoc
24
24
  */
25
- static get pluginName(): 'IndentBlock';
25
+ static get pluginName(): "IndentBlock";
26
26
  /**
27
27
  * @inheritDoc
28
28
  */
@@ -18,7 +18,7 @@ export default class IndentEditing extends Plugin {
18
18
  /**
19
19
  * @inheritDoc
20
20
  */
21
- static get pluginName(): 'IndentEditing';
21
+ static get pluginName(): "IndentEditing";
22
22
  /**
23
23
  * @inheritDoc
24
24
  */
package/src/indentui.d.ts CHANGED
@@ -15,7 +15,7 @@ export default class IndentUI extends Plugin {
15
15
  /**
16
16
  * @inheritDoc
17
17
  */
18
- static get pluginName(): 'IndentUI';
18
+ static get pluginName(): "IndentUI";
19
19
  /**
20
20
  * @inheritDoc
21
21
  */