@sidecar-ai/compiler 0.1.0-alpha.7 → 0.1.0-alpha.8

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/index.js CHANGED
@@ -1730,7 +1730,7 @@ function analyzeProjectConfig(rootDir) {
1730
1730
  listChanged: readBooleanNested(definition, "tools", "listChanged") ?? false
1731
1731
  },
1732
1732
  pagination: {
1733
- pageSize: readNumberNested(definition, "pagination", "pageSize") ?? 10,
1733
+ pageSize: readNumberNested(definition, "pagination", "pageSize") ?? 50,
1734
1734
  hasOverride: hasProperty(readObjectProperty3(definition, "pagination"), "override")
1735
1735
  }
1736
1736
  };
@@ -1787,7 +1787,7 @@ function defaultCompilerConfig() {
1787
1787
  listChanged: false
1788
1788
  },
1789
1789
  pagination: {
1790
- pageSize: 10,
1790
+ pageSize: 50,
1791
1791
  hasOverride: false
1792
1792
  }
1793
1793
  };