@ckeditor/ckeditor5-utils 43.3.0 → 43.3.1-alpha.0

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 CHANGED
@@ -953,9 +953,9 @@ diff.fastDiff = fastDiff;
953
953
  ];
954
954
  }
955
955
 
956
- const version = '43.3.0';
956
+ const version = '43.3.1-alpha.0';
957
957
  // The second argument is not a month. It is `monthIndex` and starts from `0`.
958
- const releaseDate = new Date(2024, 9, 29);
958
+ const releaseDate = new Date(2024, 10, 6);
959
959
  /* istanbul ignore next -- @preserve */ if (globalThis.CKEDITOR_VERSION) {
960
960
  /**
961
961
  * This error is thrown when, due to a mistake in the way CKEditor 5 was installed,