@ckeditor/ckeditor5-utils
Advanced tools
Comparing version 0.0.0-nightly-20250120.0 to 0.0.0-nightly-20250121.0
{ | ||
"name": "@ckeditor/ckeditor5-utils", | ||
"version": "0.0.0-nightly-20250120.0", | ||
"version": "0.0.0-nightly-20250121.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-20250120.0" | ||
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20250121.0" | ||
}, | ||
@@ -19,0 +19,0 @@ "author": "CKSource (http://cksource.com/)", |
@@ -56,2 +56,3 @@ /** | ||
export { default as toMap } from './tomap.js'; | ||
export { add } from './translation-service.js'; | ||
export { default as priorities, type PriorityString } from './priorities.js'; | ||
@@ -58,0 +59,0 @@ export { default as retry, exponentialDelay } from './retry.js'; |
@@ -55,2 +55,3 @@ /** | ||
export { default as toMap } from './tomap.js'; | ||
export { add } from './translation-service.js'; | ||
export { default as priorities } from './priorities.js'; | ||
@@ -57,0 +58,0 @@ export { default as retry, exponentialDelay } from './retry.js'; |
@@ -5,3 +5,3 @@ /** | ||
*/ | ||
declare const version = "0.0.0-nightly-20250120.0"; | ||
declare const version = "0.0.0-nightly-20250121.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-20250120.0'; | ||
const version = '0.0.0-nightly-20250121.0'; | ||
export default version; | ||
// The second argument is not a month. It is `monthIndex` and starts from `0`. | ||
export const releaseDate = new Date(2025, 0, 20); | ||
export const releaseDate = new Date(2025, 0, 21); | ||
/* 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
1965746
17368
+ Added@ckeditor/ckeditor5-core@0.0.0-nightly-20250121.0(transitive)
+ Added@ckeditor/ckeditor5-engine@0.0.0-nightly-20250121.0(transitive)
+ Added@ckeditor/ckeditor5-ui@0.0.0-nightly-20250121.0(transitive)
+ Added@ckeditor/ckeditor5-watchdog@0.0.0-nightly-20250121.0(transitive)
- Removed@ckeditor/ckeditor5-core@0.0.0-nightly-20250120.0(transitive)
- Removed@ckeditor/ckeditor5-engine@0.0.0-nightly-20250120.0(transitive)
- Removed@ckeditor/ckeditor5-ui@0.0.0-nightly-20250120.0(transitive)
- Removed@ckeditor/ckeditor5-watchdog@0.0.0-nightly-20250120.0(transitive)