@ckeditor/ckeditor5-upload 0.0.0-nightly-20240403.1 → 0.0.0-nightly-20240405.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-upload",
3
- "version": "0.0.0-nightly-20240403.1",
3
+ "version": "0.0.0-nightly-20240405.0",
4
4
  "description": "Upload feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,8 +12,8 @@
12
12
  "type": "module",
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "0.0.0-nightly-20240403.1",
16
- "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240403.1"
15
+ "@ckeditor/ckeditor5-core": "0.0.0-nightly-20240405.0",
16
+ "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240405.0"
17
17
  },
18
18
  "author": "CKSource (http://cksource.com/)",
19
19
  "license": "GPL-2.0-or-later",
package/src/index.d.ts CHANGED
@@ -9,5 +9,4 @@ export { default as FileRepository, type UploadAdapter, type UploadResponse, typ
9
9
  export { default as Base64UploadAdapter } from './adapters/base64uploadadapter.js';
10
10
  export { default as SimpleUploadAdapter } from './adapters/simpleuploadadapter.js';
11
11
  export type { SimpleUploadConfig } from './uploadconfig.js';
12
- export { FileDialogButtonView } from '@ckeditor/ckeditor5-ui';
13
12
  import './augmentation.js';
package/src/index.js CHANGED
@@ -8,6 +8,4 @@
8
8
  export { default as FileRepository } from './filerepository.js';
9
9
  export { default as Base64UploadAdapter } from './adapters/base64uploadadapter.js';
10
10
  export { default as SimpleUploadAdapter } from './adapters/simpleuploadadapter.js';
11
- // Backward compatibility for DLLs.
12
- export { FileDialogButtonView } from '@ckeditor/ckeditor5-ui';
13
11
  import './augmentation.js';