@ckeditor/ckeditor5-ckfinder 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.
@@ -11,7 +11,7 @@
11
11
  *
12
12
  * ```
13
13
  * ClassicEditor
14
- * .create( editorElement, {
14
+ * .create( {
15
15
  * ckfinder: {
16
16
  * options: {
17
17
  * resourceType: 'Images'
@@ -53,7 +53,7 @@ export interface CKFinderConfig {
53
53
  *
54
54
  * ```ts
55
55
  * ClassicEditor
56
- * .create( editorElement, {
56
+ * .create( {
57
57
  * ckfinder: {
58
58
  * uploadUrl: '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files&responseType=json'
59
59
  * }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-ckfinder",
3
- "version": "48.1.0",
3
+ "version": "48.2.0-alpha.0",
4
4
  "description": "CKFinder integration for CKEditor 5.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -26,13 +26,13 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "dependencies": {
29
- "@ckeditor/ckeditor5-adapter-ckfinder": "48.1.0",
30
- "@ckeditor/ckeditor5-core": "48.1.0",
31
- "@ckeditor/ckeditor5-icons": "48.1.0",
32
- "@ckeditor/ckeditor5-image": "48.1.0",
33
- "@ckeditor/ckeditor5-link": "48.1.0",
34
- "@ckeditor/ckeditor5-ui": "48.1.0",
35
- "@ckeditor/ckeditor5-utils": "48.1.0"
29
+ "@ckeditor/ckeditor5-adapter-ckfinder": "48.2.0-alpha.0",
30
+ "@ckeditor/ckeditor5-core": "48.2.0-alpha.0",
31
+ "@ckeditor/ckeditor5-icons": "48.2.0-alpha.0",
32
+ "@ckeditor/ckeditor5-image": "48.2.0-alpha.0",
33
+ "@ckeditor/ckeditor5-link": "48.2.0-alpha.0",
34
+ "@ckeditor/ckeditor5-ui": "48.2.0-alpha.0",
35
+ "@ckeditor/ckeditor5-utils": "48.2.0-alpha.0"
36
36
  },
37
37
  "files": [
38
38
  "dist",