@ckeditor/ckeditor5-utils 48.0.0-alpha.0 → 48.0.0-alpha.10

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 = '48.0.0-alpha.0';
990
+ const version = '48.0.0-alpha.10';
991
991
  // The second argument is not a month. It is `monthIndex` and starts from `0`.
992
- const releaseDate = new Date(2026, 2, 19);
992
+ const releaseDate = new Date(2026, 2, 29);
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,
@@ -1098,7 +1098,7 @@ const releaseDate = new Date(2026, 2, 19);
1098
1098
  * <summary>(Legacy) Default imports and `src` imports</summary>
1099
1099
  *
1100
1100
  * If you use the legacy customized installation
1101
- * method, you should only import { code from the `@ckeditor/ckeditor5-<NAME>` packages. While you can import code } from
1101
+ * method, you should only import code from the `@ckeditor/ckeditor5-<NAME>` packages. While you can import code from
1102
1102
  * the `@ckeditor/ckeditor5-<NAME>/src/*` files, it is not recommended as it can make migration to the new installation
1103
1103
  * methods more difficult.
1104
1104
  *