@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.cjs
CHANGED
|
@@ -22752,7 +22752,7 @@ var HtmlCache = class {
|
|
|
22752
22752
|
const accept = headers.get("accept") || "";
|
|
22753
22753
|
const versionFactors = {
|
|
22754
22754
|
store: headers.get("swell-storefront-id") || "",
|
|
22755
|
-
app: (headers.get("swell-app-id") || "") + "@" + (
|
|
22755
|
+
app: (headers.get("swell-app-id") || "") + "@" + (headers.get("host") || ""),
|
|
22756
22756
|
auth: headers.get("swell-access-token") || "",
|
|
22757
22757
|
theme: headers.get("swell-theme-version-hash") || "",
|
|
22758
22758
|
modified: headers.get("swell-cache-modified") || "",
|