@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20240827082736 → 0.0.0-nightly-20240828022712

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 CHANGED
@@ -1,14 +1,27 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-20240827082736
3
+ ## 0.0.0-nightly-20240828022712
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
8
8
  - 3c2d690: Allow users without defined email to be ingested by the `msgraph` catalog plugin and add `userIdMatchingUserEntityAnnotation` sign-in resolver for the Microsoft auth provider to support sign-in for users without defined email.
9
9
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240827082736
11
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240827082736
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240828022712
11
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240828022712
12
+ - @backstage/catalog-model@1.6.0
13
+ - @backstage/config@1.2.0
14
+ - @backstage/plugin-catalog-common@1.0.26
15
+
16
+ ## 0.6.2-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
21
+ - 3c2d690: Allow users without defined email to be ingested by the `msgraph` catalog plugin and add `userIdMatchingUserEntityAnnotation` sign-in resolver for the Microsoft auth provider to support sign-in for users without defined email.
22
+ - Updated dependencies
23
+ - @backstage/backend-plugin-api@0.9.0-next.0
24
+ - @backstage/plugin-catalog-node@1.12.7-next.0
12
25
  - @backstage/catalog-model@1.6.0
13
26
  - @backstage/config@1.2.0
14
27
  - @backstage/plugin-catalog-common@1.0.26
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-msgraph__alpha",
3
- "version": "0.0.0-nightly-20240827082736",
3
+ "version": "0.0.0-nightly-20240828022712",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-20240827082736",
3
+ "version": "0.0.0-nightly-20240828022712",
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-20240827082736",
54
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240828022712",
55
55
  "@backstage/catalog-model": "^1.6.0",
56
56
  "@backstage/config": "^1.2.0",
57
57
  "@backstage/plugin-catalog-common": "^1.0.26",
58
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240827082736",
58
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240828022712",
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-20240827082736",
69
- "@backstage/cli": "^0.0.0-nightly-20240827082736",
68
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240828022712",
69
+ "@backstage/cli": "^0.0.0-nightly-20240828022712",
70
70
  "@types/lodash": "^4.14.151",
71
71
  "luxon": "^3.0.0",
72
72
  "msw": "^1.0.0"