@timber-js/app 0.1.46 → 0.1.47

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.
@@ -916,6 +916,7 @@ function createPipeline(config) {
916
916
  }
917
917
  const responseHeaders = new Headers();
918
918
  const requestHeaderOverlay = new Headers();
919
+ responseHeaders.set("Cache-Control", "private, no-cache, no-store, max-age=0, must-revalidate");
919
920
  if (earlyHints) try {
920
921
  await earlyHints(match, req, responseHeaders);
921
922
  } catch {}