@social-mail/social-mail-client 1.4.178 → 1.4.179
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 +2 -3
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
- package/dist/public/channel/BlogService.js +1 -1
- package/dist/public/channel/ChannelApp.pack.js +3 -4
- package/dist/public/channel/ChannelApp.pack.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
- package/dist/services/email/EmailContentDownloader.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +2 -3
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +2 -3
- package/dist/web/AppIndex.pack.js.map +1 -1
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/dist/web/AppIndex.pack.min.js.map +1 -1
- package/dist/web/page/mails/service/ConversationService.d.ts.map +1 -1
- package/dist/web/page/mails/service/ConversationService.js +1 -2
- package/dist/web/page/mails/service/ConversationService.js.map +1 -1
- package/package.json +1 -1
- package/src/public/channel/BlogService.ts +1 -1
- package/src/services/email/EmailContentDownloader.ts +1 -1
- package/src/web/page/mails/service/ConversationService.tsx +1 -18
|
@@ -27654,7 +27654,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/ent
|
|
|
27654
27654
|
CacheTTL = _commonCacheCacheTTL.CacheTTL;
|
|
27655
27655
|
}],
|
|
27656
27656
|
execute: function () {
|
|
27657
|
-
cacheVersion = "
|
|
27657
|
+
cacheVersion = "c4";
|
|
27658
27658
|
cacheSeconds = CacheTTL.seconds.oneMonth;
|
|
27659
27659
|
EmailContentDownloader = class EmailContentDownloader extends TaskManager {
|
|
27660
27660
|
downloadPost(email) {
|
|
@@ -27956,7 +27956,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
|
|
|
27956
27956
|
FetchBuilder = _webAtomsCoreDistServicesFetchBuilder.default;
|
|
27957
27957
|
}],
|
|
27958
27958
|
execute: function () {
|
|
27959
|
-
cacheVersion = "
|
|
27959
|
+
cacheVersion = "c5";
|
|
27960
27960
|
msgStyleUrl = _context.import("./MsgStyle.global.less");
|
|
27961
27961
|
msgStyle = (() => __awaiter(void 0, void 0, void 0, function* () {
|
|
27962
27962
|
const {
|
|
@@ -28194,7 +28194,6 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
|
|
|
28194
28194
|
cancelToken,
|
|
28195
28195
|
expandable: true
|
|
28196
28196
|
});
|
|
28197
|
-
const tasks = [];
|
|
28198
28197
|
for (const mce of emails.items) {
|
|
28199
28198
|
const {
|
|
28200
28199
|
email
|