bitbucket-repository-provider 6.0.13 → 6.0.15

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.
Files changed (2) hide show
  1. package/README.md +1 -28
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -32,11 +32,6 @@ repository provider for bitbucket
32
32
  * [BitbucketHook](#bitbuckethook)
33
33
  * [BitbucketProvider](#bitbucketprovider)
34
34
  * [Parameters](#parameters-3)
35
- * [repositoryGroupClass](#repositorygroupclass)
36
- * [repositoryClass](#repositoryclass)
37
- * [branchClass](#branchclass)
38
- * [pullRequestClass](#pullrequestclass)
39
- * [hookClass](#hookclass)
40
35
  * [repositoryBases](#repositorybases)
41
36
  * [initializeRepositories](#initializerepositories)
42
37
  * [name](#name)
@@ -144,26 +139,6 @@ Supported name schemes are
144
139
  * `config.authentication.username` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** 
145
140
  * `config.authentication.password` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** 
146
141
 
147
- ### repositoryGroupClass
148
-
149
- Returns **Class** repository group class used by the Provider
150
-
151
- ### repositoryClass
152
-
153
- Returns **Class** BitbucketRepository
154
-
155
- ### branchClass
156
-
157
- Returns **Class** BitbucketBranch
158
-
159
- ### pullRequestClass
160
-
161
- Returns **Class** pull request class used by the Provider
162
-
163
- ### hookClass
164
-
165
- Returns **Class** hook class used by the Provider
166
-
167
142
  ### repositoryBases
168
143
 
169
144
  All possible base urls.
@@ -261,7 +236,7 @@ a repository hosted on bitbucket
261
236
 
262
237
  ### Parameters
263
238
 
264
- * `owner` **Owner** 
239
+ * `owner` **RepositoryOwner** 
265
240
  * `name` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** 
266
241
  * `options` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** 
267
242
 
@@ -288,8 +263,6 @@ Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G
288
263
 
289
264
  ### update
290
265
 
291
- <https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-put>
292
-
293
266
  ### initializeHooks
294
267
 
295
268
  ### initializeBranches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitbucket-repository-provider",
3
- "version": "6.0.13",
3
+ "version": "6.0.15",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -38,14 +38,14 @@
38
38
  "fetch-rate-limit-util": "^4.2.1",
39
39
  "matching-iterator": "^2.1.3",
40
40
  "one-time-execution-method": "^3.1.1",
41
- "repository-provider": "^35.2.8"
41
+ "repository-provider": "^35.2.10"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^20.11.19",
45
45
  "ava": "^6.1.1",
46
46
  "c8": "^9.1.0",
47
47
  "documentation": "^14.0.3",
48
- "repository-provider-test-support": "^3.0.6",
48
+ "repository-provider-test-support": "^3.1.2",
49
49
  "semantic-release": "^23.0.2",
50
50
  "typescript": "^5.3.3"
51
51
  },