@ckeditor/ckeditor5-clipboard
Advanced tools
Comparing version 38.0.1 to 38.1.0
{ | ||
"name": "@ckeditor/ckeditor5-clipboard", | ||
"version": "38.0.1", | ||
"version": "38.1.0", | ||
"description": "Clipboard integration feature for CKEditor 5.", | ||
@@ -15,48 +15,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-core": "^38.0.1", | ||
"@ckeditor/ckeditor5-engine": "^38.0.1", | ||
"@ckeditor/ckeditor5-ui": "^38.0.1", | ||
"@ckeditor/ckeditor5-utils": "^38.0.1", | ||
"@ckeditor/ckeditor5-widget": "^38.0.1", | ||
"@ckeditor/ckeditor5-core": "38.1.0", | ||
"@ckeditor/ckeditor5-engine": "38.1.0", | ||
"@ckeditor/ckeditor5-ui": "38.1.0", | ||
"@ckeditor/ckeditor5-utils": "38.1.0", | ||
"@ckeditor/ckeditor5-widget": "38.1.0", | ||
"lodash-es": "^4.17.15" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-alignment": "^38.0.1", | ||
"@ckeditor/ckeditor5-autoformat": "^38.0.1", | ||
"@ckeditor/ckeditor5-basic-styles": "^38.0.1", | ||
"@ckeditor/ckeditor5-block-quote": "^38.0.1", | ||
"@ckeditor/ckeditor5-cloud-services": "^38.0.1", | ||
"@ckeditor/ckeditor5-code-block": "^38.0.1", | ||
"@ckeditor/ckeditor5-easy-image": "^38.0.1", | ||
"@ckeditor/ckeditor5-editor-balloon": "^38.0.1", | ||
"@ckeditor/ckeditor5-editor-classic": "^38.0.1", | ||
"@ckeditor/ckeditor5-editor-decoupled": "^38.0.1", | ||
"@ckeditor/ckeditor5-enter": "^38.0.1", | ||
"@ckeditor/ckeditor5-essentials": "^38.0.1", | ||
"@ckeditor/ckeditor5-find-and-replace": "^38.0.1", | ||
"@ckeditor/ckeditor5-font": "^38.0.1", | ||
"@ckeditor/ckeditor5-heading": "^38.0.1", | ||
"@ckeditor/ckeditor5-highlight": "^38.0.1", | ||
"@ckeditor/ckeditor5-horizontal-line": "^38.0.1", | ||
"@ckeditor/ckeditor5-html-embed": "^38.0.1", | ||
"@ckeditor/ckeditor5-html-support": "^38.0.1", | ||
"@ckeditor/ckeditor5-image": "^38.0.1", | ||
"@ckeditor/ckeditor5-indent": "^38.0.1", | ||
"@ckeditor/ckeditor5-language": "^38.0.1", | ||
"@ckeditor/ckeditor5-link": "^38.0.1", | ||
"@ckeditor/ckeditor5-list": "^38.0.1", | ||
"@ckeditor/ckeditor5-mention": "^38.0.1", | ||
"@ckeditor/ckeditor5-page-break": "^38.0.1", | ||
"@ckeditor/ckeditor5-paragraph": "^38.0.1", | ||
"@ckeditor/ckeditor5-paste-from-office": "^38.0.1", | ||
"@ckeditor/ckeditor5-remove-format": "^38.0.1", | ||
"@ckeditor/ckeditor5-source-editing": "^38.0.1", | ||
"@ckeditor/ckeditor5-style": "^38.0.1", | ||
"@ckeditor/ckeditor5-table": "^38.0.1", | ||
"@ckeditor/ckeditor5-typing": "^38.0.1", | ||
"@ckeditor/ckeditor5-undo": "^38.0.1", | ||
"typescript": "^4.8.4", | ||
"webpack": "^5.58.1", | ||
"webpack-cli": "^4.9.0" | ||
}, | ||
"engines": { | ||
@@ -83,7 +44,3 @@ "node": ">=16.0.0", | ||
], | ||
"scripts": { | ||
"build": "tsc -p ./tsconfig.json", | ||
"postversion": "npm run build" | ||
}, | ||
"types": "src/index.d.ts" | ||
} |
@@ -26,3 +26,3 @@ /** | ||
*/ | ||
static get pluginName(): 'Clipboard'; | ||
static get pluginName(): "Clipboard"; | ||
/** | ||
@@ -29,0 +29,0 @@ * @inheritDoc |
@@ -75,3 +75,3 @@ /** | ||
*/ | ||
static get pluginName(): 'ClipboardPipeline'; | ||
static get pluginName(): "ClipboardPipeline"; | ||
/** | ||
@@ -78,0 +78,0 @@ * @inheritDoc |
@@ -47,3 +47,3 @@ /** | ||
*/ | ||
static get pluginName(): 'DragDrop'; | ||
static get pluginName(): "DragDrop"; | ||
/** | ||
@@ -50,0 +50,0 @@ * @inheritDoc |
@@ -26,3 +26,3 @@ /** | ||
*/ | ||
static get pluginName(): 'DragDropBlockToolbar'; | ||
static get pluginName(): "DragDropBlockToolbar"; | ||
/** | ||
@@ -29,0 +29,0 @@ * @inheritDoc |
@@ -54,3 +54,3 @@ /** | ||
*/ | ||
static get pluginName(): 'DragDropExperimental'; | ||
static get pluginName(): "DragDropExperimental"; | ||
/** | ||
@@ -57,0 +57,0 @@ * @inheritDoc |
@@ -45,3 +45,3 @@ /** | ||
*/ | ||
static get pluginName(): 'DragDropTarget'; | ||
static get pluginName(): "DragDropTarget"; | ||
/** | ||
@@ -48,0 +48,0 @@ * @inheritDoc |
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
static get pluginName(): 'PastePlainText'; | ||
static get pluginName(): "PastePlainText"; | ||
/** | ||
@@ -22,0 +22,0 @@ * @inheritDoc |
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
0
158763
+ Added@ckeditor/ckeditor5-core@38.1.0(transitive)
+ Added@ckeditor/ckeditor5-engine@38.1.0(transitive)
+ Added@ckeditor/ckeditor5-enter@38.1.0(transitive)
+ Added@ckeditor/ckeditor5-typing@38.1.0(transitive)
+ Added@ckeditor/ckeditor5-ui@38.1.0(transitive)
+ Added@ckeditor/ckeditor5-utils@38.1.0(transitive)
+ Added@ckeditor/ckeditor5-widget@38.1.0(transitive)
- Removed@ckeditor/ckeditor5-core@38.1.1(transitive)
- Removed@ckeditor/ckeditor5-engine@38.1.1(transitive)
- Removed@ckeditor/ckeditor5-enter@38.1.1(transitive)
- Removed@ckeditor/ckeditor5-typing@38.1.1(transitive)
- Removed@ckeditor/ckeditor5-ui@38.1.1(transitive)
- Removed@ckeditor/ckeditor5-utils@38.1.1(transitive)
- Removed@ckeditor/ckeditor5-widget@38.1.1(transitive)