@perceptimagery/dita-configurator-staging 0.2.1306 → 0.2.1307
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.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -112,7 +112,7 @@ var __publicField = (obj, key, value) => {
|
|
|
112
112
|
host: "https://api.sprie.io"
|
|
113
113
|
};
|
|
114
114
|
const config$1 = Object.freeze(Config$2);
|
|
115
|
-
const version$1 = "0.2.
|
|
115
|
+
const version$1 = "0.2.1307";
|
|
116
116
|
function modifyLensArr$1(arr, element) {
|
|
117
117
|
const index = arr.findIndex((e) => e["sku"] === element["sku"]);
|
|
118
118
|
if (index !== -1) {
|
|
@@ -51259,8 +51259,8 @@ bool bvhIntersectFirstHit(
|
|
|
51259
51259
|
});
|
|
51260
51260
|
let CustomEventEmitter = _CustomEventEmitter2;
|
|
51261
51261
|
const ShopifyConfig = {
|
|
51262
|
-
getCartUrl: ((_a = window.Shopify) == null ? void 0 : _a.routes.root) + "
|
|
51263
|
-
addToCartUrl: ((_b = window.Shopify) == null ? void 0 : _b.routes.root) + "
|
|
51262
|
+
getCartUrl: ((_a = window.Shopify) == null ? void 0 : _a.routes.root) + "cart.js",
|
|
51263
|
+
addToCartUrl: ((_b = window.Shopify) == null ? void 0 : _b.routes.root) + "cart/add.js"
|
|
51264
51264
|
};
|
|
51265
51265
|
const configShopify = Object.freeze(ShopifyConfig);
|
|
51266
51266
|
class ShopifyServiceFactory {
|