@backstage/plugin-catalog-backend-module-bitbucket-server 0.1.33-next.3 → 0.1.34

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,35 @@
1
1
  # @backstage/plugin-catalog-backend-module-bitbucket-server
2
2
 
3
+ ## 0.1.34
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.23.1
9
+ - @backstage/backend-tasks@0.5.25
10
+ - @backstage/backend-plugin-api@0.6.20
11
+ - @backstage/catalog-model@1.5.0
12
+ - @backstage/config@1.2.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/integration@1.12.0
15
+ - @backstage/plugin-catalog-node@1.12.2
16
+
17
+ ## 0.1.33
18
+
19
+ ### Patch Changes
20
+
21
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
22
+ - d44a20a: Added additional plugin metadata to `package.json`.
23
+ - Updated dependencies
24
+ - @backstage/backend-common@0.23.0
25
+ - @backstage/backend-plugin-api@0.6.19
26
+ - @backstage/backend-tasks@0.5.24
27
+ - @backstage/integration@1.12.0
28
+ - @backstage/plugin-catalog-node@1.12.1
29
+ - @backstage/catalog-model@1.5.0
30
+ - @backstage/config@1.2.0
31
+ - @backstage/errors@1.2.4
32
+
3
33
  ## 0.1.33-next.3
4
34
 
5
35
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
- "name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
3
- "version": "0.1.33-next.3",
2
+ "name": "@backstage/plugin-catalog-backend-module-bitbucket-server__alpha",
3
+ "version": "0.1.34",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/alpha.d.ts CHANGED
@@ -3,6 +3,6 @@ import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
3
3
  /**
4
4
  * @alpha
5
5
  */
6
- declare const catalogModuleBitbucketServerEntityProvider: () => _backstage_backend_plugin_api.BackendFeature;
6
+ declare const catalogModuleBitbucketServerEntityProvider: _backstage_backend_plugin_api.BackendFeatureCompat;
7
7
 
8
8
  export { catalogModuleBitbucketServerEntityProvider as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
3
- "version": "0.1.33-next.3",
3
+ "version": "0.1.34",
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.0-next.3",
53
- "@backstage/backend-plugin-api": "^0.6.19-next.3",
54
- "@backstage/backend-tasks": "^0.5.24-next.3",
52
+ "@backstage/backend-common": "^0.23.1",
53
+ "@backstage/backend-plugin-api": "^0.6.20",
54
+ "@backstage/backend-tasks": "^0.5.25",
55
55
  "@backstage/catalog-model": "^1.5.0",
56
56
  "@backstage/config": "^1.2.0",
57
57
  "@backstage/errors": "^1.2.4",
58
- "@backstage/integration": "^1.12.0-next.1",
59
- "@backstage/plugin-catalog-node": "^1.12.1-next.2",
58
+ "@backstage/integration": "^1.12.0",
59
+ "@backstage/plugin-catalog-node": "^1.12.2",
60
60
  "@types/node-fetch": "^2.5.12",
61
61
  "node-fetch": "^2.6.7",
62
62
  "uuid": "^9.0.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/backend-test-utils": "^0.4.0-next.3",
66
- "@backstage/cli": "^0.26.7-next.3",
65
+ "@backstage/backend-test-utils": "^0.4.1",
66
+ "@backstage/cli": "^0.26.8",
67
67
  "luxon": "^3.0.0",
68
68
  "msw": "^1.0.0"
69
69
  },