@social-mail/social-mail-client 1.8.31 → 1.8.32
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/dist/admin/AdminAppIndex.pack.js +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/services/files/LocalFileService.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +1 -1
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/package.json +1 -1
- package/src/services/files/LocalFileService.tsx +1 -1
|
@@ -23583,7 +23583,7 @@ System.register(["tslib", "@web-atoms/core/dist/App", "@web-atoms/core/dist/core
|
|
|
23583
23583
|
let size = file.size;
|
|
23584
23584
|
const parts = [];
|
|
23585
23585
|
const tasks = [];
|
|
23586
|
-
const maxSize =
|
|
23586
|
+
const maxSize = 1 * 1024 * 1024;
|
|
23587
23587
|
let start = 0;
|
|
23588
23588
|
const fud = new FileUploader(this);
|
|
23589
23589
|
while (size > 0) {
|