@backstage/plugin-scaffolder-backend-module-bitbucket-cloud 0.0.0-nightly-20241118023529 → 0.0.0-nightly-20241122023551

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 -7
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
2
2
 
3
- ## 0.0.0-nightly-20241118023529
3
+ ## 0.0.0-nightly-20241122023551
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241122023551
9
+ - @backstage/config@1.3.0
10
+ - @backstage/errors@1.2.5
11
+ - @backstage/integration@1.15.2
12
+ - @backstage/plugin-bitbucket-cloud-common@0.2.25
13
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241122023551
14
+
15
+ ## 0.2.2
4
16
 
5
17
  ### Patch Changes
6
18
 
@@ -14,12 +26,12 @@
14
26
  The issue was original introduced in d103a48fa306d745599dc0c793668c9e6a479d32
15
27
 
16
28
  - Updated dependencies
17
- - @backstage/plugin-bitbucket-cloud-common@0.0.0-nightly-20241118023529
18
- - @backstage/backend-plugin-api@0.0.0-nightly-20241118023529
19
- - @backstage/config@0.0.0-nightly-20241118023529
20
- - @backstage/errors@0.0.0-nightly-20241118023529
21
- - @backstage/integration@0.0.0-nightly-20241118023529
22
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241118023529
29
+ - @backstage/config@1.3.0
30
+ - @backstage/plugin-bitbucket-cloud-common@0.2.25
31
+ - @backstage/backend-plugin-api@1.0.2
32
+ - @backstage/plugin-scaffolder-node@0.6.0
33
+ - @backstage/errors@1.2.5
34
+ - @backstage/integration@1.15.2
23
35
 
24
36
  ## 0.2.2-next.3
25
37
 
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-20241118023529",
3
+ "version": "0.0.0-nightly-20241122023551",
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-20241118023529",
51
- "@backstage/config": "0.0.0-nightly-20241118023529",
52
- "@backstage/errors": "0.0.0-nightly-20241118023529",
53
- "@backstage/integration": "0.0.0-nightly-20241118023529",
54
- "@backstage/plugin-bitbucket-cloud-common": "0.0.0-nightly-20241118023529",
55
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241118023529",
50
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241122023551",
51
+ "@backstage/config": "1.3.0",
52
+ "@backstage/errors": "1.2.5",
53
+ "@backstage/integration": "1.15.2",
54
+ "@backstage/plugin-bitbucket-cloud-common": "0.2.25",
55
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241122023551",
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-20241118023529",
62
- "@backstage/cli": "0.0.0-nightly-20241118023529",
63
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241118023529",
61
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241122023551",
62
+ "@backstage/cli": "0.0.0-nightly-20241122023551",
63
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241122023551",
64
64
  "msw": "^1.0.0"
65
65
  }
66
66
  }