@stigg/api-client-js 2.296.0 → 2.296.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/api-client-js",
3
- "version": "2.296.0",
3
+ "version": "2.296.1",
4
4
  "license": "STIGG SDK LICENSE",
5
5
  "type": "commonjs",
6
6
  "dependencies": {
@@ -3272,7 +3272,7 @@ ${exports.ResetPeriodConfigurationFragmentDoc}
3272
3272
  ${exports.FeatureFragmentDoc}`;
3273
3273
  exports.GetProductsDocument = (0, graphql_tag_1.default) `
3274
3274
  query GetProducts {
3275
- products(paging: {first: 50}) {
3275
+ products(paging: {first: 20}) {
3276
3276
  edges {
3277
3277
  node {
3278
3278
  ...ProductFragment