@backstage/plugin-scaffolder-backend-module-bitbucket-cloud 0.0.0-nightly-20241116023418 → 0.0.0-nightly-20241117023529
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 +7 -7
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20241117023529
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
The issue was original introduced in d103a48fa306d745599dc0c793668c9e6a479d32
|
|
15
15
|
|
|
16
16
|
- Updated dependencies
|
|
17
|
-
- @backstage/plugin-bitbucket-cloud-common@0.0.0-nightly-
|
|
18
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
19
|
-
- @backstage/config@
|
|
20
|
-
- @backstage/errors@
|
|
21
|
-
- @backstage/integration@
|
|
22
|
-
- @backstage/plugin-scaffolder-node@0.0.0-nightly-
|
|
17
|
+
- @backstage/plugin-bitbucket-cloud-common@0.0.0-nightly-20241117023529
|
|
18
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20241117023529
|
|
19
|
+
- @backstage/config@0.0.0-nightly-20241117023529
|
|
20
|
+
- @backstage/errors@0.0.0-nightly-20241117023529
|
|
21
|
+
- @backstage/integration@0.0.0-nightly-20241117023529
|
|
22
|
+
- @backstage/plugin-scaffolder-node@0.0.0-nightly-20241117023529
|
|
23
23
|
|
|
24
24
|
## 0.2.2-next.3
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20241117023529",
|
|
4
4
|
"description": "The Bitbucket Cloud module for @backstage/plugin-scaffolder-backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -47,20 +47,20 @@
|
|
|
47
47
|
"test": "backstage-cli package test"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@backstage/backend-plugin-api": "0.0.0-nightly-
|
|
51
|
-
"@backstage/config": "
|
|
52
|
-
"@backstage/errors": "
|
|
53
|
-
"@backstage/integration": "
|
|
54
|
-
"@backstage/plugin-bitbucket-cloud-common": "0.0.0-nightly-
|
|
55
|
-
"@backstage/plugin-scaffolder-node": "0.0.0-nightly-
|
|
50
|
+
"@backstage/backend-plugin-api": "0.0.0-nightly-20241117023529",
|
|
51
|
+
"@backstage/config": "0.0.0-nightly-20241117023529",
|
|
52
|
+
"@backstage/errors": "0.0.0-nightly-20241117023529",
|
|
53
|
+
"@backstage/integration": "0.0.0-nightly-20241117023529",
|
|
54
|
+
"@backstage/plugin-bitbucket-cloud-common": "0.0.0-nightly-20241117023529",
|
|
55
|
+
"@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241117023529",
|
|
56
56
|
"fs-extra": "^11.2.0",
|
|
57
57
|
"node-fetch": "^2.7.0",
|
|
58
58
|
"yaml": "^2.0.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@backstage/backend-test-utils": "0.0.0-nightly-
|
|
62
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
63
|
-
"@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-
|
|
61
|
+
"@backstage/backend-test-utils": "0.0.0-nightly-20241117023529",
|
|
62
|
+
"@backstage/cli": "0.0.0-nightly-20241117023529",
|
|
63
|
+
"@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241117023529",
|
|
64
64
|
"msw": "^1.0.0"
|
|
65
65
|
}
|
|
66
66
|
}
|