@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.0.0-nightly-20240423021331 → 0.0.0-nightly-20240425021252

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 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,25 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-server
2
2
 
3
- ## 0.0.0-nightly-20240423021331
3
+ ## 0.0.0-nightly-20240425021252
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 24dd655: Add examples for `publish:bitbucketServer:pull-request` scaffolder action & improve related tests
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240423021331
10
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240423021331
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240425021252
10
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240425021252
11
+ - @backstage/config@1.2.0
12
+ - @backstage/errors@1.2.4
13
+ - @backstage/integration@1.10.0
14
+
15
+ ## 0.1.8-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - 24dd655: Add examples for `publish:bitbucketServer:pull-request` scaffolder action & improve related tests
20
+ - Updated dependencies
21
+ - @backstage/backend-plugin-api@0.6.18-next.0
22
+ - @backstage/plugin-scaffolder-node@0.4.4-next.0
11
23
  - @backstage/config@1.2.0
12
24
  - @backstage/errors@1.2.4
13
25
  - @backstage/integration@1.10.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-20240423021331",
3
+ "version": "0.0.0-nightly-20240425021252",
4
4
  "description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -37,19 +37,19 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240423021331",
40
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240425021252",
41
41
  "@backstage/config": "^1.2.0",
42
42
  "@backstage/errors": "^1.2.4",
43
43
  "@backstage/integration": "^1.10.0",
44
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240423021331",
44
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240425021252",
45
45
  "fs-extra": "^11.2.0",
46
46
  "node-fetch": "^2.6.7",
47
47
  "yaml": "^2.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240423021331",
51
- "@backstage/cli": "^0.0.0-nightly-20240423021331",
52
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240423021331",
50
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240425021252",
51
+ "@backstage/cli": "^0.0.0-nightly-20240425021252",
52
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240425021252",
53
53
  "msw": "^1.0.0"
54
54
  }
55
55
  }