@ckeditor/ckeditor5-core
Advanced tools
Comparing version 44.0.0-alpha.2 to 44.0.0-alpha.3
@@ -114,2 +114,3 @@ /** | ||
* @inheritDoc | ||
* @internal | ||
*/ | ||
@@ -119,2 +120,3 @@ static get isOfficialPlugin(): boolean; | ||
* @inheritDoc | ||
* @internal | ||
*/ | ||
@@ -284,2 +286,4 @@ static get isPremiumPlugin(): boolean; | ||
* A flag which defines if a plugin is an official CKEditor 5 plugin. | ||
* | ||
* @internal | ||
*/ | ||
@@ -289,2 +293,4 @@ readonly isOfficialPlugin?: boolean; | ||
* A flag which defines if a plugin is a premium CKEditor 5 plugin. | ||
* | ||
* @internal | ||
*/ | ||
@@ -291,0 +297,0 @@ readonly isPremiumPlugin?: boolean; |
{ | ||
"name": "@ckeditor/ckeditor5-core", | ||
"version": "44.0.0-alpha.2", | ||
"version": "44.0.0-alpha.3", | ||
"description": "The core architecture of CKEditor 5 – the best browser-based rich text editor.", | ||
@@ -27,5 +27,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-engine": "44.0.0-alpha.2", | ||
"@ckeditor/ckeditor5-utils": "44.0.0-alpha.2", | ||
"@ckeditor/ckeditor5-watchdog": "44.0.0-alpha.2", | ||
"@ckeditor/ckeditor5-engine": "44.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-utils": "44.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-watchdog": "44.0.0-alpha.3", | ||
"lodash-es": "4.17.21" | ||
@@ -32,0 +32,0 @@ }, |
@@ -110,2 +110,3 @@ /** | ||
* @inheritDoc | ||
* @internal | ||
*/ | ||
@@ -115,2 +116,3 @@ static get isOfficialPlugin(): boolean; | ||
* @inheritDoc | ||
* @internal | ||
*/ | ||
@@ -280,2 +282,4 @@ static get isPremiumPlugin(): boolean; | ||
* A flag which defines if a plugin is an official CKEditor 5 plugin. | ||
* | ||
* @internal | ||
*/ | ||
@@ -285,2 +289,4 @@ readonly isOfficialPlugin?: boolean; | ||
* A flag which defines if a plugin is a premium CKEditor 5 plugin. | ||
* | ||
* @internal | ||
*/ | ||
@@ -287,0 +293,0 @@ readonly isPremiumPlugin?: boolean; |
@@ -101,2 +101,3 @@ /** | ||
* @inheritDoc | ||
* @internal | ||
*/ | ||
@@ -108,2 +109,3 @@ static get isOfficialPlugin() { | ||
* @inheritDoc | ||
* @internal | ||
*/ | ||
@@ -110,0 +112,0 @@ static get isPremiumPlugin() { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
2089947
14988
+ Added@ckeditor/ckeditor5-engine@44.0.0-alpha.3(transitive)
+ Added@ckeditor/ckeditor5-ui@44.0.0-alpha.3(transitive)
+ Added@ckeditor/ckeditor5-utils@44.0.0-alpha.3(transitive)
+ Added@ckeditor/ckeditor5-watchdog@44.0.0-alpha.3(transitive)
- Removed@ckeditor/ckeditor5-engine@44.0.0-alpha.2(transitive)
- Removed@ckeditor/ckeditor5-ui@44.0.0-alpha.2(transitive)
- Removed@ckeditor/ckeditor5-utils@44.0.0-alpha.2(transitive)
- Removed@ckeditor/ckeditor5-watchdog@44.0.0-alpha.2(transitive)