@backstage/plugin-scaffolder-backend-module-bitbucket-cloud 0.0.0-nightly-20250412023523 → 0.0.0-nightly-20250414023815

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-20250412023523
3
+ ## 0.0.0-nightly-20250414023815
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-20250412023523
10
- - @backstage/integration@0.0.0-nightly-20250412023523
9
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250414023815
10
+ - @backstage/integration@0.0.0-nightly-20250414023815
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-20250412023523
14
+ - @backstage/plugin-bitbucket-cloud-common@0.0.0-nightly-20250414023815
15
15
 
16
16
  ## 0.2.8-next.1
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-20250412023523",
3
+ "version": "0.0.0-nightly-20250414023815",
4
4
  "description": "The Bitbucket Cloud module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -53,17 +53,17 @@
53
53
  "@backstage/backend-plugin-api": "1.2.1",
54
54
  "@backstage/config": "1.3.2",
55
55
  "@backstage/errors": "1.2.7",
56
- "@backstage/integration": "0.0.0-nightly-20250412023523",
57
- "@backstage/plugin-bitbucket-cloud-common": "0.0.0-nightly-20250412023523",
58
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250412023523",
56
+ "@backstage/integration": "0.0.0-nightly-20250414023815",
57
+ "@backstage/plugin-bitbucket-cloud-common": "0.0.0-nightly-20250414023815",
58
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250414023815",
59
59
  "bitbucket": "^2.12.0",
60
60
  "fs-extra": "^11.2.0",
61
61
  "yaml": "^2.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@backstage/backend-test-utils": "0.0.0-nightly-20250412023523",
65
- "@backstage/cli": "0.0.0-nightly-20250412023523",
66
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250412023523",
64
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250414023815",
65
+ "@backstage/cli": "0.0.0-nightly-20250414023815",
66
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250414023815",
67
67
  "msw": "^1.0.0"
68
68
  }
69
69
  }