@ckeditor/ckeditor5-ckbox
Advanced tools
Comparing version 37.0.0-alpha.0 to 37.0.0-alpha.1
{ | ||
"name": "@ckeditor/ckeditor5-ckbox", | ||
"version": "37.0.0-alpha.0", | ||
"version": "37.0.0-alpha.1", | ||
"description": "CKBox integration for CKEditor 5.", | ||
@@ -15,19 +15,19 @@ "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-core": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-clipboard": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-cloud-services": "^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-image": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-link": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-ui": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-upload": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.0", | ||
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-clipboard": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-cloud-services": "^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-image": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-link": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-ui": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-upload": "^37.0.0-alpha.1", | ||
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.1", | ||
"typescript": "^4.8.4", | ||
@@ -61,3 +61,3 @@ "webpack": "^5.58.1", | ||
"dll:build": "webpack", | ||
"build": "tsc -p ./tsconfig.release.json", | ||
"build": "tsc -p ./tsconfig.json", | ||
"postversion": "npm run build" | ||
@@ -64,0 +64,0 @@ }, |
@@ -32,6 +32,1 @@ /** | ||
} | ||
declare module '@ckeditor/ckeditor5-core' { | ||
interface PluginsMap { | ||
[CKBox.pluginName]: CKBox; | ||
} | ||
} |
@@ -16,3 +16,5 @@ /** | ||
* | ||
* editor.execute( 'ckbox' ); | ||
* ```ts | ||
* editor.execute( 'ckbox' ); | ||
* ``` | ||
* | ||
@@ -111,6 +113,1 @@ * **Note:** This command uses other features to perform the following tasks: | ||
} | ||
declare module '@ckeditor/ckeditor5-core' { | ||
interface CommandsMap { | ||
ckbox: CKBoxCommand; | ||
} | ||
} |
@@ -16,3 +16,5 @@ /** | ||
* | ||
* editor.execute( 'ckbox' ); | ||
* ```ts | ||
* editor.execute( 'ckbox' ); | ||
* ``` | ||
* | ||
@@ -19,0 +21,0 @@ * **Note:** This command uses other features to perform the following tasks: |
@@ -108,12 +108,2 @@ /** | ||
} | ||
declare module '@ckeditor/ckeditor5-core' { | ||
interface EditorConfig { | ||
/** | ||
* The configuration of the {@link module:ckbox/ckbox~CKBox CKBox feature}. | ||
* | ||
* Read more in {@link module:ckbox/ckboxconfig~CKBoxConfig}. | ||
*/ | ||
ckbox?: CKBoxConfig; | ||
} | ||
} | ||
/** | ||
@@ -120,0 +110,0 @@ * Asset definition. |
@@ -52,6 +52,1 @@ /** | ||
} | ||
declare module '@ckeditor/ckeditor5-core' { | ||
interface PluginsMap { | ||
[CKBoxEditing.pluginName]: CKBoxEditing; | ||
} | ||
} |
@@ -9,3 +9,2 @@ /** | ||
import { Plugin, type PluginDependencies } from 'ckeditor5/src/core'; | ||
import './ckboxconfig'; | ||
/** | ||
@@ -12,0 +11,0 @@ * A plugin that enables file uploads in CKEditor 5 using the CKBox server–side connector. |
@@ -14,3 +14,2 @@ /** | ||
import { getImageUrls } from './utils'; | ||
import './ckboxconfig'; | ||
/** | ||
@@ -17,0 +16,0 @@ * A plugin that enables file uploads in CKEditor 5 using the CKBox server–side connector. |
@@ -11,1 +11,4 @@ /** | ||
export { default as CKBoxUI } from './ckboxui'; | ||
export type { default as CKBoxCommand } from './ckboxcommand'; | ||
export type { CKBoxConfig } from './ckboxconfig'; | ||
import './augmentation'; |
@@ -11,1 +11,2 @@ /** | ||
export { default as CKBoxUI } from './ckboxui'; | ||
import './augmentation'; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
159154
119
1785
0
9
Updatedckeditor5@^37.0.0-alpha.1