@aldb2b/common 1.0.310 → 1.0.311

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.
@@ -201,7 +201,7 @@ class AggregateConvertor {
201
201
  getLimit(limit) {
202
202
  if (limit) {
203
203
  const castedLimit = Number(limit);
204
- return castedLimit > 100 ? 100 : castedLimit;
204
+ return castedLimit > 300 ? 300 : castedLimit;
205
205
  }
206
206
  else {
207
207
  return 100;
@@ -3807,7 +3807,7 @@
3807
3807
  "affectsGlobalScope": false
3808
3808
  },
3809
3809
  "../src/db/aggregate/AggregateConvertor.ts": {
3810
- "version": "a47c6900f83868e55b69c1e01fb13ed6f3f89bdd6bb9218e5a946ef7c46f6a5f",
3810
+ "version": "580158884352850c2a4aac0aeebe434356f68b5d553bcede1c1d39903af386c1",
3811
3811
  "signature": "5f778efd00c5b0f275dfa4efb7bd948e07168cc0231065d718b7ee770edeae7a",
3812
3812
  "affectsGlobalScope": false
3813
3813
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.310",
3
+ "version": "1.0.311",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",