@hyperframes/studio-server 0.8.19 → 0.8.21
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -3668,7 +3668,7 @@ ${runtimeTag}`;
|
|
|
3668
3668
|
}
|
|
3669
3669
|
const etag = `"${stat.mtimeMs.toString(36)}-${stat.size.toString(36)}${proxyEtagSalt(proxyVariant)}"`;
|
|
3670
3670
|
const cacheHeaders = isText ? { "Cache-Control": "no-store" } : {
|
|
3671
|
-
"Cache-Control": "private,
|
|
3671
|
+
"Cache-Control": "private, no-cache",
|
|
3672
3672
|
ETag: etag
|
|
3673
3673
|
};
|
|
3674
3674
|
if (!isText) {
|