@social-mail/social-mail-web-server 1.9.16 → 1.9.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/social-mail-web-server",
3
- "version": "1.9.16",
3
+ "version": "1.9.18",
4
4
  "description": "## Phase 1",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -17,7 +17,7 @@ export default async function seedUI(config: DBConfig) {
17
17
  await config.saveVersion(UIPackageConfig, {
18
18
  package: "@social-mail/social-mail-client",
19
19
  view: "dist/web/AppIndex",
20
- version: "1.9.144"
20
+ version: "1.9.145"
21
21
  });
22
22
 
23
23
  await config.saveVersion(WebComponentsPackageConfig, {
@@ -76,7 +76,7 @@ export default class SnapshotService
76
76
  if (file.isFolder) {
77
77
  continue;
78
78
  }
79
- this.snapshotSize += file.fileSize;
79
+ this.snapshotSize += Number(file.fileSize);
80
80
  }
81
81
 
82
82