@social-mail/social-mail-client 1.8.352 → 1.8.353
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/common/SocialMailApp.js +1 -1
- package/dist/public/store/StoreApp.pack.js +1 -1
- package/dist/public/store/StoreApp.pack.min.js +1 -1
- package/dist/public/store/cart/ShoppingCart.pack.js +1 -1
- package/dist/public/store/cart/ShoppingCart.pack.min.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/common/SocialMailApp.ts +1 -1
|
@@ -19435,7 +19435,7 @@ System.register([], function (_export, _context) {
|
|
|
19435
19435
|
name: "Social Mail"
|
|
19436
19436
|
};
|
|
19437
19437
|
(_b = socialMail.links) !== null && _b !== void 0 ? _b : socialMail.links = {};
|
|
19438
|
-
(_c = socialMail.maxStreamSize) !== null && _c !== void 0 ? _c : socialMail.maxStreamSize =
|
|
19438
|
+
(_c = socialMail.maxStreamSize) !== null && _c !== void 0 ? _c : socialMail.maxStreamSize = 500 * 1024 * 1024;
|
|
19439
19439
|
SocialMailApp = class SocialMailApp {
|
|
19440
19440
|
static get isAdmin() {
|
|
19441
19441
|
var _a;
|