@backstage/plugin-catalog-backend-module-msgraph 0.7.0-next.1 → 0.7.0
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 +27 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-msgraph
|
|
2
2
|
|
|
3
|
+
## 0.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 20c1ea7: Add new `userGroupMember.path`, `user.path` and, `group.path` option to each query type to allow more complex msgraph queries
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 72d019d: Removed various typos
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
- @backstage/catalog-model@1.7.4
|
|
14
|
+
- @backstage/plugin-catalog-node@1.17.0
|
|
15
|
+
- @backstage/backend-plugin-api@1.3.1
|
|
16
|
+
- @backstage/config@1.3.2
|
|
17
|
+
- @backstage/plugin-catalog-common@1.1.4
|
|
18
|
+
|
|
19
|
+
## 0.7.0-next.2
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
- @backstage/backend-plugin-api@1.3.1-next.2
|
|
25
|
+
- @backstage/catalog-model@1.7.3
|
|
26
|
+
- @backstage/config@1.3.2
|
|
27
|
+
- @backstage/plugin-catalog-common@1.1.4-next.0
|
|
28
|
+
- @backstage/plugin-catalog-node@1.17.0-next.2
|
|
29
|
+
|
|
3
30
|
## 0.7.0-next.1
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-msgraph",
|
|
3
|
-
"version": "0.7.0
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@azure/identity": "^4.0.0",
|
|
69
|
-
"@backstage/backend-plugin-api": "1.3.1
|
|
70
|
-
"@backstage/catalog-model": "1.7.
|
|
71
|
-
"@backstage/config": "1.3.2",
|
|
72
|
-
"@backstage/plugin-catalog-common": "1.1.4
|
|
73
|
-
"@backstage/plugin-catalog-node": "1.17.0
|
|
69
|
+
"@backstage/backend-plugin-api": "^1.3.1",
|
|
70
|
+
"@backstage/catalog-model": "^1.7.4",
|
|
71
|
+
"@backstage/config": "^1.3.2",
|
|
72
|
+
"@backstage/plugin-catalog-common": "^1.1.4",
|
|
73
|
+
"@backstage/plugin-catalog-node": "^1.17.0",
|
|
74
74
|
"@microsoft/microsoft-graph-types": "^2.6.0",
|
|
75
75
|
"lodash": "^4.17.21",
|
|
76
76
|
"p-limit": "^3.0.2",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"uuid": "^11.0.0"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@backstage/backend-test-utils": "1.5.0
|
|
82
|
-
"@backstage/cli": "0.32.1
|
|
81
|
+
"@backstage/backend-test-utils": "^1.5.0",
|
|
82
|
+
"@backstage/cli": "^0.32.1",
|
|
83
83
|
"@types/lodash": "^4.14.151",
|
|
84
84
|
"luxon": "^3.0.0",
|
|
85
85
|
"msw": "^1.0.0"
|