eddev 2.0.0-beta.167 → 2.0.0-beta.168

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.
@@ -303,7 +303,7 @@ export class ServerContext {
303
303
  const fetch = async () => {
304
304
  const result = await this.fetchOrigin(url, {
305
305
  cache: "no-cache",
306
- replaceUrls: true,
306
+ replaceUrls: false,
307
307
  headers: {
308
308
  ...this.extractRequestHeaders(req.headers),
309
309
  "Content-Type": "application/json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eddev",
3
- "version": "2.0.0-beta.167",
3
+ "version": "2.0.0-beta.168",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",