@codefresh-io/cf-git-providers 0.11.2 → 0.11.3

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.
@@ -495,7 +495,7 @@ class BitbucketServer {
495
495
  }
496
496
  }
497
497
  async listRepositoriesWithAffiliation(opts) {
498
- const { limit = 1000, page = 1 } = opts;
498
+ const { limit = 2000, page = 1 } = opts;
499
499
  const [getReposErr, repos] = await helpers_1.to(this.paginateReposResult({
500
500
  api: `repos?avatarSize=${exports.avatarSize}`,
501
501
  json: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefresh-io/cf-git-providers",
3
- "version": "0.11.2",
3
+ "version": "0.11.3",
4
4
  "description": "An NPM module/CLI for interacting with various git providers",
5
5
  "keywords": [
6
6
  "codefresh",