@ikas/storefront 0.0.166-alpha.4 → 0.0.166-alpha.5

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
@@ -32404,7 +32404,6 @@ var IkasAttributePropValueProvider = /** @class */ (function () {
32404
32404
  case 3:
32405
32405
  if (!productDetail)
32406
32406
  return [2 /*return*/, []];
32407
- debugger;
32408
32407
  return [2 /*return*/, productDetail.product.hasVariant
32409
32408
  ? productDetail.selectedVariant.attributes.filter(function (a) { return a.productAttributeId === _this.attributePropValue.attributeId; })
32410
32409
  : productDetail.product.attributes.filter(function (a) { return a.productAttributeId === _this.attributePropValue.attributeId; })];
package/build/index.js CHANGED
@@ -32384,7 +32384,6 @@ var IkasAttributePropValueProvider = /** @class */ (function () {
32384
32384
  case 3:
32385
32385
  if (!productDetail)
32386
32386
  return [2 /*return*/, []];
32387
- debugger;
32388
32387
  return [2 /*return*/, productDetail.product.hasVariant
32389
32388
  ? productDetail.selectedVariant.attributes.filter(function (a) { return a.productAttributeId === _this.attributePropValue.attributeId; })
32390
32389
  : productDetail.product.attributes.filter(function (a) { return a.productAttributeId === _this.attributePropValue.attributeId; })];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "0.0.166-alpha.4",
3
+ "version": "0.0.166-alpha.5",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",