@ckeditor/ckeditor5-undo
Advanced tools
Comparing version 35.3.1 to 35.3.2
{ | ||
"name": "@ckeditor/ckeditor5-undo", | ||
"version": "35.3.1", | ||
"version": "35.3.2", | ||
"description": "Undo feature for CKEditor 5.", | ||
@@ -15,16 +15,16 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-core": "^35.3.1", | ||
"@ckeditor/ckeditor5-engine": "^35.3.1", | ||
"@ckeditor/ckeditor5-ui": "^35.3.1" | ||
"@ckeditor/ckeditor5-core": "^35.3.2", | ||
"@ckeditor/ckeditor5-engine": "^35.3.2", | ||
"@ckeditor/ckeditor5-ui": "^35.3.2" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-basic-styles": "^35.3.1", | ||
"@ckeditor/ckeditor5-clipboard": "^35.3.1", | ||
"@ckeditor/ckeditor5-editor-classic": "^35.3.1", | ||
"@ckeditor/ckeditor5-enter": "^35.3.1", | ||
"@ckeditor/ckeditor5-heading": "^35.3.1", | ||
"@ckeditor/ckeditor5-paragraph": "^35.3.1", | ||
"@ckeditor/ckeditor5-typing": "^35.3.1", | ||
"@ckeditor/ckeditor5-table": "^35.3.1", | ||
"@ckeditor/ckeditor5-utils": "^35.3.1", | ||
"@ckeditor/ckeditor5-basic-styles": "^35.3.2", | ||
"@ckeditor/ckeditor5-clipboard": "^35.3.2", | ||
"@ckeditor/ckeditor5-editor-classic": "^35.3.2", | ||
"@ckeditor/ckeditor5-enter": "^35.3.2", | ||
"@ckeditor/ckeditor5-heading": "^35.3.2", | ||
"@ckeditor/ckeditor5-paragraph": "^35.3.2", | ||
"@ckeditor/ckeditor5-typing": "^35.3.2", | ||
"@ckeditor/ckeditor5-table": "^35.3.2", | ||
"@ckeditor/ckeditor5-utils": "^35.3.2", | ||
"typescript": "^4.8.4", | ||
@@ -31,0 +31,0 @@ "webpack": "^5.58.1", |
@@ -22,2 +22,8 @@ /** | ||
*/ | ||
static get pluginName() { | ||
return 'UndoEditing'; | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ | ||
constructor(editor) { | ||
@@ -50,8 +56,2 @@ super(editor); | ||
*/ | ||
static get pluginName() { | ||
return 'UndoEditing'; | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ | ||
init() { | ||
@@ -58,0 +58,0 @@ const editor = this.editor; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package