@ckeditor/ckeditor5-enter
Advanced tools
Comparing version 0.0.0-nightly-20241016.0 to 0.0.0-nightly-20241017.0
@@ -25,3 +25,7 @@ /** | ||
static get pluginName(): "Enter"; | ||
/** | ||
* @inheritDoc | ||
*/ | ||
static get isOfficialPlugin(): true; | ||
init(): void; | ||
} |
@@ -179,2 +179,7 @@ /** | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ static get isOfficialPlugin() { | ||
return true; | ||
} | ||
init() { | ||
@@ -322,2 +327,7 @@ const editor = this.editor; | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ static get isOfficialPlugin() { | ||
return true; | ||
} | ||
init() { | ||
@@ -324,0 +334,0 @@ const editor = this.editor; |
@@ -22,3 +22,7 @@ /** | ||
static get pluginName(): "ShiftEnter"; | ||
/** | ||
* @inheritDoc | ||
*/ | ||
static get isOfficialPlugin(): true; | ||
init(): void; | ||
} |
{ | ||
"name": "@ckeditor/ckeditor5-enter", | ||
"version": "0.0.0-nightly-20241016.0", | ||
"version": "0.0.0-nightly-20241017.0", | ||
"description": "Enter feature for CKEditor 5.", | ||
@@ -16,5 +16,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20241016.0", | ||
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241016.0", | ||
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241016.0" | ||
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20241017.0", | ||
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241017.0", | ||
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241017.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "author": "CKSource (http://cksource.com/)", |
@@ -21,3 +21,7 @@ /** | ||
static get pluginName(): "Enter"; | ||
/** | ||
* @inheritDoc | ||
*/ | ||
static get isOfficialPlugin(): true; | ||
init(): void; | ||
} |
@@ -25,2 +25,8 @@ /** | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ | ||
static get isOfficialPlugin() { | ||
return true; | ||
} | ||
init() { | ||
@@ -27,0 +33,0 @@ const editor = this.editor; |
@@ -18,3 +18,7 @@ /** | ||
static get pluginName(): "ShiftEnter"; | ||
/** | ||
* @inheritDoc | ||
*/ | ||
static get isOfficialPlugin(): true; | ||
init(): void; | ||
} |
@@ -25,2 +25,8 @@ /** | ||
} | ||
/** | ||
* @inheritDoc | ||
*/ | ||
static get isOfficialPlugin() { | ||
return true; | ||
} | ||
init() { | ||
@@ -27,0 +33,0 @@ const editor = this.editor; |
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
239080
2247
+ Added@ckeditor/ckeditor5-core@0.0.0-nightly-20241017.0(transitive)
+ Added@ckeditor/ckeditor5-engine@0.0.0-nightly-20241017.0(transitive)
+ Added@ckeditor/ckeditor5-utils@0.0.0-nightly-20241017.0(transitive)
+ Added@ckeditor/ckeditor5-watchdog@0.0.0-nightly-20241017.0(transitive)
- Removed@ckeditor/ckeditor5-core@0.0.0-nightly-20241016.0(transitive)
- Removed@ckeditor/ckeditor5-engine@0.0.0-nightly-20241016.0(transitive)
- Removed@ckeditor/ckeditor5-utils@0.0.0-nightly-20241016.0(transitive)
- Removed@ckeditor/ckeditor5-watchdog@0.0.0-nightly-20241016.0(transitive)