@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.0.0-nightly-20241108023219 → 0.0.0-nightly-20241109022707

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-20241108023219
3
+ ## 0.0.0-nightly-20241109022707
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-20241108023219
17
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241109022707
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-20241108023219
21
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241109022707
22
22
 
23
23
  ## 0.2.2-next.2
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-20241108023219",
3
+ "version": "0.0.0-nightly-20241109022707",
4
4
  "description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -47,19 +47,19 @@
47
47
  "test": "backstage-cli package test"
48
48
  },
49
49
  "dependencies": {
50
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241108023219",
50
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241109022707",
51
51
  "@backstage/config": "1.2.0",
52
52
  "@backstage/errors": "1.2.4",
53
53
  "@backstage/integration": "1.15.1",
54
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241108023219",
54
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241109022707",
55
55
  "fs-extra": "^11.2.0",
56
56
  "node-fetch": "^2.7.0",
57
57
  "yaml": "^2.0.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/backend-test-utils": "0.0.0-nightly-20241108023219",
61
- "@backstage/cli": "0.0.0-nightly-20241108023219",
62
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241108023219",
60
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241109022707",
61
+ "@backstage/cli": "0.0.0-nightly-20241109022707",
62
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241109022707",
63
63
  "msw": "^1.0.0"
64
64
  }
65
65
  }