@ikas/storefront 0.0.51 → 0.0.52

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
@@ -15255,7 +15255,6 @@ var IkasProductList = /** @class */ (function () {
15255
15255
  : null;
15256
15256
  this.router = router;
15257
15257
  makeAutoObservable(this);
15258
- console.log("constructor");
15259
15258
  if (this.isBrowser() && location.search) {
15260
15259
  var queryParams = this.getQueryParams();
15261
15260
  this.getInitial(queryParams);
package/build/index.js CHANGED
@@ -15237,7 +15237,6 @@ var IkasProductList = /** @class */ (function () {
15237
15237
  : null;
15238
15238
  this.router = router;
15239
15239
  mobx.makeAutoObservable(this);
15240
- console.log("constructor");
15241
15240
  if (this.isBrowser() && location.search) {
15242
15241
  var queryParams = this.getQueryParams();
15243
15242
  this.getInitial(queryParams);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",