@social-mail/social-mail-web-server 1.7.309 → 1.7.310

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.7.309",
3
+ "version": "1.7.310",
4
4
  "description": "## Phase 1",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -129,6 +129,7 @@ export default class BaseDiskCache {
129
129
  await factory(new LocalFile(tmpPath, void 0, void 0, doNothing));
130
130
 
131
131
  try {
132
+ ensureDir(parsedPath.dir);
132
133
  await fsp.rename(tmpPath, path);
133
134
  } catch (e) {
134
135