@backstage/plugin-scaffolder-backend-module-bitbucket-cloud 0.0.0-nightly-20260127025640 → 0.0.0-nightly-20260128025246

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 +21 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,18 +1,34 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
2
2
 
3
- ## 0.0.0-nightly-20260127025640
3
+ ## 0.0.0-nightly-20260128025246
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 7455dae: Use node prefix on native imports
7
8
  - 14741e2: Fully enable API token functionality for Bitbucket-Cloud.
8
9
  - 69d880e: Bump to latest zod to ensure it has the latest features
9
10
  - Updated dependencies
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260127025640
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20260127025640
11
+ - @backstage/plugin-bitbucket-cloud-common@0.0.0-nightly-20260128025246
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260128025246
13
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260128025246
14
+ - @backstage/integration@0.0.0-nightly-20260128025246
15
+ - @backstage/config@1.3.6
16
+ - @backstage/errors@1.2.7
17
+
18
+ ## 0.3.2-next.0
19
+
20
+ ### Patch Changes
21
+
22
+ - 7455dae: Use node prefix on native imports
23
+ - 14741e2: Fully enable API token functionality for Bitbucket-Cloud.
24
+ - 69d880e: Bump to latest zod to ensure it has the latest features
25
+ - Updated dependencies
26
+ - @backstage/plugin-bitbucket-cloud-common@0.3.7-next.0
27
+ - @backstage/backend-plugin-api@1.7.0-next.0
28
+ - @backstage/plugin-scaffolder-node@0.12.4-next.0
29
+ - @backstage/integration@1.19.3-next.0
12
30
  - @backstage/config@1.3.6
13
31
  - @backstage/errors@1.2.7
14
- - @backstage/integration@1.19.2
15
- - @backstage/plugin-bitbucket-cloud-common@0.3.6
16
32
 
17
33
  ## 0.3.1
18
34
 
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-20260127025640",
3
+ "version": "0.0.0-nightly-20260128025246",
4
4
  "description": "The Bitbucket Cloud module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,21 +50,21 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260127025640",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260128025246",
54
54
  "@backstage/config": "1.3.6",
55
55
  "@backstage/errors": "1.2.7",
56
- "@backstage/integration": "1.19.2",
57
- "@backstage/plugin-bitbucket-cloud-common": "0.3.6",
58
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260127025640",
56
+ "@backstage/integration": "0.0.0-nightly-20260128025246",
57
+ "@backstage/plugin-bitbucket-cloud-common": "0.0.0-nightly-20260128025246",
58
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260128025246",
59
59
  "bitbucket": "^2.12.0",
60
60
  "fs-extra": "^11.2.0",
61
61
  "yaml": "^2.0.0",
62
62
  "zod": "^3.25.76"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/backend-test-utils": "0.0.0-nightly-20260127025640",
66
- "@backstage/cli": "0.0.0-nightly-20260127025640",
67
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260127025640",
65
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260128025246",
66
+ "@backstage/cli": "0.0.0-nightly-20260128025246",
67
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260128025246",
68
68
  "msw": "^1.0.0"
69
69
  }
70
70
  }