@backstage/plugin-scaffolder-backend-module-bitbucket-cloud 0.0.0-nightly-20250328023613 → 0.0.0-nightly-20250329023427

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 +4 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
2
2
 
3
- ## 0.0.0-nightly-20250328023613
3
+ ## 0.0.0-nightly-20250329023427
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 5266f1c: Made "publish:bitbucketCloud" action idempotent
8
8
  - Updated dependencies
9
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250328023613
10
- - @backstage/integration@0.0.0-nightly-20250328023613
9
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250329023427
10
+ - @backstage/integration@0.0.0-nightly-20250329023427
11
11
  - @backstage/backend-plugin-api@1.2.1
12
12
  - @backstage/config@1.3.2
13
13
  - @backstage/errors@1.2.7
14
- - @backstage/plugin-bitbucket-cloud-common@0.0.0-nightly-20250328023613
14
+ - @backstage/plugin-bitbucket-cloud-common@0.0.0-nightly-20250329023427
15
15
 
16
16
  ## 0.2.8-next.0
17
17
 
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-20250328023613",
3
+ "version": "0.0.0-nightly-20250329023427",
4
4
  "description": "The Bitbucket Cloud module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -46,17 +46,17 @@
46
46
  "@backstage/backend-plugin-api": "1.2.1",
47
47
  "@backstage/config": "1.3.2",
48
48
  "@backstage/errors": "1.2.7",
49
- "@backstage/integration": "0.0.0-nightly-20250328023613",
50
- "@backstage/plugin-bitbucket-cloud-common": "0.0.0-nightly-20250328023613",
51
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250328023613",
49
+ "@backstage/integration": "0.0.0-nightly-20250329023427",
50
+ "@backstage/plugin-bitbucket-cloud-common": "0.0.0-nightly-20250329023427",
51
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250329023427",
52
52
  "bitbucket": "^2.12.0",
53
53
  "fs-extra": "^11.2.0",
54
54
  "yaml": "^2.0.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/backend-test-utils": "0.0.0-nightly-20250328023613",
58
- "@backstage/cli": "0.0.0-nightly-20250328023613",
59
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250328023613",
57
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250329023427",
58
+ "@backstage/cli": "0.0.0-nightly-20250329023427",
59
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250329023427",
60
60
  "msw": "^1.0.0"
61
61
  }
62
62
  }