@backstage/plugin-scaffolder-backend-module-bitbucket-server 0.0.0-nightly-20241203023801 → 0.0.0-nightly-20241204023801

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 +16 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,17 +1,29 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-bitbucket-server
2
2
 
3
- ## 0.0.0-nightly-20241203023801
3
+ ## 0.0.0-nightly-20241204023801
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 5c9cc05: Use native fetch instead of node-fetch
8
8
  - Updated dependencies
9
- - @backstage/integration@0.0.0-nightly-20241203023801
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20241203023801
11
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241203023801
9
+ - @backstage/integration@0.0.0-nightly-20241204023801
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241204023801
11
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20241204023801
12
12
  - @backstage/config@1.3.0
13
13
  - @backstage/errors@1.2.5
14
14
 
15
+ ## 0.2.4-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - 5c9cc05: Use native fetch instead of node-fetch
20
+ - Updated dependencies
21
+ - @backstage/plugin-scaffolder-node@0.6.2-next.1
22
+ - @backstage/backend-plugin-api@1.1.0-next.1
23
+ - @backstage/config@1.3.0
24
+ - @backstage/errors@1.2.5
25
+ - @backstage/integration@1.16.0-next.0
26
+
15
27
  ## 0.2.3-next.0
16
28
 
17
29
  ### Patch Changes
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-20241203023801",
3
+ "version": "0.0.0-nightly-20241204023801",
4
4
  "description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -47,18 +47,18 @@
47
47
  "test": "backstage-cli package test"
48
48
  },
49
49
  "dependencies": {
50
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241203023801",
50
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241204023801",
51
51
  "@backstage/config": "1.3.0",
52
52
  "@backstage/errors": "1.2.5",
53
- "@backstage/integration": "0.0.0-nightly-20241203023801",
54
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241203023801",
53
+ "@backstage/integration": "0.0.0-nightly-20241204023801",
54
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20241204023801",
55
55
  "fs-extra": "^11.2.0",
56
56
  "yaml": "^2.0.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-test-utils": "0.0.0-nightly-20241203023801",
60
- "@backstage/cli": "0.0.0-nightly-20241203023801",
61
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241203023801",
59
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241204023801",
60
+ "@backstage/cli": "0.0.0-nightly-20241204023801",
61
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20241204023801",
62
62
  "msw": "^1.0.0"
63
63
  }
64
64
  }