@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20251003023737 → 0.0.0-nightly-20251008023601

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -5
  2. package/package.json +7 -8
package/CHANGELOG.md CHANGED
@@ -1,15 +1,22 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-20251003023737
3
+ ## 0.0.0-nightly-20251008023601
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 99fcf98: Removed unused dependencies
7
8
  - Updated dependencies
8
- - @backstage/config@0.0.0-nightly-20251003023737
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20251003023737
9
+ - @backstage/config@0.0.0-nightly-20251008023601
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251008023601
10
11
  - @backstage/catalog-model@1.7.5
11
- - @backstage/plugin-catalog-common@0.0.0-nightly-20251003023737
12
- - @backstage/plugin-catalog-node@0.0.0-nightly-20251003023737
12
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20251008023601
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20251008023601
14
+
15
+ ## 0.8.1-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - 99fcf98: Removed unused dependencies
13
20
 
14
21
  ## 0.8.1-next.0
15
22
 
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-20251003023737",
3
+ "version": "0.0.0-nightly-20251008023601",
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": "0.0.0-nightly-20251003023737",
69
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251008023601",
70
70
  "@backstage/catalog-model": "1.7.5",
71
- "@backstage/config": "0.0.0-nightly-20251003023737",
72
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20251003023737",
73
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20251003023737",
71
+ "@backstage/config": "0.0.0-nightly-20251008023601",
72
+ "@backstage/plugin-catalog-common": "0.0.0-nightly-20251008023601",
73
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20251008023601",
74
74
  "@microsoft/microsoft-graph-types": "^2.6.0",
75
75
  "lodash": "^4.17.21",
76
76
  "p-limit": "^3.0.2",
@@ -78,10 +78,9 @@
78
78
  "uuid": "^11.0.0"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/backend-test-utils": "0.0.0-nightly-20251003023737",
82
- "@backstage/cli": "0.0.0-nightly-20251003023737",
81
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251008023601",
82
+ "@backstage/cli": "0.0.0-nightly-20251008023601",
83
83
  "@types/lodash": "^4.14.151",
84
- "luxon": "^3.0.0",
85
84
  "msw": "^1.0.0"
86
85
  },
87
86
  "configSchema": "config.d.ts"