@ckeditor/ckeditor5-core
Advanced tools
Comparing version 23.0.0 to 23.1.0
{ | ||
"name": "@ckeditor/ckeditor5-core", | ||
"version": "23.0.0", | ||
"version": "23.1.0", | ||
"description": "The core architecture of CKEditor 5 – the best browser-based rich text editor.", | ||
@@ -24,21 +24,21 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-engine": "^23.0.0", | ||
"@ckeditor/ckeditor5-utils": "^23.0.0", | ||
"@ckeditor/ckeditor5-engine": "^23.1.0", | ||
"@ckeditor/ckeditor5-utils": "^23.1.0", | ||
"lodash-es": "^4.17.15" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-autoformat": "^23.0.0", | ||
"@ckeditor/ckeditor5-basic-styles": "^23.0.0", | ||
"@ckeditor/ckeditor5-block-quote": "^23.0.0", | ||
"@ckeditor/ckeditor5-editor-classic": "^23.0.0", | ||
"@ckeditor/ckeditor5-essentials": "^23.0.0", | ||
"@ckeditor/ckeditor5-heading": "^23.0.0", | ||
"@ckeditor/ckeditor5-image": "^23.0.0", | ||
"@ckeditor/ckeditor5-indent": "^23.0.0", | ||
"@ckeditor/ckeditor5-link": "^23.0.0", | ||
"@ckeditor/ckeditor5-list": "^23.0.0", | ||
"@ckeditor/ckeditor5-media-embed": "^23.0.0", | ||
"@ckeditor/ckeditor5-paragraph": "^23.0.0", | ||
"@ckeditor/ckeditor5-table": "^23.0.0", | ||
"@ckeditor/ckeditor5-ui": "^23.0.0" | ||
"@ckeditor/ckeditor5-autoformat": "^23.1.0", | ||
"@ckeditor/ckeditor5-basic-styles": "^23.1.0", | ||
"@ckeditor/ckeditor5-block-quote": "^23.1.0", | ||
"@ckeditor/ckeditor5-editor-classic": "^23.1.0", | ||
"@ckeditor/ckeditor5-essentials": "^23.1.0", | ||
"@ckeditor/ckeditor5-heading": "^23.1.0", | ||
"@ckeditor/ckeditor5-image": "^23.1.0", | ||
"@ckeditor/ckeditor5-indent": "^23.1.0", | ||
"@ckeditor/ckeditor5-link": "^23.1.0", | ||
"@ckeditor/ckeditor5-list": "^23.1.0", | ||
"@ckeditor/ckeditor5-media-embed": "^23.1.0", | ||
"@ckeditor/ckeditor5-paragraph": "^23.1.0", | ||
"@ckeditor/ckeditor5-table": "^23.1.0", | ||
"@ckeditor/ckeditor5-ui": "^23.1.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "engines": { |
@@ -10,6 +10,4 @@ /** | ||
/* globals console */ | ||
import CKEditorError, { logError } from '@ckeditor/ckeditor5-utils/src/ckeditorerror'; | ||
import CKEditorError, { attachLinkToDocumentation } from '@ckeditor/ckeditor5-utils/src/ckeditorerror'; | ||
import EmitterMixin from '@ckeditor/ckeditor5-utils/src/emittermixin'; | ||
@@ -211,3 +209,3 @@ import mix from '@ckeditor/ckeditor5-utils/src/mix'; | ||
// Log the error, so it's more visible on the console. Hopefully, for better DX. | ||
console.error( attachLinkToDocumentation( errorId ), { plugins: missingPlugins } ); | ||
logError( errorId, { plugins: missingPlugins } ); | ||
@@ -254,3 +252,3 @@ return Promise.reject( new CKEditorError( errorId, context, { plugins: missingPlugins } ) ); | ||
*/ | ||
console.error( attachLinkToDocumentation( 'plugincollection-load' ), { plugin: PluginConstructor } ); | ||
logError( 'plugincollection-load', { plugin: PluginConstructor } ); | ||
@@ -257,0 +255,0 @@ throw err; |
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
202627
105
2447