@gallop.software/studio 2.3.59 → 2.3.61
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/client/index.html
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
|
12
12
|
}
|
|
13
13
|
</style>
|
|
14
|
-
<script type="module" crossorigin src="/assets/index-
|
|
14
|
+
<script type="module" crossorigin src="/assets/index-C6_03alH.js"></script>
|
|
15
15
|
</head>
|
|
16
16
|
<body>
|
|
17
17
|
<div id="root"></div>
|
package/dist/server/index.js
CHANGED
|
@@ -1586,6 +1586,7 @@ async function handleDownloadStream(request) {
|
|
|
1586
1586
|
const localPath = getPublicPath(imageKey.replace(/^\//, ""));
|
|
1587
1587
|
await fs6.mkdir(path6.dirname(localPath), { recursive: true });
|
|
1588
1588
|
await fs6.writeFile(localPath, imageBuffer);
|
|
1589
|
+
await deleteOriginalFromCdn(imageKey);
|
|
1589
1590
|
await deleteThumbnailsFromCdn(imageKey);
|
|
1590
1591
|
const wasProcessed = isProcessed(entry);
|
|
1591
1592
|
delete entry.c;
|