@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
|
@@ -24061,10 +24061,10 @@ System.register([], function (_export, _context) {
|
|
|
24061
24061
|
setters: [],
|
|
24062
24062
|
execute: function () {
|
|
24063
24063
|
CacheVersions = {
|
|
24064
|
-
email: "
|
|
24065
|
-
channelName: "
|
|
24066
|
-
comment: "
|
|
24067
|
-
site: "
|
|
24064
|
+
email: "ec2",
|
|
24065
|
+
channelName: "cl3",
|
|
24066
|
+
comment: "c2",
|
|
24067
|
+
site: "s2"
|
|
24068
24068
|
};
|
|
24069
24069
|
_export("default", CacheVersions);
|
|
24070
24070
|
}
|