@backstage/plugin-catalog-backend-module-azure 0.2.1 → 0.2.2-next.1
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 +18 -3
- package/alpha/package.json +1 -1
- package/dist/alpha.d.ts +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,27 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-azure
|
|
2
2
|
|
|
3
|
-
## 0.2.1
|
|
3
|
+
## 0.2.2-next.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-plugin-api@0.
|
|
9
|
-
- @backstage/
|
|
8
|
+
- @backstage/backend-plugin-api@0.9.0-next.1
|
|
9
|
+
- @backstage/config@1.2.0
|
|
10
|
+
- @backstage/integration@1.14.0
|
|
11
|
+
- @backstage/plugin-catalog-common@1.0.26
|
|
12
|
+
- @backstage/plugin-catalog-node@1.12.7-next.1
|
|
13
|
+
|
|
14
|
+
## 0.2.2-next.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- @backstage/backend-plugin-api@0.9.0-next.0
|
|
21
|
+
- @backstage/plugin-catalog-node@1.12.7-next.0
|
|
22
|
+
- @backstage/config@1.2.0
|
|
23
|
+
- @backstage/integration@1.14.0
|
|
24
|
+
- @backstage/plugin-catalog-common@1.0.26
|
|
10
25
|
|
|
11
26
|
## 0.2.0
|
|
12
27
|
|
package/alpha/package.json
CHANGED
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.
|
|
8
|
+
declare const catalogModuleAzureDevOpsEntityProvider: _backstage_backend_plugin_api.BackendFeature;
|
|
9
9
|
|
|
10
10
|
export { catalogModuleAzureDevOpsEntityProvider as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-azure",
|
|
3
|
-
"version": "0.2.1",
|
|
3
|
+
"version": "0.2.2-next.1",
|
|
4
4
|
"description": "A Backstage catalog backend module that helps integrate towards Azure",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -50,17 +50,17 @@
|
|
|
50
50
|
"test": "backstage-cli package test"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@backstage/backend-plugin-api": "^0.
|
|
53
|
+
"@backstage/backend-plugin-api": "^0.9.0-next.1",
|
|
54
54
|
"@backstage/config": "^1.2.0",
|
|
55
55
|
"@backstage/integration": "^1.14.0",
|
|
56
56
|
"@backstage/plugin-catalog-common": "^1.0.26",
|
|
57
|
-
"@backstage/plugin-catalog-node": "^1.12.
|
|
57
|
+
"@backstage/plugin-catalog-node": "^1.12.7-next.1",
|
|
58
58
|
"node-fetch": "^2.7.0",
|
|
59
59
|
"uuid": "^9.0.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@backstage/backend-test-utils": "^0.
|
|
63
|
-
"@backstage/cli": "^0.27.
|
|
62
|
+
"@backstage/backend-test-utils": "^0.6.0-next.1",
|
|
63
|
+
"@backstage/cli": "^0.27.1-next.1",
|
|
64
64
|
"luxon": "^3.0.0",
|
|
65
65
|
"msw": "^1.0.0"
|
|
66
66
|
},
|