@backstage/plugin-catalog-backend-module-msgraph 0.8.2 → 0.8.3-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 +22 -0
- package/dist/index.d.ts +2 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-msgraph
|
|
2
2
|
|
|
3
|
+
## 0.8.3-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-plugin-api@1.6.0-next.1
|
|
9
|
+
- @backstage/catalog-model@1.7.6
|
|
10
|
+
- @backstage/config@1.3.6
|
|
11
|
+
- @backstage/plugin-catalog-common@1.1.7
|
|
12
|
+
- @backstage/plugin-catalog-node@1.20.1-next.1
|
|
13
|
+
|
|
14
|
+
## 0.8.3-next.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @backstage/backend-plugin-api@1.5.1-next.0
|
|
20
|
+
- @backstage/plugin-catalog-node@1.20.1-next.0
|
|
21
|
+
- @backstage/config@1.3.6
|
|
22
|
+
- @backstage/catalog-model@1.7.6
|
|
23
|
+
- @backstage/plugin-catalog-common@1.1.7
|
|
24
|
+
|
|
3
25
|
## 0.8.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -667,4 +667,5 @@ declare class MicrosoftGraphOrgReaderProcessor implements CatalogProcessor {
|
|
|
667
667
|
readLocation(location: LocationSpec, _optional: boolean, emit: CatalogProcessorEmit): Promise<boolean>;
|
|
668
668
|
}
|
|
669
669
|
|
|
670
|
-
export {
|
|
670
|
+
export { MICROSOFT_EMAIL_ANNOTATION, MICROSOFT_GRAPH_GROUP_ID_ANNOTATION, MICROSOFT_GRAPH_TENANT_ID_ANNOTATION, MICROSOFT_GRAPH_USER_ID_ANNOTATION, MicrosoftGraphClient, MicrosoftGraphOrgEntityProvider, MicrosoftGraphOrgReaderProcessor, catalogModuleMicrosoftGraphOrgEntityProvider as default, defaultGroupTransformer, defaultOrganizationTransformer, defaultUserTransformer, microsoftGraphOrgEntityProviderTransformExtensionPoint, normalizeEntityName, readMicrosoftGraphConfig, readMicrosoftGraphOrg, readProviderConfig, readProviderConfigs };
|
|
671
|
+
export type { GroupMember, GroupTransformer, MicrosoftGraphOrgEntityProviderLegacyOptions, MicrosoftGraphOrgEntityProviderOptions, MicrosoftGraphOrgEntityProviderTransformsExtensionPoint, MicrosoftGraphProviderConfig, ODataQuery, OrganizationTransformer, ProviderConfigTransformer, UserTransformer };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-backend-module-msgraph",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3-next.1",
|
|
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": "
|
|
70
|
-
"@backstage/catalog-model": "
|
|
71
|
-
"@backstage/config": "
|
|
72
|
-
"@backstage/plugin-catalog-common": "
|
|
73
|
-
"@backstage/plugin-catalog-node": "
|
|
69
|
+
"@backstage/backend-plugin-api": "1.6.0-next.1",
|
|
70
|
+
"@backstage/catalog-model": "1.7.6",
|
|
71
|
+
"@backstage/config": "1.3.6",
|
|
72
|
+
"@backstage/plugin-catalog-common": "1.1.7",
|
|
73
|
+
"@backstage/plugin-catalog-node": "1.20.1-next.1",
|
|
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": "
|
|
82
|
-
"@backstage/cli": "
|
|
81
|
+
"@backstage/backend-test-utils": "1.10.2-next.1",
|
|
82
|
+
"@backstage/cli": "0.35.0-next.2",
|
|
83
83
|
"@types/lodash": "^4.14.151",
|
|
84
84
|
"msw": "^1.0.0"
|
|
85
85
|
},
|