@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20260712031654 → 0.0.0-nightly-20260713031604
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 +3 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-msgraph
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260713031604
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 06bf22e: Configuring `userGroupMember.path` together with `user.filter` is now rejected with a configuration error, as the two options are mutually exclusive. This matches the existing validation for `userGroupMember.filter` and `userGroupMember.search`.
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
9
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20260713031604
|
|
10
10
|
- @backstage/catalog-model@1.9.0
|
|
11
11
|
- @backstage/config@1.3.8
|
|
12
12
|
- @backstage/plugin-catalog-common@1.1.10
|
|
13
|
-
- @backstage/plugin-catalog-node@0.0.0-nightly-
|
|
13
|
+
- @backstage/plugin-catalog-node@0.0.0-nightly-20260713031604
|
|
14
14
|
|
|
15
15
|
## 0.10.4-next.0
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-msgraph",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20260713031604",
|
|
4
4
|
"description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -66,19 +66,19 @@
|
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@azure/identity": "^4.0.0",
|
|
69
|
-
"@backstage/backend-plugin-api": "0.0.0-nightly-
|
|
69
|
+
"@backstage/backend-plugin-api": "0.0.0-nightly-20260713031604",
|
|
70
70
|
"@backstage/catalog-model": "1.9.0",
|
|
71
71
|
"@backstage/config": "1.3.8",
|
|
72
72
|
"@backstage/plugin-catalog-common": "1.1.10",
|
|
73
|
-
"@backstage/plugin-catalog-node": "0.0.0-nightly-
|
|
73
|
+
"@backstage/plugin-catalog-node": "0.0.0-nightly-20260713031604",
|
|
74
74
|
"@microsoft/microsoft-graph-types": "^2.6.0",
|
|
75
75
|
"lodash": "^4.17.21",
|
|
76
76
|
"p-limit": "^3.0.2",
|
|
77
77
|
"qs": "^6.15.2"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@backstage/backend-test-utils": "0.0.0-nightly-
|
|
81
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
80
|
+
"@backstage/backend-test-utils": "0.0.0-nightly-20260713031604",
|
|
81
|
+
"@backstage/cli": "0.0.0-nightly-20260713031604",
|
|
82
82
|
"@types/lodash": "^4.14.151",
|
|
83
83
|
"msw": "^2.0.0"
|
|
84
84
|
},
|