@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.0.0-nightly-20240507021634 → 0.0.0-nightly-20240509021548

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 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,22 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-server
2
2
 
3
- ## 0.0.0-nightly-20240507021634
3
+ ## 0.0.0-nightly-20240509021548
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/integration@0.0.0-nightly-20240507021634
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240507021634
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240507021634
9
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20240509021548
10
+ - @backstage/integration@0.0.0-nightly-20240509021548
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240509021548
12
+
13
+ ## 0.1.8-next.2
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/plugin-scaffolder-node@0.4.4-next.2
19
+ - @backstage/integration@1.11.0-next.0
12
20
 
13
21
  ## 0.1.8-next.1
14
22
 
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-20240507021634",
3
+ "version": "0.0.0-nightly-20240509021548",
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-20240507021634",
40
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240509021548",
41
41
  "@backstage/config": "^1.2.0",
42
42
  "@backstage/errors": "^1.2.4",
43
- "@backstage/integration": "^0.0.0-nightly-20240507021634",
44
- "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240507021634",
43
+ "@backstage/integration": "^0.0.0-nightly-20240509021548",
44
+ "@backstage/plugin-scaffolder-node": "^0.0.0-nightly-20240509021548",
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-20240507021634",
51
- "@backstage/cli": "^0.0.0-nightly-20240507021634",
52
- "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240507021634",
50
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240509021548",
51
+ "@backstage/cli": "^0.0.0-nightly-20240509021548",
52
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.0.0-nightly-20240509021548",
53
53
  "msw": "^1.0.0"
54
54
  }
55
55
  }