@ckeditor/ckeditor5-utils
Advanced tools
Comparing version 0.0.0-nightly-20230707.0 to 0.0.0-nightly-20230708.0
{ | ||
"name": "@ckeditor/ckeditor5-utils", | ||
"version": "0.0.0-nightly-20230707.0", | ||
"version": "0.0.0-nightly-20230708.0", | ||
"description": "Miscellaneous utilities used by CKEditor 5.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -42,4 +42,6 @@ /** | ||
* List of registered elements. | ||
* | ||
* @internal | ||
*/ | ||
private _elements; | ||
_elements: Set<Element>; | ||
/** | ||
@@ -46,0 +48,0 @@ * Event loop timeout. |
@@ -29,2 +29,4 @@ /** | ||
* List of registered elements. | ||
* | ||
* @internal | ||
*/ | ||
@@ -31,0 +33,0 @@ this._elements = new Set(); |
@@ -5,3 +5,3 @@ /** | ||
*/ | ||
declare const version = "0.0.0-nightly-20230707.0"; | ||
declare const version = "0.0.0-nightly-20230708.0"; | ||
export default version; | ||
@@ -8,0 +8,0 @@ export declare const releaseDate: Date; |
@@ -10,6 +10,6 @@ /** | ||
import CKEditorError from './ckeditorerror'; | ||
const version = '0.0.0-nightly-20230707.0'; | ||
const version = '0.0.0-nightly-20230708.0'; | ||
export default version; | ||
// The second argument is not a month. It is `monthIndex` and starts from `0`. | ||
export const releaseDate = new Date(2023, 6, 7); | ||
export const releaseDate = new Date(2023, 6, 8); | ||
/* istanbul ignore next -- @preserve */ | ||
@@ -16,0 +16,0 @@ const windowOrGlobal = typeof window === 'object' ? window : global; |
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
427666
10266