@backstage/plugin-catalog-backend-module-azure 0.1.39-next.2 → 0.1.39

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-azure
2
2
 
3
+ ## 0.1.39
4
+
5
+ ### Patch Changes
6
+
7
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
8
+ - d44a20a: Added additional plugin metadata to `package.json`.
9
+ - Updated dependencies
10
+ - @backstage/backend-common@0.23.0
11
+ - @backstage/backend-plugin-api@0.6.19
12
+ - @backstage/backend-tasks@0.5.24
13
+ - @backstage/integration@1.12.0
14
+ - @backstage/plugin-catalog-node@1.12.1
15
+ - @backstage/plugin-catalog-common@1.0.24
16
+ - @backstage/config@1.2.0
17
+
18
+ ## 0.1.39-next.3
19
+
20
+ ### Patch Changes
21
+
22
+ - d44a20a: Added additional plugin metadata to `package.json`.
23
+ - Updated dependencies
24
+ - @backstage/backend-plugin-api@0.6.19-next.3
25
+ - @backstage/integration@1.12.0-next.1
26
+ - @backstage/plugin-catalog-common@1.0.24-next.0
27
+ - @backstage/plugin-catalog-node@1.12.1-next.2
28
+ - @backstage/backend-tasks@0.5.24-next.3
29
+ - @backstage/backend-common@0.23.0-next.3
30
+ - @backstage/config@1.2.0
31
+
3
32
  ## 0.1.39-next.2
4
33
 
5
34
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-azure",
3
- "version": "0.1.39-next.2",
3
+ "version": "0.1.39",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/alpha.d.ts CHANGED
@@ -5,6 +5,6 @@ import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
5
5
  *
6
6
  * @alpha
7
7
  */
8
- declare const catalogModuleAzureDevOpsEntityProvider: () => _backstage_backend_plugin_api.BackendFeature;
8
+ declare const catalogModuleAzureDevOpsEntityProvider: _backstage_backend_plugin_api.BackendFeatureCompat;
9
9
 
10
10
  export { catalogModuleAzureDevOpsEntityProvider as default };
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-azure",
3
- "version": "0.1.39-next.2",
3
+ "version": "0.1.39",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards Azure",
5
5
  "backstage": {
6
- "role": "backend-plugin-module"
6
+ "role": "backend-plugin-module",
7
+ "pluginId": "catalog",
8
+ "pluginPackage": "@backstage/plugin-catalog-backend"
7
9
  },
8
10
  "publishConfig": {
9
11
  "access": "public"
@@ -48,19 +50,19 @@
48
50
  "test": "backstage-cli package test"
49
51
  },
50
52
  "dependencies": {
51
- "@backstage/backend-common": "^0.23.0-next.2",
52
- "@backstage/backend-plugin-api": "^0.6.19-next.2",
53
- "@backstage/backend-tasks": "^0.5.24-next.2",
53
+ "@backstage/backend-common": "^0.23.0",
54
+ "@backstage/backend-plugin-api": "^0.6.19",
55
+ "@backstage/backend-tasks": "^0.5.24",
54
56
  "@backstage/config": "^1.2.0",
55
- "@backstage/integration": "^1.12.0-next.0",
56
- "@backstage/plugin-catalog-common": "^1.0.23",
57
- "@backstage/plugin-catalog-node": "^1.12.1-next.1",
57
+ "@backstage/integration": "^1.12.0",
58
+ "@backstage/plugin-catalog-common": "^1.0.24",
59
+ "@backstage/plugin-catalog-node": "^1.12.1",
58
60
  "node-fetch": "^2.6.7",
59
61
  "uuid": "^9.0.0"
60
62
  },
61
63
  "devDependencies": {
62
- "@backstage/backend-test-utils": "^0.4.0-next.2",
63
- "@backstage/cli": "^0.26.7-next.2",
64
+ "@backstage/backend-test-utils": "^0.4.0",
65
+ "@backstage/cli": "^0.26.7",
64
66
  "luxon": "^3.0.0",
65
67
  "msw": "^1.0.0"
66
68
  },