@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20240820021901 → 0.0.0-nightly-20240822021958
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 +15 -5
- package/alpha/package.json +1 -1
- package/dist/alpha.d.ts +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-msgraph
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240822021958
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20240822021958
|
|
10
|
+
- @backstage/plugin-catalog-node@0.0.0-nightly-20240822021958
|
|
11
|
+
- @backstage/config@1.2.0
|
|
12
|
+
|
|
13
|
+
## 0.6.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
|
6
16
|
|
|
@@ -12,11 +22,11 @@
|
|
|
12
22
|
- 93095ee: Make sure node-fetch is version 2.7.0 or greater
|
|
13
23
|
- 58dff4d: Added option to ingest groups based on their group membership in Azure Entra ID
|
|
14
24
|
- Updated dependencies
|
|
15
|
-
- @backstage/backend-plugin-api@0.
|
|
16
|
-
- @backstage/plugin-catalog-node@
|
|
17
|
-
- @backstage/catalog-model@
|
|
25
|
+
- @backstage/backend-plugin-api@0.8.0
|
|
26
|
+
- @backstage/plugin-catalog-node@1.12.5
|
|
27
|
+
- @backstage/catalog-model@1.6.0
|
|
18
28
|
- @backstage/config@1.2.0
|
|
19
|
-
- @backstage/plugin-catalog-common@
|
|
29
|
+
- @backstage/plugin-catalog-common@1.0.26
|
|
20
30
|
|
|
21
31
|
## 0.5.31-next.3
|
|
22
32
|
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -41,6 +41,6 @@ declare const microsoftGraphOrgEntityProviderTransformExtensionPoint: _backstage
|
|
|
41
41
|
*
|
|
42
42
|
* @alpha
|
|
43
43
|
*/
|
|
44
|
-
declare const catalogModuleMicrosoftGraphOrgEntityProvider: _backstage_backend_plugin_api.
|
|
44
|
+
declare const catalogModuleMicrosoftGraphOrgEntityProvider: _backstage_backend_plugin_api.BackendFeature;
|
|
45
45
|
|
|
46
46
|
export { type MicrosoftGraphOrgEntityProviderTransformsExtensionPoint, catalogModuleMicrosoftGraphOrgEntityProvider as default, microsoftGraphOrgEntityProviderTransformExtensionPoint };
|
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-20240822021958",
|
|
4
4
|
"description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@azure/identity": "^4.0.0",
|
|
54
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
55
|
-
"@backstage/catalog-model": "^
|
|
54
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20240822021958",
|
|
55
|
+
"@backstage/catalog-model": "^1.6.0",
|
|
56
56
|
"@backstage/config": "^1.2.0",
|
|
57
|
-
"@backstage/plugin-catalog-common": "^
|
|
58
|
-
"@backstage/plugin-catalog-node": "^0.0.0-nightly-
|
|
57
|
+
"@backstage/plugin-catalog-common": "^1.0.26",
|
|
58
|
+
"@backstage/plugin-catalog-node": "^0.0.0-nightly-20240822021958",
|
|
59
59
|
"@microsoft/microsoft-graph-types": "^2.6.0",
|
|
60
60
|
"@types/node-fetch": "^2.5.12",
|
|
61
61
|
"lodash": "^4.17.21",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"uuid": "^9.0.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
69
|
-
"@backstage/cli": "^0.
|
|
68
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20240822021958",
|
|
69
|
+
"@backstage/cli": "^0.27.0",
|
|
70
70
|
"@types/lodash": "^4.14.151",
|
|
71
71
|
"luxon": "^3.0.0",
|
|
72
72
|
"msw": "^1.0.0"
|