bitbucket-repository-provider 6.3.12 → 7.0.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": "bitbucket-repository-provider",
3
- "version": "6.3.12",
3
+ "version": "7.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -37,18 +37,18 @@
37
37
  "fetch-rate-limit-util": "^4.5.5",
38
38
  "matching-iterator": "^2.1.5",
39
39
  "one-time-execution-method": "^3.1.4",
40
- "repository-provider": "^35.8.2"
40
+ "repository-provider": "^36.0.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^24.10.1",
44
44
  "ava": "^6.4.1",
45
45
  "c8": "^10.1.3",
46
46
  "documentation": "^14.0.3",
47
- "repository-provider-test-support": "^4.0.3",
47
+ "repository-provider-test-support": "^5.0.1",
48
48
  "semantic-release": "^25.0.2"
49
49
  },
50
50
  "engines": {
51
- "node": ">=22.19.5"
51
+ "node": ">=24.11.1"
52
52
  },
53
53
  "repository": {
54
54
  "type": "git",
@@ -108,7 +108,7 @@ export class BitbucketProvider extends MultiGroupProvider {
108
108
  }
109
109
  };
110
110
 
111
- get repositoryGroupClass() {
111
+ repositoryGroupClassFor(name, options) {
112
112
  return BitbucketRepositoryGroup;
113
113
  }
114
114