@backstage/plugin-scaffolder-backend-module-bitbucket 0.0.0-nightly-20240207020916 → 0.0.0-nightly-20240208020940
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 +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-bitbucket
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240208020940
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
- e9a5228: Exporting a default module for the new Backend System
|
|
24
24
|
- fc98bb6: Enhanced the pull request action to allow for adding new content to the PR as described in this issue #21762
|
|
25
25
|
- Updated dependencies
|
|
26
|
-
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.0.0-nightly-
|
|
27
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
28
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
29
|
-
- @backstage/plugin-scaffolder-node@0.0.0-nightly-
|
|
30
|
-
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.0.0-nightly-
|
|
31
|
-
- @backstage/integration@0.0.0-nightly-
|
|
26
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.0.0-nightly-20240208020940
|
|
27
|
+
- @backstage/backend-common@0.0.0-nightly-20240208020940
|
|
28
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20240208020940
|
|
29
|
+
- @backstage/plugin-scaffolder-node@0.0.0-nightly-20240208020940
|
|
30
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.0.0-nightly-20240208020940
|
|
31
|
+
- @backstage/integration@0.0.0-nightly-20240208020940
|
|
32
32
|
- @backstage/config@1.1.1
|
|
33
33
|
- @backstage/errors@1.2.3
|
|
34
34
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-bitbucket",
|
|
3
3
|
"description": "The bitbucket module for @backstage/plugin-scaffolder-backend",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20240208020940",
|
|
5
5
|
"deprecated": true,
|
|
6
6
|
"main": "./dist/index.cjs.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -30,21 +30,21 @@
|
|
|
30
30
|
"postpack": "backstage-cli package postpack"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
34
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
33
|
+
"@backstage/backend-common": "^0.0.0-nightly-20240208020940",
|
|
34
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20240208020940",
|
|
35
35
|
"@backstage/config": "^1.1.1",
|
|
36
36
|
"@backstage/errors": "^1.2.3",
|
|
37
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
38
|
-
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.0.0-nightly-
|
|
39
|
-
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.0.0-nightly-
|
|
40
|
-
"@backstage/plugin-scaffolder-node": "^0.0.0-nightly-
|
|
37
|
+
"@backstage/integration": "^0.0.0-nightly-20240208020940",
|
|
38
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.0.0-nightly-20240208020940",
|
|
39
|
+
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.0.0-nightly-20240208020940",
|
|
40
|
+
"@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240208020940",
|
|
41
41
|
"fs-extra": "10.1.0",
|
|
42
42
|
"node-fetch": "^2.6.7",
|
|
43
43
|
"yaml": "^2.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
47
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
46
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20240208020940",
|
|
47
|
+
"@backstage/cli": "^0.0.0-nightly-20240208020940",
|
|
48
48
|
"msw": "^1.0.0"
|
|
49
49
|
},
|
|
50
50
|
"files": [
|