@ikas/storefront 0.0.80 → 0.0.81

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 CHANGED
@@ -19824,8 +19824,6 @@ var IkasProductList = /** @class */ (function () {
19824
19824
  return new IkasProductDetail(product, product.variants[0].variantValues);
19825
19825
  });
19826
19826
  }
19827
- console.log("getInitial data log");
19828
- console.log(data);
19829
19827
  this.applyFacets(response_1.facets);
19830
19828
  this.data = data;
19831
19829
  this._count = response_1.count;
package/build/index.js CHANGED
@@ -19807,8 +19807,6 @@ var IkasProductList = /** @class */ (function () {
19807
19807
  return new IkasProductDetail(product, product.variants[0].variantValues);
19808
19808
  });
19809
19809
  }
19810
- console.log("getInitial data log");
19811
- console.log(data);
19812
19810
  this.applyFacets(response_1.facets);
19813
19811
  this.data = data;
19814
19812
  this._count = response_1.count;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "0.0.80",
3
+ "version": "0.0.81",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",