@ckeditor/ckeditor5-utils
Advanced tools
Comparing version 44.0.0-alpha.8 to 44.0.0-alpha.9
@@ -9,3 +9,3 @@ /** | ||
*/ | ||
declare const version = "44.0.0-alpha.8"; | ||
declare const version = "44.0.0-alpha.9"; | ||
export default version; | ||
@@ -12,0 +12,0 @@ export declare const releaseDate: Date; |
{ | ||
"name": "@ckeditor/ckeditor5-utils", | ||
"version": "44.0.0-alpha.8", | ||
"version": "44.0.0-alpha.9", | ||
"description": "Miscellaneous utilities used by CKEditor 5.", | ||
@@ -16,3 +16,3 @@ "keywords": [ | ||
"lodash-es": "4.17.21", | ||
"@ckeditor/ckeditor5-ui": "44.0.0-alpha.8" | ||
"@ckeditor/ckeditor5-ui": "44.0.0-alpha.9" | ||
}, | ||
@@ -19,0 +19,0 @@ "author": "CKSource (http://cksource.com/)", |
@@ -20,3 +20,3 @@ CKEditor 5 utilities | ||
If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/signup). | ||
If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free). | ||
@@ -23,0 +23,0 @@ ## Documentation |
@@ -5,3 +5,3 @@ /** | ||
*/ | ||
declare const version = "44.0.0-alpha.8"; | ||
declare const version = "44.0.0-alpha.9"; | ||
export default version; | ||
@@ -8,0 +8,0 @@ export declare const releaseDate: Date; |
@@ -9,6 +9,6 @@ /** | ||
import CKEditorError from './ckeditorerror.js'; | ||
const version = '44.0.0-alpha.8'; | ||
const version = '44.0.0-alpha.9'; | ||
export default version; | ||
// The second argument is not a month. It is `monthIndex` and starts from `0`. | ||
export const releaseDate = new Date(2024, 10, 28); | ||
export const releaseDate = new Date(2024, 10, 29); | ||
/* 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
2122273
+ Added@ckeditor/ckeditor5-core@44.0.0-alpha.9(transitive)
+ Added@ckeditor/ckeditor5-engine@44.0.0-alpha.9(transitive)
+ Added@ckeditor/ckeditor5-ui@44.0.0-alpha.9(transitive)
+ Added@ckeditor/ckeditor5-watchdog@44.0.0-alpha.9(transitive)
- Removed@ckeditor/ckeditor5-core@44.0.0-alpha.8(transitive)
- Removed@ckeditor/ckeditor5-engine@44.0.0-alpha.8(transitive)
- Removed@ckeditor/ckeditor5-ui@44.0.0-alpha.8(transitive)
- Removed@ckeditor/ckeditor5-watchdog@44.0.0-alpha.8(transitive)