@ikas/storefront 0.0.140 → 0.0.141

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
@@ -21195,6 +21195,7 @@ var IkasProductList = /** @class */ (function () {
21195
21195
  this.data = this.data.concat(data);
21196
21196
  this._count = response.count;
21197
21197
  this._page = this.page + 1;
21198
+ this._minPage = this._page;
21198
21199
  return [3 /*break*/, 5];
21199
21200
  case 3:
21200
21201
  err_3 = _a.sent();
package/build/index.js CHANGED
@@ -21178,6 +21178,7 @@ var IkasProductList = /** @class */ (function () {
21178
21178
  this.data = this.data.concat(data);
21179
21179
  this._count = response.count;
21180
21180
  this._page = this.page + 1;
21181
+ this._minPage = this._page;
21181
21182
  return [3 /*break*/, 5];
21182
21183
  case 3:
21183
21184
  err_3 = _a.sent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "0.0.140",
3
+ "version": "0.0.141",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",