@acmekit/admin-bundler 2.13.77 → 2.13.78

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -1481,6 +1481,7 @@ async function injectHtmlMiddleware(router3, server) {
1481
1481
  template,
1482
1482
  req.originalUrl
1483
1483
  );
1484
+ res.set("Cache-Control", "no-store");
1484
1485
  res.send(html);
1485
1486
  });
1486
1487
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acmekit/admin-bundler",
3
- "version": "2.13.77",
3
+ "version": "2.13.78",
4
4
  "description": "Bundler for the AcmeKit admin dashboard.",
5
5
  "author": "Kasper Kristensen <kasper@acmekit.com>",
6
6
  "scripts": {
@@ -18,12 +18,12 @@
18
18
  "package.json"
19
19
  ],
20
20
  "devDependencies": {
21
- "@acmekit/types": "2.13.77"
21
+ "@acmekit/types": "2.13.78"
22
22
  },
23
23
  "dependencies": {
24
- "@acmekit/admin-shared": "2.13.77",
25
- "@acmekit/admin-vite-plugin": "2.13.77",
26
- "@acmekit/dashboard": "2.13.77",
24
+ "@acmekit/admin-shared": "2.13.78",
25
+ "@acmekit/admin-vite-plugin": "2.13.78",
26
+ "@acmekit/dashboard": "2.13.78",
27
27
  "@vitejs/plugin-react": "^4.2.1",
28
28
  "autoprefixer": "^10.4.19",
29
29
  "compression": "^1.8.0",