@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20260216031347 → 0.0.0-nightly-20260220031100

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 +15 -6
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,17 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-20260216031347
3
+ ## 0.0.0-nightly-20260220031100
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.7.0
9
+ - @backstage/catalog-model@1.7.6
10
+ - @backstage/config@1.3.6
11
+ - @backstage/plugin-catalog-common@1.1.8
12
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260220031100
13
+
14
+ ## 0.9.0
4
15
 
5
16
  ### Minor Changes
6
17
 
@@ -10,11 +21,9 @@
10
21
 
11
22
  - cfd8103: Updated imports to use stable catalog extension points from `@backstage/plugin-catalog-node` instead of the deprecated alpha exports.
12
23
  - Updated dependencies
13
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260216031347
14
- - @backstage/backend-plugin-api@0.0.0-nightly-20260216031347
15
- - @backstage/catalog-model@1.7.6
16
- - @backstage/config@1.3.6
17
- - @backstage/plugin-catalog-common@0.0.0-nightly-20260216031347
24
+ - @backstage/plugin-catalog-node@2.0.0
25
+ - @backstage/backend-plugin-api@1.7.0
26
+ - @backstage/plugin-catalog-common@1.1.8
18
27
 
19
28
  ## 0.9.0-next.2
20
29
 
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-20260216031347",
3
+ "version": "0.0.0-nightly-20260220031100",
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-20260216031347",
69
+ "@backstage/backend-plugin-api": "1.7.0",
70
70
  "@backstage/catalog-model": "1.7.6",
71
71
  "@backstage/config": "1.3.6",
72
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20260216031347",
73
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260216031347",
72
+ "@backstage/plugin-catalog-common": "1.1.8",
73
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260220031100",
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": "0.0.0-nightly-20260216031347",
82
- "@backstage/cli": "0.0.0-nightly-20260216031347",
81
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260220031100",
82
+ "@backstage/cli": "0.0.0-nightly-20260220031100",
83
83
  "@types/lodash": "^4.14.151",
84
84
  "msw": "^1.0.0"
85
85
  },