@ckeditor/ckeditor5-utils 42.0.2-alpha.1 → 42.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/version.d.ts +1 -1
- package/src/version.js +2 -2
package/dist/index.js
CHANGED
|
@@ -965,9 +965,9 @@ diff.fastDiff = fastDiff;
|
|
|
965
965
|
];
|
|
966
966
|
}
|
|
967
967
|
|
|
968
|
-
const version = '42.0.2
|
|
968
|
+
const version = '42.0.2';
|
|
969
969
|
// The second argument is not a month. It is `monthIndex` and starts from `0`.
|
|
970
|
-
const releaseDate = new Date(2024, 6,
|
|
970
|
+
const releaseDate = new Date(2024, 6, 25);
|
|
971
971
|
/* istanbul ignore next -- @preserve */ if (globalThis.CKEDITOR_VERSION) {
|
|
972
972
|
/**
|
|
973
973
|
* The best solution to avoid this error is migrating your CKEditor 5 instance to
|