@ikas/storefront 0.0.20 → 0.0.21

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
@@ -19368,7 +19368,6 @@ var IkasProductAPI = /** @class */ (function () {
19368
19368
  in: params.categoryIds,
19369
19369
  };
19370
19370
  }
19371
- console.log(JSON.stringify(params, null, 2));
19372
19371
  return [4 /*yield*/, apollo
19373
19372
  .getClient()
19374
19373
  .query({
package/build/index.js CHANGED
@@ -19352,7 +19352,6 @@ var IkasProductAPI = /** @class */ (function () {
19352
19352
  in: params.categoryIds,
19353
19353
  };
19354
19354
  }
19355
- console.log(JSON.stringify(params, null, 2));
19356
19355
  return [4 /*yield*/, apollo
19357
19356
  .getClient()
19358
19357
  .query({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",