@ckeditor/ckeditor5-undo 38.0.1 → 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-undo",
3
- "version": "38.0.1",
3
+ "version": "38.1.0",
4
4
  "description": "Undo feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,23 +12,9 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "^38.0.1",
16
- "@ckeditor/ckeditor5-engine": "^38.0.1",
17
- "@ckeditor/ckeditor5-ui": "^38.0.1"
18
- },
19
- "devDependencies": {
20
- "@ckeditor/ckeditor5-basic-styles": "^38.0.1",
21
- "@ckeditor/ckeditor5-clipboard": "^38.0.1",
22
- "@ckeditor/ckeditor5-editor-classic": "^38.0.1",
23
- "@ckeditor/ckeditor5-enter": "^38.0.1",
24
- "@ckeditor/ckeditor5-heading": "^38.0.1",
25
- "@ckeditor/ckeditor5-paragraph": "^38.0.1",
26
- "@ckeditor/ckeditor5-typing": "^38.0.1",
27
- "@ckeditor/ckeditor5-table": "^38.0.1",
28
- "@ckeditor/ckeditor5-utils": "^38.0.1",
29
- "typescript": "^4.8.4",
30
- "webpack": "^5.58.1",
31
- "webpack-cli": "^4.9.0"
15
+ "@ckeditor/ckeditor5-core": "38.1.0",
16
+ "@ckeditor/ckeditor5-engine": "38.1.0",
17
+ "@ckeditor/ckeditor5-ui": "38.1.0"
32
18
  },
33
19
  "engines": {
34
20
  "node": ">=16.0.0",
@@ -51,9 +37,5 @@
51
37
  "ckeditor5-metadata.json",
52
38
  "CHANGELOG.md"
53
39
  ],
54
- "scripts": {
55
- "build": "tsc -p ./tsconfig.json",
56
- "postversion": "npm run build"
57
- },
58
40
  "types": "src/index.d.ts"
59
41
  }
package/src/undo.d.ts CHANGED
@@ -113,5 +113,5 @@ export default class Undo extends Plugin {
113
113
  /**
114
114
  * @inheritDoc
115
115
  */
116
- static get pluginName(): 'Undo';
116
+ static get pluginName(): "Undo";
117
117
  }
@@ -29,7 +29,7 @@ export default class UndoEditing extends Plugin {
29
29
  /**
30
30
  * @inheritDoc
31
31
  */
32
- static get pluginName(): 'UndoEditing';
32
+ static get pluginName(): "UndoEditing";
33
33
  /**
34
34
  * @inheritDoc
35
35
  */
package/src/undoui.d.ts CHANGED
@@ -13,7 +13,7 @@ export default class UndoUI extends Plugin {
13
13
  /**
14
14
  * @inheritDoc
15
15
  */
16
- static get pluginName(): 'UndoUI';
16
+ static get pluginName(): "UndoUI";
17
17
  /**
18
18
  * @inheritDoc
19
19
  */