@ckeditor/ckeditor5-upload 48.1.0 → 48.2.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.
@@ -10,7 +10,7 @@
10
10
  *
11
11
  * ```ts
12
12
  * ClassicEditor
13
- * .create( editorElement, {
13
+ * .create( {
14
14
  * simpleUpload: {
15
15
  * // The URL the images are uploaded to.
16
16
  * uploadUrl: 'http://example.com',
@@ -48,7 +48,7 @@ export interface SimpleUploadConfig {
48
48
  *
49
49
  * ```ts
50
50
  * ClassicEditor
51
- * .create( editorElement, {
51
+ * .create( {
52
52
  * simpleUpload: {
53
53
  * // Set headers statically:
54
54
  * headers: {
@@ -80,7 +80,7 @@ export interface SimpleUploadConfig {
80
80
  *
81
81
  * ```ts
82
82
  * ClassicEditor
83
- * .create( editorElement, {
83
+ * .create( {
84
84
  * simpleUpload: {
85
85
  * withCredentials: true
86
86
  * }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-upload",
3
- "version": "48.1.0",
3
+ "version": "48.2.0-alpha.0",
4
4
  "description": "Upload feature for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -25,8 +25,8 @@
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "dependencies": {
28
- "@ckeditor/ckeditor5-core": "48.1.0",
29
- "@ckeditor/ckeditor5-utils": "48.1.0"
28
+ "@ckeditor/ckeditor5-core": "48.2.0-alpha.0",
29
+ "@ckeditor/ckeditor5-utils": "48.2.0-alpha.0"
30
30
  },
31
31
  "files": [
32
32
  "dist",