eddev 2.0.0-beta.221 → 2.0.0-beta.222

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.
@@ -406,7 +406,7 @@ export function createVinxiCodegen(opts) {
406
406
  }
407
407
 
408
408
  // SSR
409
- return renderPage({ pathname: url.pathname, newOrigin: url.origin, hostname: url.hostname, bypass: shouldBypass(event) })
409
+ return renderPage({ pathname: url.pathname, newOrigin: url.origin, hostname: url.hostname, bypass: serverContext.shouldBypass(event) })
410
410
  },
411
411
  })
412
412
  `,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eddev",
3
- "version": "2.0.0-beta.221",
3
+ "version": "2.0.0-beta.222",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",