@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.0.0-nightly-20241015023351 → 0.0.0-nightly-20241018023335

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 +15 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,26 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-server
2
2
 
3
- ## 0.0.0-nightly-20241015023351
3
+ ## 0.0.0-nightly-20241018023335
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241018023335
9
+ - @backstage/config@1.2.0
10
+ - @backstage/errors@1.2.4
11
+ - @backstage/integration@1.15.1
12
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241018023335
13
+
14
+ ## 0.2.1
4
15
 
5
16
  ### Patch Changes
6
17
 
7
18
  - db54c57: Add `reviewers` input parameter to `publish:bitbucketServer:pull-request`
8
19
  - 66a6b45: Use protocol from Bitbucket Server apiBaseUrl config parameter instead of hard-coded https
9
20
  - Updated dependencies
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241015023351
11
- - @backstage/integration@0.0.0-nightly-20241015023351
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20241015023351
21
+ - @backstage/plugin-scaffolder-node@0.5.0
22
+ - @backstage/integration@1.15.1
23
+ - @backstage/backend-plugin-api@1.0.1
13
24
  - @backstage/config@1.2.0
14
25
  - @backstage/errors@1.2.4
15
26
 
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-20241015023351",
3
+ "version": "0.0.0-nightly-20241018023335",
4
4
  "description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -40,19 +40,19 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241015023351",
43
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241018023335",
44
44
  "@backstage/config": "1.2.0",
45
45
  "@backstage/errors": "1.2.4",
46
- "@backstage/integration": "0.0.0-nightly-20241015023351",
47
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241015023351",
46
+ "@backstage/integration": "1.15.1",
47
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241018023335",
48
48
  "fs-extra": "^11.2.0",
49
49
  "node-fetch": "^2.7.0",
50
50
  "yaml": "^2.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "0.0.0-nightly-20241015023351",
54
- "@backstage/cli": "0.0.0-nightly-20241015023351",
55
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241015023351",
53
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241018023335",
54
+ "@backstage/cli": "0.0.0-nightly-20241018023335",
55
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241018023335",
56
56
  "msw": "^1.0.0"
57
57
  }
58
58
  }