@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
|
@@ -27575,10 +27575,10 @@ System.register([], function (_export, _context) {
|
|
|
27575
27575
|
setters: [],
|
|
27576
27576
|
execute: function () {
|
|
27577
27577
|
CacheVersions = {
|
|
27578
|
-
email: "
|
|
27579
|
-
channelName: "
|
|
27580
|
-
comment: "
|
|
27581
|
-
site: "
|
|
27578
|
+
email: "ec2",
|
|
27579
|
+
channelName: "cl3",
|
|
27580
|
+
comment: "c2",
|
|
27581
|
+
site: "s2"
|
|
27582
27582
|
};
|
|
27583
27583
|
_export("default", CacheVersions);
|
|
27584
27584
|
}
|