@backstage/plugin-scaffolder-backend-module-bitbucket-cloud 0.0.0-nightly-20250623024708 → 0.0.0-nightly-20250625024619

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/CHANGELOG.md +19 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,11 +1,28 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
2
2
 
3
- ## 0.0.0-nightly-20250623024708
3
+ ## 0.0.0-nightly-20250625024619
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250623024708
8
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250625024619
9
+ - @backstage/integration@0.0.0-nightly-20250625024619
10
+ - @backstage/backend-plugin-api@1.4.0
11
+ - @backstage/plugin-bitbucket-cloud-common@0.0.0-nightly-20250625024619
12
+ - @backstage/config@1.3.2
13
+ - @backstage/errors@1.2.7
14
+
15
+ ## 0.2.11-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/plugin-scaffolder-node@0.9.1-next.0
21
+ - @backstage/integration@1.17.1-next.0
22
+ - @backstage/backend-plugin-api@1.4.0
23
+ - @backstage/plugin-bitbucket-cloud-common@0.3.1-next.0
24
+ - @backstage/config@1.3.2
25
+ - @backstage/errors@1.2.7
9
26
 
10
27
  ## 0.2.10
11
28
 
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-20250623024708",
3
+ "version": "0.0.0-nightly-20250625024619",
4
4
  "description": "The Bitbucket Cloud module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -53,18 +53,18 @@
53
53
  "@backstage/backend-plugin-api": "1.4.0",
54
54
  "@backstage/config": "1.3.2",
55
55
  "@backstage/errors": "1.2.7",
56
- "@backstage/integration": "1.17.0",
57
- "@backstage/plugin-bitbucket-cloud-common": "0.3.0",
58
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250623024708",
56
+ "@backstage/integration": "0.0.0-nightly-20250625024619",
57
+ "@backstage/plugin-bitbucket-cloud-common": "0.0.0-nightly-20250625024619",
58
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250625024619",
59
59
  "bitbucket": "^2.12.0",
60
60
  "fs-extra": "^11.2.0",
61
61
  "yaml": "^2.0.0",
62
62
  "zod": "^3.22.4"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/backend-test-utils": "1.6.0",
66
- "@backstage/cli": "0.33.0",
67
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250623024708",
65
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250625024619",
66
+ "@backstage/cli": "0.0.0-nightly-20250625024619",
67
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250625024619",
68
68
  "msw": "^1.0.0"
69
69
  }
70
70
  }