@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.0.0-nightly-20241030023212 → 0.0.0-nightly-20241031023248

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,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-server
2
2
 
3
- ## 0.0.0-nightly-20241030023212
3
+ ## 0.0.0-nightly-20241031023248
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -14,11 +14,11 @@
14
14
  The issue was original introduced in d103a48fa306d745599dc0c793668c9e6a479d32
15
15
 
16
16
  - Updated dependencies
17
- - @backstage/backend-plugin-api@0.0.0-nightly-20241030023212
17
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241031023248
18
18
  - @backstage/config@1.2.0
19
19
  - @backstage/errors@1.2.4
20
20
  - @backstage/integration@1.15.1
21
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241030023212
21
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241031023248
22
22
 
23
23
  ## 0.2.2-next.1
24
24
 
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-20241030023212",
3
+ "version": "0.0.0-nightly-20241031023248",
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-20241030023212",
43
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241031023248",
44
44
  "@backstage/config": "1.2.0",
45
45
  "@backstage/errors": "1.2.4",
46
46
  "@backstage/integration": "1.15.1",
47
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241030023212",
47
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241031023248",
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-20241030023212",
54
- "@backstage/cli": "0.0.0-nightly-20241030023212",
55
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241030023212",
53
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241031023248",
54
+ "@backstage/cli": "0.0.0-nightly-20241031023248",
55
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241031023248",
56
56
  "msw": "^1.0.0"
57
57
  }
58
58
  }