eddev 2.3.11-beta.11 → 2.3.11-beta.12

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.
@@ -248,7 +248,7 @@ export function createVinxiCodegen(opts) {
248
248
  "/purge",
249
249
  eventHandler(async (event) => {
250
250
 
251
- if (getHeader(event, "x-prerender-revalidate") === bypassToken) {
251
+ if (getHeader(event, "x-prerender-revalidate") === BYPASS_TOKEN) {
252
252
  return await invalidateByTag('data');
253
253
  }
254
254
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eddev",
3
- "version": "2.3.11-beta.11",
3
+ "version": "2.3.11-beta.12",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",