@backstage/plugin-catalog-backend-module-bitbucket-server 0.1.37-next.1 → 0.1.37-next.3

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/plugin-catalog-backend-module-bitbucket-server
2
2
 
3
+ ## 0.1.37-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.8.0-next.3
9
+ - @backstage/backend-common@0.23.4-next.3
10
+ - @backstage/catalog-model@1.6.0-next.0
11
+ - @backstage/backend-tasks@0.5.28-next.3
12
+ - @backstage/config@1.2.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/integration@1.14.0-next.0
15
+ - @backstage/plugin-catalog-node@1.12.5-next.3
16
+
17
+ ## 0.1.37-next.2
18
+
19
+ ### Patch Changes
20
+
21
+ - 93095ee: Make sure node-fetch is version 2.7.0 or greater
22
+ - Updated dependencies
23
+ - @backstage/backend-plugin-api@0.8.0-next.2
24
+ - @backstage/backend-common@0.23.4-next.2
25
+ - @backstage/backend-tasks@0.5.28-next.2
26
+ - @backstage/plugin-catalog-node@1.12.5-next.2
27
+ - @backstage/integration@1.14.0-next.0
28
+ - @backstage/catalog-model@1.5.0
29
+ - @backstage/config@1.2.0
30
+ - @backstage/errors@1.2.4
31
+
3
32
  ## 0.1.37-next.1
4
33
 
5
34
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-bitbucket-server__alpha",
3
- "version": "0.1.37-next.1",
3
+ "version": "0.1.37-next.3",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
3
- "version": "0.1.37-next.1",
3
+ "version": "0.1.37-next.3",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module",
6
6
  "pluginId": "catalog",
@@ -49,21 +49,21 @@
49
49
  "test": "backstage-cli package test"
50
50
  },
51
51
  "dependencies": {
52
- "@backstage/backend-common": "^0.23.4-next.1",
53
- "@backstage/backend-plugin-api": "^0.7.1-next.1",
54
- "@backstage/backend-tasks": "^0.5.28-next.1",
55
- "@backstage/catalog-model": "^1.5.0",
52
+ "@backstage/backend-common": "^0.23.4-next.3",
53
+ "@backstage/backend-plugin-api": "^0.8.0-next.3",
54
+ "@backstage/backend-tasks": "^0.5.28-next.3",
55
+ "@backstage/catalog-model": "^1.6.0-next.0",
56
56
  "@backstage/config": "^1.2.0",
57
57
  "@backstage/errors": "^1.2.4",
58
58
  "@backstage/integration": "^1.14.0-next.0",
59
- "@backstage/plugin-catalog-node": "^1.12.5-next.1",
59
+ "@backstage/plugin-catalog-node": "^1.12.5-next.3",
60
60
  "@types/node-fetch": "^2.5.12",
61
- "node-fetch": "^2.6.7",
61
+ "node-fetch": "^2.7.0",
62
62
  "uuid": "^9.0.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/backend-test-utils": "^0.4.5-next.1",
66
- "@backstage/cli": "^0.27.0-next.1",
65
+ "@backstage/backend-test-utils": "^0.4.5-next.3",
66
+ "@backstage/cli": "^0.27.0-next.4",
67
67
  "luxon": "^3.0.0",
68
68
  "msw": "^1.0.0"
69
69
  },