@ikas/storefront 0.0.28 → 0.0.29
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/build/index.es.js +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -22698,7 +22698,7 @@ function createProductSchema(pageSpecificDataStr) {
|
|
|
22698
22698
|
var _a;
|
|
22699
22699
|
var productDetailParsed = JSON.parse(pageSpecificDataStr);
|
|
22700
22700
|
var productDetail = new IkasProductDetail(productDetailParsed.product, productDetailParsed.selectedVariantValues);
|
|
22701
|
-
var isBrowser = typeof window !== undefined;
|
|
22701
|
+
var isBrowser = typeof window !== "undefined";
|
|
22702
22702
|
if (isBrowser) {
|
|
22703
22703
|
var urlParams = new URLSearchParams(window.location.search);
|
|
22704
22704
|
var vid_1 = urlParams.get("vid");
|
package/build/index.js
CHANGED
|
@@ -22682,7 +22682,7 @@ function createProductSchema(pageSpecificDataStr) {
|
|
|
22682
22682
|
var _a;
|
|
22683
22683
|
var productDetailParsed = JSON.parse(pageSpecificDataStr);
|
|
22684
22684
|
var productDetail = new IkasProductDetail(productDetailParsed.product, productDetailParsed.selectedVariantValues);
|
|
22685
|
-
var isBrowser = typeof window !== undefined;
|
|
22685
|
+
var isBrowser = typeof window !== "undefined";
|
|
22686
22686
|
if (isBrowser) {
|
|
22687
22687
|
var urlParams = new URLSearchParams(window.location.search);
|
|
22688
22688
|
var vid_1 = urlParams.get("vid");
|