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