@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.0.0-nightly-20251003023737 → 0.0.0-nightly-20251008023601

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 +12 -5
  2. package/package.json +9 -10
package/CHANGELOG.md CHANGED
@@ -1,17 +1,24 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-server
2
2
 
3
- ## 0.0.0-nightly-20251003023737
3
+ ## 0.0.0-nightly-20251008023601
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - c8aa210: Updating import for the `scaffolderActionsExtensionPoint` to be the main export
8
+ - f5e0963: Removed unused dependencies
8
9
  - Updated dependencies
9
- - @backstage/integration@0.0.0-nightly-20251003023737
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20251003023737
11
- - @backstage/config@0.0.0-nightly-20251003023737
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20251003023737
10
+ - @backstage/integration@0.0.0-nightly-20251008023601
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20251008023601
12
+ - @backstage/config@0.0.0-nightly-20251008023601
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251008023601
13
14
  - @backstage/errors@1.2.7
14
15
 
16
+ ## 0.2.14-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - f5e0963: Removed unused dependencies
21
+
15
22
  ## 0.2.14-next.1
16
23
 
17
24
  ### Patch Changes
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-20251003023737",
3
+ "version": "0.0.0-nightly-20251008023601",
4
4
  "description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,19 +50,18 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-plugin-api": "0.0.0-nightly-20251003023737",
54
- "@backstage/config": "0.0.0-nightly-20251003023737",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251008023601",
54
+ "@backstage/config": "0.0.0-nightly-20251008023601",
55
55
  "@backstage/errors": "1.2.7",
56
- "@backstage/integration": "0.0.0-nightly-20251003023737",
57
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20251003023737",
56
+ "@backstage/integration": "0.0.0-nightly-20251008023601",
57
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20251008023601",
58
58
  "fs-extra": "^11.2.0",
59
- "yaml": "^2.0.0",
60
- "zod": "^3.22.4"
59
+ "yaml": "^2.0.0"
61
60
  },
62
61
  "devDependencies": {
63
- "@backstage/backend-test-utils": "0.0.0-nightly-20251003023737",
64
- "@backstage/cli": "0.0.0-nightly-20251003023737",
65
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20251003023737",
62
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251008023601",
63
+ "@backstage/cli": "0.0.0-nightly-20251008023601",
64
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20251008023601",
66
65
  "msw": "^1.0.0"
67
66
  }
68
67
  }