@ckeditor/ckeditor5-media-embed 48.0.1-alpha.1 → 48.1.0-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.
@@ -2,11 +2,11 @@
2
2
  * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
4
  */
5
- import type { ToolbarConfigItem } from '@ckeditor/ckeditor5-core';
6
- import type { ArrayOrItem } from '@ckeditor/ckeditor5-utils';
7
5
  /**
8
6
  * @module media-embed/mediaembedconfig
9
7
  */
8
+ import type { ToolbarConfigItem } from '@ckeditor/ckeditor5-core';
9
+ import type { ArrayOrItem } from '@ckeditor/ckeditor5-utils';
10
10
  /**
11
11
  * The configuration of the media embed features.
12
12
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-media-embed",
3
- "version": "48.0.1-alpha.1",
3
+ "version": "48.1.0-alpha.0",
4
4
  "description": "Media embed feature for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -26,15 +26,15 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "dependencies": {
29
- "@ckeditor/ckeditor5-clipboard": "48.0.1-alpha.1",
30
- "@ckeditor/ckeditor5-core": "48.0.1-alpha.1",
31
- "@ckeditor/ckeditor5-engine": "48.0.1-alpha.1",
32
- "@ckeditor/ckeditor5-icons": "48.0.1-alpha.1",
33
- "@ckeditor/ckeditor5-typing": "48.0.1-alpha.1",
34
- "@ckeditor/ckeditor5-ui": "48.0.1-alpha.1",
35
- "@ckeditor/ckeditor5-undo": "48.0.1-alpha.1",
36
- "@ckeditor/ckeditor5-utils": "48.0.1-alpha.1",
37
- "@ckeditor/ckeditor5-widget": "48.0.1-alpha.1"
29
+ "@ckeditor/ckeditor5-clipboard": "48.1.0-alpha.0",
30
+ "@ckeditor/ckeditor5-core": "48.1.0-alpha.0",
31
+ "@ckeditor/ckeditor5-engine": "48.1.0-alpha.0",
32
+ "@ckeditor/ckeditor5-icons": "48.1.0-alpha.0",
33
+ "@ckeditor/ckeditor5-typing": "48.1.0-alpha.0",
34
+ "@ckeditor/ckeditor5-ui": "48.1.0-alpha.0",
35
+ "@ckeditor/ckeditor5-undo": "48.1.0-alpha.0",
36
+ "@ckeditor/ckeditor5-utils": "48.1.0-alpha.0",
37
+ "@ckeditor/ckeditor5-widget": "48.1.0-alpha.0"
38
38
  },
39
39
  "files": [
40
40
  "dist",