@ckeditor/ckeditor5-utils 46.0.1-alpha.5 → 46.0.1-alpha.6

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
@@ -987,9 +987,9 @@ function isObject(structure) {
987
987
  ];
988
988
  }
989
989
 
990
- const version = '46.0.1-alpha.5';
990
+ const version = '46.0.1-alpha.6';
991
991
  // The second argument is not a month. It is `monthIndex` and starts from `0`.
992
- const releaseDate = new Date(2025, 7, 4);
992
+ const releaseDate = new Date(2025, 7, 5);
993
993
  /* istanbul ignore next -- @preserve */ if (globalThis.CKEDITOR_VERSION) {
994
994
  /**
995
995
  * This error is thrown when, due to a mistake in the way CKEditor 5 was installed,