@guillotinaweb/react-gmi 0.30.0 → 0.30.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.
package/dist/react-gmi.js CHANGED
@@ -2860,7 +2860,7 @@ var GuillotinaClient = /*#__PURE__*/function () {
2860
2860
  objectPath = objectPath.slice(0, -1);
2861
2861
  }
2862
2862
 
2863
- result = [].concat(parser(start.toString(), '_from'), parser(pageSize.toString(), 'size'), parser('*', '_metadata'));
2863
+ result = [].concat(parser(start.toString(), '_from'), parser(pageSize.toString(), '_size'), parser('*', '_metadata'));
2864
2864
 
2865
2865
  if (withDepth) {
2866
2866
  var _parser2;