@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.1.0-next.0 → 0.1.0
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 +38 -0
- package/package.json +13 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-bitbucket-server
|
|
2
2
|
|
|
3
|
+
## 0.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 5eb6882: New scaffolder module `@backstage/plugin-scaffolder-backend-module-bitbucket-server`.
|
|
8
|
+
|
|
9
|
+
Extracted from `@backstage/plugin-scaffolder-backend-module-bitbucket`
|
|
10
|
+
and replaces its actions related to Bitbucket Server.
|
|
11
|
+
|
|
12
|
+
- `publish:bitbucketServer`
|
|
13
|
+
- `publish:bitbucketServer:pull-request`
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 8472188: Added or fixed the `repository` field in `package.json`.
|
|
18
|
+
- 6bb6f3e: Updated dependency `fs-extra` to `^11.2.0`.
|
|
19
|
+
Updated dependency `@types/fs-extra` to `^11.0.0`.
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/backend-common@0.21.0
|
|
22
|
+
- @backstage/backend-plugin-api@0.6.10
|
|
23
|
+
- @backstage/integration@1.9.0
|
|
24
|
+
- @backstage/plugin-scaffolder-node@0.3.0
|
|
25
|
+
- @backstage/config@1.1.1
|
|
26
|
+
- @backstage/errors@1.2.3
|
|
27
|
+
|
|
28
|
+
## 0.1.0-next.1
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- 8472188: Added or fixed the `repository` field in `package.json`.
|
|
33
|
+
- Updated dependencies
|
|
34
|
+
- @backstage/backend-common@0.21.0-next.3
|
|
35
|
+
- @backstage/integration@1.9.0-next.1
|
|
36
|
+
- @backstage/plugin-scaffolder-node@0.3.0-next.3
|
|
37
|
+
- @backstage/backend-plugin-api@0.6.10-next.3
|
|
38
|
+
- @backstage/config@1.1.1
|
|
39
|
+
- @backstage/errors@1.2.3
|
|
40
|
+
|
|
3
41
|
## 0.1.0-next.0
|
|
4
42
|
|
|
5
43
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-bitbucket-server",
|
|
3
3
|
"description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
|
|
4
|
-
"version": "0.1.0
|
|
4
|
+
"version": "0.1.0",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|
|
10
10
|
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/backstage/backstage",
|
|
14
|
+
"directory": "plugins/scaffolder-backend-module-bitbucket-server"
|
|
15
|
+
},
|
|
11
16
|
"backstage": {
|
|
12
17
|
"role": "backend-plugin-module"
|
|
13
18
|
},
|
|
@@ -29,19 +34,19 @@
|
|
|
29
34
|
"postpack": "backstage-cli package postpack"
|
|
30
35
|
},
|
|
31
36
|
"dependencies": {
|
|
32
|
-
"@backstage/backend-common": "^0.21.0
|
|
33
|
-
"@backstage/backend-plugin-api": "^0.6.10
|
|
37
|
+
"@backstage/backend-common": "^0.21.0",
|
|
38
|
+
"@backstage/backend-plugin-api": "^0.6.10",
|
|
34
39
|
"@backstage/config": "^1.1.1",
|
|
35
40
|
"@backstage/errors": "^1.2.3",
|
|
36
|
-
"@backstage/integration": "^1.9.0
|
|
37
|
-
"@backstage/plugin-scaffolder-node": "^0.3.0
|
|
38
|
-
"fs-extra": "
|
|
41
|
+
"@backstage/integration": "^1.9.0",
|
|
42
|
+
"@backstage/plugin-scaffolder-node": "^0.3.0",
|
|
43
|
+
"fs-extra": "^11.2.0",
|
|
39
44
|
"node-fetch": "^2.6.7",
|
|
40
45
|
"yaml": "^2.0.0"
|
|
41
46
|
},
|
|
42
47
|
"devDependencies": {
|
|
43
|
-
"@backstage/backend-test-utils": "^0.3.0
|
|
44
|
-
"@backstage/cli": "^0.25.2
|
|
48
|
+
"@backstage/backend-test-utils": "^0.3.0",
|
|
49
|
+
"@backstage/cli": "^0.25.2",
|
|
45
50
|
"msw": "^1.0.0"
|
|
46
51
|
},
|
|
47
52
|
"files": [
|