@ckeditor/ckeditor5-utils
Advanced tools
Comparing version 0.0.0-nightly-20241223.0 to 0.0.0-nightly-20241224.0
{ | ||
"name": "@ckeditor/ckeditor5-utils", | ||
"version": "0.0.0-nightly-20241223.0", | ||
"version": "0.0.0-nightly-20241224.0", | ||
"description": "Miscellaneous utilities used by CKEditor 5.", | ||
@@ -16,3 +16,3 @@ "keywords": [ | ||
"lodash-es": "4.17.21", | ||
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241223.0" | ||
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241224.0" | ||
}, | ||
@@ -19,0 +19,0 @@ "author": "CKSource (http://cksource.com/)", |
@@ -5,3 +5,3 @@ /** | ||
*/ | ||
declare const version = "0.0.0-nightly-20241223.0"; | ||
declare const version = "0.0.0-nightly-20241224.0"; | ||
export default version; | ||
@@ -8,0 +8,0 @@ export declare const releaseDate: Date; |
@@ -9,6 +9,6 @@ /** | ||
import CKEditorError from './ckeditorerror.js'; | ||
const version = '0.0.0-nightly-20241223.0'; | ||
const version = '0.0.0-nightly-20241224.0'; | ||
export default version; | ||
// The second argument is not a month. It is `monthIndex` and starts from `0`. | ||
export const releaseDate = new Date(2024, 11, 23); | ||
export const releaseDate = new Date(2024, 11, 24); | ||
/* istanbul ignore next -- @preserve */ | ||
@@ -15,0 +15,0 @@ if (globalThis.CKEDITOR_VERSION) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
+ Added@ckeditor/ckeditor5-core@0.0.0-nightly-20241224.0(transitive)
+ Added@ckeditor/ckeditor5-engine@0.0.0-nightly-20241224.0(transitive)
+ Added@ckeditor/ckeditor5-ui@0.0.0-nightly-20241224.0(transitive)
+ Added@ckeditor/ckeditor5-watchdog@0.0.0-nightly-20241224.0(transitive)
- Removed@ckeditor/ckeditor5-core@0.0.0-nightly-20241223.0(transitive)
- Removed@ckeditor/ckeditor5-engine@0.0.0-nightly-20241223.0(transitive)
- Removed@ckeditor/ckeditor5-ui@0.0.0-nightly-20241223.0(transitive)
- Removed@ckeditor/ckeditor5-watchdog@0.0.0-nightly-20241223.0(transitive)