@social-mail/social-mail-client 1.8.280 → 1.8.282
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 +4 -4
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/common/cache/CacheVersions.js +4 -4
- package/dist/public/channel/ChannelApp.pack.js +5 -5
- 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/public/channel/pages/posts/ChannelPage.js +1 -1
- package/dist/public/channel/pages/posts/ChannelPage.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +4 -4
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +4 -4
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/package.json +1 -1
- package/src/common/cache/CacheVersions.ts +4 -4
- package/src/public/channel/pages/posts/ChannelPage.tsx +1 -1
|
@@ -6,10 +6,10 @@ System.register([], function (_export, _context) {
|
|
|
6
6
|
setters: [],
|
|
7
7
|
execute: function () {
|
|
8
8
|
CacheVersions = {
|
|
9
|
-
email: "
|
|
10
|
-
channelName: "
|
|
11
|
-
comment: "
|
|
12
|
-
site: "
|
|
9
|
+
email: "ec2",
|
|
10
|
+
channelName: "cl3",
|
|
11
|
+
comment: "c2",
|
|
12
|
+
site: "s2"
|
|
13
13
|
};
|
|
14
14
|
_export("default", CacheVersions);
|
|
15
15
|
}
|
|
@@ -22534,10 +22534,10 @@ System.register([], function (_export, _context) {
|
|
|
22534
22534
|
setters: [],
|
|
22535
22535
|
execute: function () {
|
|
22536
22536
|
CacheVersions = {
|
|
22537
|
-
email: "
|
|
22538
|
-
channelName: "
|
|
22539
|
-
comment: "
|
|
22540
|
-
site: "
|
|
22537
|
+
email: "ec2",
|
|
22538
|
+
channelName: "cl3",
|
|
22539
|
+
comment: "c2",
|
|
22540
|
+
site: "s2"
|
|
22541
22541
|
};
|
|
22542
22542
|
_export("default", CacheVersions);
|
|
22543
22543
|
}
|
|
@@ -27234,7 +27234,7 @@ System.register(["tslib", "../../BlogService", "../../../../model/model", "@web-
|
|
|
27234
27234
|
}
|
|
27235
27235
|
const tasks = [];
|
|
27236
27236
|
for (const ce of result.items) {
|
|
27237
|
-
tasks.push(this.downloader.
|
|
27237
|
+
tasks.push(this.downloader.downloadPostContent(ce));
|
|
27238
27238
|
}
|
|
27239
27239
|
yield Promise.all(tasks);
|
|
27240
27240
|
if (this.email) {
|