@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.0.0-nightly-20250615024804 → 0.0.0-nightly-20250617024253

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,14 +1,14 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-server
2
2
 
3
- ## 0.0.0-nightly-20250615024804
3
+ ## 0.0.0-nightly-20250617024253
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d8169fc: Migrate the actions to the new format
8
8
  - 9c8ff0c: Update pull request creation filter to include .gitignore files in the created pull request
9
9
  - Updated dependencies
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250615024804
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20250615024804
10
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20250617024253
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250617024253
12
12
  - @backstage/config@1.3.2
13
13
  - @backstage/errors@1.2.7
14
14
  - @backstage/integration@1.17.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-bitbucket-server",
3
- "version": "0.0.0-nightly-20250615024804",
3
+ "version": "0.0.0-nightly-20250617024253",
4
4
  "description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,19 +50,19 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250615024804",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250617024253",
54
54
  "@backstage/config": "1.3.2",
55
55
  "@backstage/errors": "1.2.7",
56
56
  "@backstage/integration": "1.17.0",
57
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250615024804",
57
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20250617024253",
58
58
  "fs-extra": "^11.2.0",
59
59
  "yaml": "^2.0.0",
60
60
  "zod": "^3.22.4"
61
61
  },
62
62
  "devDependencies": {
63
- "@backstage/backend-test-utils": "0.0.0-nightly-20250615024804",
64
- "@backstage/cli": "0.0.0-nightly-20250615024804",
65
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250615024804",
63
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250617024253",
64
+ "@backstage/cli": "0.0.0-nightly-20250617024253",
65
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20250617024253",
66
66
  "msw": "^1.0.0"
67
67
  }
68
68
  }