@social-mail/social-mail-client 1.8.280 → 1.8.281
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 +4 -4
- package/dist/public/channel/ChannelApp.pack.min.js +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
|
@@ -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
|
}
|