@ckeditor/ckeditor5-autoformat
Advanced tools
Comparing version
{ | ||
"name": "@ckeditor/ckeditor5-autoformat", | ||
"version": "37.0.0-alpha.0", | ||
"version": "37.0.0-alpha.1", | ||
"description": "Autoformatting feature for CKEditor 5.", | ||
@@ -15,20 +15,20 @@ "keywords": [ | ||
"dependencies": { | ||
"ckeditor5": "^37.0.0-alpha.0" | ||
"ckeditor5": "^37.0.0-alpha.1" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-block-quote": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-code-block": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-dev-utils": "^34.0.0", | ||
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-engine": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-enter": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-heading": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-horizontal-line": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-list": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-typing": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-undo": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-block-quote": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-code-block": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-dev-utils": "^35.0.0", | ||
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-engine": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-enter": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-heading": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-horizontal-line": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-list": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-typing": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-undo": "^37.0.0-alpha.1", | ||
"typescript": "^4.8.4", | ||
@@ -65,3 +65,3 @@ "webpack": "^5.58.1", | ||
"dll:build": "webpack", | ||
"build": "tsc -p ./tsconfig.release.json", | ||
"build": "tsc -p ./tsconfig.json", | ||
"postversion": "npm run build" | ||
@@ -68,0 +68,0 @@ }, |
@@ -81,6 +81,1 @@ /** | ||
} | ||
declare module '@ckeditor/ckeditor5-core' { | ||
interface PluginsMap { | ||
[Autoformat.pluginName]: Autoformat; | ||
} | ||
} |
@@ -9,1 +9,2 @@ /** | ||
export { default as Autoformat } from './autoformat'; | ||
import './augmentation'; |
@@ -9,1 +9,2 @@ /** | ||
export { default as Autoformat } from './autoformat'; | ||
import './augmentation'; |
52828
0.86%16
14.29%767
1.59%7
-12.5%Updated