@ckeditor/ckeditor5-utils
Advanced tools
Comparing version 37.0.1 to 37.1.0
{ | ||
"name": "@ckeditor/ckeditor5-utils", | ||
"version": "37.0.1", | ||
"version": "37.1.0", | ||
"description": "Miscellaneous utilities used by CKEditor 5.", | ||
@@ -17,6 +17,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-build-classic": "^37.0.1", | ||
"@ckeditor/ckeditor5-editor-classic": "^37.0.1", | ||
"@ckeditor/ckeditor5-core": "^37.0.1", | ||
"@ckeditor/ckeditor5-engine": "^37.0.1", | ||
"@ckeditor/ckeditor5-build-classic": "^37.1.0", | ||
"@ckeditor/ckeditor5-editor-classic": "^37.1.0", | ||
"@ckeditor/ckeditor5-core": "^37.1.0", | ||
"@ckeditor/ckeditor5-engine": "^37.1.0", | ||
"@types/lodash-es": "^4.17.6", | ||
@@ -23,0 +23,0 @@ "typescript": "^4.8.4" |
@@ -28,3 +28,3 @@ /** | ||
// It's not possible to mock a window object to simulate lack of a window object without writing extremely convoluted code. | ||
/* istanbul ignore next */ | ||
/* istanbul ignore next -- @preserve */ | ||
// Let's cast it to not change module's API. | ||
@@ -31,0 +31,0 @@ // We only handle this so loading editor in environments without window and document doesn't fail. |
@@ -175,3 +175,3 @@ /** | ||
// @if CK_DEBUG // throw err; | ||
/* istanbul ignore next */ | ||
/* istanbul ignore next -- @preserve */ | ||
CKEditorError.rethrowUnexpectedError(err, this); | ||
@@ -178,0 +178,0 @@ } |
@@ -11,3 +11,3 @@ /** | ||
import global from './dom/global'; | ||
/* istanbul ignore else */ | ||
/* istanbul ignore else -- @preserve */ | ||
if (!global.window.CKEDITOR_TRANSLATIONS) { | ||
@@ -14,0 +14,0 @@ global.window.CKEDITOR_TRANSLATIONS = {}; |
@@ -5,3 +5,3 @@ /** | ||
*/ | ||
declare const version = "37.0.1"; | ||
declare const version = "37.1.0"; | ||
export default version; | ||
@@ -8,0 +8,0 @@ declare global { |
@@ -10,7 +10,7 @@ /** | ||
import CKEditorError from './ckeditorerror'; | ||
const version = '37.0.1'; | ||
const version = '37.1.0'; | ||
export default version; | ||
/* istanbul ignore next */ | ||
/* istanbul ignore next -- @preserve */ | ||
const windowOrGlobal = typeof window === 'object' ? window : global; | ||
/* istanbul ignore next */ | ||
/* istanbul ignore next -- @preserve */ | ||
if (windowOrGlobal.CKEDITOR_VERSION) { | ||
@@ -17,0 +17,0 @@ /** |
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
418410