imcodes 2026.3.355 → 2026.3.357
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.
|
@@ -30,5 +30,5 @@ export interface RepoProvider {
|
|
|
30
30
|
/** Get detailed issue info including comments. */
|
|
31
31
|
getIssueDetail(number: number): Promise<RepoIssueDetail>;
|
|
32
32
|
}
|
|
33
|
-
export declare const DEFAULT_PAGE_SIZE =
|
|
33
|
+
export declare const DEFAULT_PAGE_SIZE = 10;
|
|
34
34
|
//# sourceMappingURL=provider.d.ts.map
|
package/package.json
CHANGED