@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.1.12-next.1 → 0.1.12
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/CHANGELOG.md +13 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-bitbucket-server
|
|
2
2
|
|
|
3
|
+
## 0.1.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6a4ad4e: Instead of using hardcoded `targetBranch` now fetch the default branch from Bitbucket repository.
|
|
8
|
+
This prevents from errors when no `targetBranch` is provided and the default repository branch is different from `master`, for example: `main`.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/backend-plugin-api@0.7.0
|
|
11
|
+
- @backstage/integration@1.13.0
|
|
12
|
+
- @backstage/plugin-scaffolder-node@0.4.8
|
|
13
|
+
- @backstage/config@1.2.0
|
|
14
|
+
- @backstage/errors@1.2.4
|
|
15
|
+
|
|
3
16
|
## 0.1.12-next.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-bitbucket-server",
|
|
3
|
-
"version": "0.1.12
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -39,19 +39,19 @@
|
|
|
39
39
|
"test": "backstage-cli package test"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@backstage/backend-plugin-api": "^0.
|
|
42
|
+
"@backstage/backend-plugin-api": "^0.7.0",
|
|
43
43
|
"@backstage/config": "^1.2.0",
|
|
44
44
|
"@backstage/errors": "^1.2.4",
|
|
45
|
-
"@backstage/integration": "^1.13.0
|
|
46
|
-
"@backstage/plugin-scaffolder-node": "^0.4.8
|
|
45
|
+
"@backstage/integration": "^1.13.0",
|
|
46
|
+
"@backstage/plugin-scaffolder-node": "^0.4.8",
|
|
47
47
|
"fs-extra": "^11.2.0",
|
|
48
48
|
"node-fetch": "^2.6.7",
|
|
49
49
|
"yaml": "^2.0.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@backstage/backend-test-utils": "^0.4.4
|
|
53
|
-
"@backstage/cli": "^0.26.11
|
|
54
|
-
"@backstage/plugin-scaffolder-node-test-utils": "^0.1.9
|
|
52
|
+
"@backstage/backend-test-utils": "^0.4.4",
|
|
53
|
+
"@backstage/cli": "^0.26.11",
|
|
54
|
+
"@backstage/plugin-scaffolder-node-test-utils": "^0.1.9",
|
|
55
55
|
"msw": "^1.0.0"
|
|
56
56
|
}
|
|
57
57
|
}
|