@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20240429021333 → 0.0.0-nightly-20240501021601

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,20 +1,32 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-20240429021333
3
+ ## 0.0.0-nightly-20240501021601
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 49eab29: Fixed disabling of user photo fetching. Previously, the config value wasn't propagated properly, so user photos was still being fetched despite disabled by config.
8
8
  - 6e370e6: Handle fetching huge amounts of users from Azure without crashing
9
9
  - Updated dependencies
10
- - @backstage/catalog-model@0.0.0-nightly-20240429021333
11
- - @backstage/backend-common@0.0.0-nightly-20240429021333
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20240429021333
13
- - @backstage/plugin-catalog-common@0.0.0-nightly-20240429021333
14
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240429021333
15
- - @backstage/backend-tasks@0.0.0-nightly-20240429021333
10
+ - @backstage/catalog-model@0.0.0-nightly-20240501021601
11
+ - @backstage/backend-common@0.0.0-nightly-20240501021601
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240501021601
13
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20240501021601
14
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240501021601
15
+ - @backstage/backend-tasks@0.0.0-nightly-20240501021601
16
16
  - @backstage/config@1.2.0
17
17
 
18
+ ## 0.5.26-next.1
19
+
20
+ ### Patch Changes
21
+
22
+ - 49eab29: Fixed disabling of user photo fetching. Previously, the config value wasn't propagated properly, so user photos was still being fetched despite disabled by config.
23
+ - 6e370e6: Handle fetching huge amounts of users from Azure without crashing
24
+ - Updated dependencies
25
+ - @backstage/backend-common@0.22.0-next.1
26
+ - @backstage/backend-tasks@0.5.23-next.1
27
+ - @backstage/plugin-catalog-node@1.11.2-next.1
28
+ - @backstage/backend-plugin-api@0.6.18-next.1
29
+
18
30
  ## 0.5.26-next.0
19
31
 
20
32
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-msgraph",
3
- "version": "0.0.0-nightly-20240429021333",
3
+ "version": "0.0.0-nightly-20240501021601",
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-20240429021333",
3
+ "version": "0.0.0-nightly-20240501021601",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -49,13 +49,13 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@azure/identity": "^4.0.0",
52
- "@backstage/backend-common": "^0.0.0-nightly-20240429021333",
53
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240429021333",
54
- "@backstage/backend-tasks": "^0.0.0-nightly-20240429021333",
55
- "@backstage/catalog-model": "^0.0.0-nightly-20240429021333",
52
+ "@backstage/backend-common": "^0.0.0-nightly-20240501021601",
53
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240501021601",
54
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240501021601",
55
+ "@backstage/catalog-model": "^0.0.0-nightly-20240501021601",
56
56
  "@backstage/config": "^1.2.0",
57
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240429021333",
58
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240429021333",
57
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240501021601",
58
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240501021601",
59
59
  "@microsoft/microsoft-graph-types": "^2.6.0",
60
60
  "@types/node-fetch": "^2.5.12",
61
61
  "lodash": "^4.17.21",
@@ -65,9 +65,9 @@
65
65
  "uuid": "^9.0.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@backstage/backend-common": "^0.0.0-nightly-20240429021333",
69
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240429021333",
70
- "@backstage/cli": "^0.0.0-nightly-20240429021333",
68
+ "@backstage/backend-common": "^0.0.0-nightly-20240501021601",
69
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240501021601",
70
+ "@backstage/cli": "^0.0.0-nightly-20240501021601",
71
71
  "@types/lodash": "^4.14.151",
72
72
  "luxon": "^3.0.0",
73
73
  "msw": "^1.0.0"