@ckeditor/ckeditor5-media-embed 45.0.0-alpha.9 → 45.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.
- package/package.json +11 -11
- package/src/mediaembedconfig.d.ts +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-media-embed",
|
3
|
-
"version": "45.
|
3
|
+
"version": "45.1.0-alpha.0",
|
4
4
|
"description": "Media embed feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -13,16 +13,16 @@
|
|
13
13
|
"type": "module",
|
14
14
|
"main": "src/index.js",
|
15
15
|
"dependencies": {
|
16
|
-
"@ckeditor/ckeditor5-clipboard": "45.
|
17
|
-
"@ckeditor/ckeditor5-core": "45.
|
18
|
-
"@ckeditor/ckeditor5-engine": "45.
|
19
|
-
"@ckeditor/ckeditor5-icons": "45.
|
20
|
-
"@ckeditor/ckeditor5-typing": "45.
|
21
|
-
"@ckeditor/ckeditor5-ui": "45.
|
22
|
-
"@ckeditor/ckeditor5-undo": "45.
|
23
|
-
"@ckeditor/ckeditor5-utils": "45.
|
24
|
-
"@ckeditor/ckeditor5-widget": "45.
|
25
|
-
"ckeditor5": "45.
|
16
|
+
"@ckeditor/ckeditor5-clipboard": "45.1.0-alpha.0",
|
17
|
+
"@ckeditor/ckeditor5-core": "45.1.0-alpha.0",
|
18
|
+
"@ckeditor/ckeditor5-engine": "45.1.0-alpha.0",
|
19
|
+
"@ckeditor/ckeditor5-icons": "45.1.0-alpha.0",
|
20
|
+
"@ckeditor/ckeditor5-typing": "45.1.0-alpha.0",
|
21
|
+
"@ckeditor/ckeditor5-ui": "45.1.0-alpha.0",
|
22
|
+
"@ckeditor/ckeditor5-undo": "45.1.0-alpha.0",
|
23
|
+
"@ckeditor/ckeditor5-utils": "45.1.0-alpha.0",
|
24
|
+
"@ckeditor/ckeditor5-widget": "45.1.0-alpha.0",
|
25
|
+
"ckeditor5": "45.1.0-alpha.0"
|
26
26
|
},
|
27
27
|
"author": "CKSource (http://cksource.com/)",
|
28
28
|
"license": "SEE LICENSE IN LICENSE.md",
|
@@ -187,7 +187,7 @@ export interface MediaEmbedConfig {
|
|
187
187
|
* in the {@link module:media-embed/mediaembedconfig~MediaEmbedConfig#providers `config.mediaEmbed.providers`}
|
188
188
|
* configuration description.
|
189
189
|
*
|
190
|
-
* @
|
190
|
+
* @default false
|
191
191
|
*/
|
192
192
|
previewsInData?: boolean;
|
193
193
|
/**
|