@backstage/plugin-scaffolder-backend-module-bitbucket-cloud 0.0.0-nightly-20250612024034 → 0.0.0-nightly-20250614024041

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 +3 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
2
2
 
3
- ## 0.0.0-nightly-20250612024034
3
+ ## 0.0.0-nightly-20250614024041
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,8 +8,8 @@
8
8
  - 9c8ff0c: Update pull request creation filter to include .gitignore files in the created pull request
9
9
  - 280611d: Fix `bitbucketCloudBranchRestrictions` API calls to accept null to prevent 400 errors for some branch restriction kinds defined.
10
10
  - Updated dependencies
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250612024034
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20250612024034
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250614024041
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250614024041
13
13
  - @backstage/config@1.3.2
14
14
  - @backstage/errors@1.2.7
15
15
  - @backstage/integration@1.17.0
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-20250612024034",
3
+ "version": "0.0.0-nightly-20250614024041",
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-20250612024034",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250614024041",
54
54
  "@backstage/config": "1.3.2",
55
55
  "@backstage/errors": "1.2.7",
56
56
  "@backstage/integration": "1.17.0",
57
57
  "@backstage/plugin-bitbucket-cloud-common": "0.3.0",
58
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250612024034",
58
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250614024041",
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": "0.0.0-nightly-20250612024034",
66
- "@backstage/cli": "0.0.0-nightly-20250612024034",
67
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250612024034",
65
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250614024041",
66
+ "@backstage/cli": "0.0.0-nightly-20250614024041",
67
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250614024041",
68
68
  "msw": "^1.0.0"
69
69
  }
70
70
  }