@ckeditor/ckeditor5-source-editing
Advanced tools
Comparing version 37.0.0-alpha.0 to 37.0.0-alpha.1
{ | ||
"name": "@ckeditor/ckeditor5-source-editing", | ||
"version": "37.0.0-alpha.0", | ||
"version": "37.0.0-alpha.1", | ||
"description": "Source editing feature for CKEditor 5.", | ||
@@ -15,17 +15,17 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.0", | ||
"ckeditor5": "^37.0.0-alpha.0" | ||
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.1", | ||
"ckeditor5": "^37.0.0-alpha.1" | ||
}, | ||
"devDependencies": { | ||
"@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-essentials": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-heading": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-markdown-gfm": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-ui": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.0", | ||
"@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-essentials": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-heading": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-markdown-gfm": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-ui": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.1", | ||
"typescript": "^4.8.4", | ||
@@ -58,3 +58,3 @@ "webpack": "^5.58.1", | ||
"scripts": { | ||
"build": "tsc -p ./tsconfig.release.json", | ||
"build": "tsc -p ./tsconfig.json", | ||
"postversion": "npm run build", | ||
@@ -61,0 +61,0 @@ "dll:build": "webpack" |
@@ -9,1 +9,2 @@ /** | ||
export { default as SourceEditing } from './sourceediting'; | ||
import './augmentation'; |
@@ -9,1 +9,2 @@ /** | ||
export { default as SourceEditing } from './sourceediting'; | ||
import './augmentation'; |
@@ -103,6 +103,1 @@ /** | ||
} | ||
declare module '@ckeditor/ckeditor5-core' { | ||
interface PluginsMap { | ||
[SourceEditing.pluginName]: SourceEditing; | ||
} | ||
} |
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
89068
104
648