@guillotinaweb/react-gmi 0.30.0 → 0.30.1-alpha.1

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.
@@ -2856,7 +2856,7 @@
2856
2856
  objectPath = objectPath.slice(0, -1);
2857
2857
  }
2858
2858
 
2859
- result = [].concat(parser(start.toString(), '_from'), parser(pageSize.toString(), 'size'), parser('*', '_metadata'));
2859
+ result = [].concat(parser(start.toString(), '_from'), parser(pageSize.toString(), '_size'), parser('*', '_metadata'));
2860
2860
 
2861
2861
  if (withDepth) {
2862
2862
  var _parser2;