@swell/apps-sdk 1.0.163 → 1.0.164
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/index.cjs +1 -1
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22612,7 +22612,7 @@ var HtmlCache = class {
|
|
|
22612
22612
|
const accept = headers.get("accept") || "";
|
|
22613
22613
|
const versionFactors = {
|
|
22614
22614
|
store: headers.get("swell-storefront-id") || "",
|
|
22615
|
-
app: (headers.get("swell-app-id") || "") + "@" + (
|
|
22615
|
+
app: (headers.get("swell-app-id") || "") + "@" + (headers.get("host") || ""),
|
|
22616
22616
|
auth: headers.get("swell-access-token") || "",
|
|
22617
22617
|
theme: headers.get("swell-theme-version-hash") || "",
|
|
22618
22618
|
modified: headers.get("swell-cache-modified") || "",
|