@ikas/storefront 0.0.43 → 0.0.44

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
@@ -10963,9 +10963,6 @@ var IkasProductListPropValueProvider = /** @class */ (function () {
10963
10963
  filters.category = this.productListPropValue.category;
10964
10964
  }
10965
10965
  }
10966
- else {
10967
- filters.category = null;
10968
- }
10969
10966
  productList = new IkasProductList({
10970
10967
  productListPropValue: this.productListPropValue,
10971
10968
  filters: filters,
package/build/index.js CHANGED
@@ -10975,9 +10975,6 @@ var IkasProductListPropValueProvider = /** @class */ (function () {
10975
10975
  filters.category = this.productListPropValue.category;
10976
10976
  }
10977
10977
  }
10978
- else {
10979
- filters.category = null;
10980
- }
10981
10978
  productList = new IkasProductList({
10982
10979
  productListPropValue: this.productListPropValue,
10983
10980
  filters: filters,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",