@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.js
CHANGED
|
@@ -22631,7 +22631,7 @@ ${this.shopifyCompatibility.getContentForHeader()}`;
|
|
|
22631
22631
|
const accept = headers.get("accept") || "";
|
|
22632
22632
|
const versionFactors = {
|
|
22633
22633
|
store: headers.get("swell-storefront-id") || "",
|
|
22634
|
-
app: (headers.get("swell-app-id") || "") + "@" + (
|
|
22634
|
+
app: (headers.get("swell-app-id") || "") + "@" + (headers.get("host") || ""),
|
|
22635
22635
|
auth: headers.get("swell-access-token") || "",
|
|
22636
22636
|
theme: headers.get("swell-theme-version-hash") || "",
|
|
22637
22637
|
modified: headers.get("swell-cache-modified") || "",
|