arky-sdk 0.7.64 → 0.7.65
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 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2714,7 +2714,7 @@ function getFirstAvailableFCId(variant, quantity = 1) {
|
|
|
2714
2714
|
}
|
|
2715
2715
|
|
|
2716
2716
|
// src/index.ts
|
|
2717
|
-
var SDK_VERSION = "0.7.
|
|
2717
|
+
var SDK_VERSION = "0.7.65";
|
|
2718
2718
|
var SUPPORTED_FRAMEWORKS = [
|
|
2719
2719
|
"astro",
|
|
2720
2720
|
"react",
|
|
@@ -3026,7 +3026,6 @@ async function createStorefront(config) {
|
|
|
3026
3026
|
analytics: {
|
|
3027
3027
|
track
|
|
3028
3028
|
},
|
|
3029
|
-
ensureSession,
|
|
3030
3029
|
setBusinessId: (businessId) => {
|
|
3031
3030
|
apiConfig.businessId = businessId;
|
|
3032
3031
|
},
|