bitbucket-repository-provider 4.1.4 → 4.1.5

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -58,6 +58,7 @@ repository provider for bitbucket
58
58
  * [homePageURL](#homepageurl)
59
59
  * [issuesURL](#issuesurl)
60
60
  * [update](#update)
61
+ * [initializeBranches](#initializebranches)
61
62
  * [createBranch](#createbranch)
62
63
  * [Parameters](#parameters-10)
63
64
  * [deleteBranch](#deletebranch)
@@ -284,6 +285,10 @@ Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G
284
285
 
285
286
  <https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-put>
286
287
 
288
+ ### initializeBranches
289
+
290
+ <https://developer.atlassian.com/cloud/bitbucket/rest/api-group-refs/#api-group-refs>
291
+
287
292
  ### createBranch
288
293
 
289
294
  Create a new branch
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitbucket-repository-provider",
3
- "version": "4.1.4",
3
+ "version": "4.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },