@inflector/aura 0.8.6 → 0.8.7

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.
package/dist/bin.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"bin.d.ts","sourceRoot":"","sources":["../src/bin.ts"],"names":[],"mappings":";AA6JA,wBAAgB,KAAK,CAAC,MAAM,UAAQ,QA4CnC;AAiWD,wBAAsB,GAAG,kBAwExB"}
1
+ {"version":3,"file":"bin.d.ts","sourceRoot":"","sources":["../src/bin.ts"],"names":[],"mappings":";AA6JA,wBAAgB,KAAK,CAAC,MAAM,UAAQ,QA4CnC;AAiWD,wBAAsB,GAAG,kBA0ExB"}
package/dist/bin.js CHANGED
@@ -599,6 +599,8 @@ export async function dev() {
599
599
  proxyReq.setHeader("x-forwarded-host", publicHost);
600
600
  proxyReq.setHeader("x-forwarded-proto", "http");
601
601
  proxyReq.setHeader("origin", `http://${publicHost}`);
602
+ proxyReq.setHeader("x-aura-public-host", publicHost);
603
+ proxyReq.setHeader("x-aura-public-proto", "http");
602
604
  });
603
605
  proxy.on("proxyRes", (proxyRes) => {
604
606
  const cookies = proxyRes.headers["set-cookie"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inflector/aura",
3
- "version": "0.8.6",
3
+ "version": "0.8.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",