@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-202201323044 → 0.0.0-nightly-202201921950

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 +22 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,32 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-202201323044
3
+ ## 0.0.0-nightly-202201921950
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-202201921950
9
+ - @backstage/config@0.0.0-nightly-202201921950
10
+ - @backstage/catalog-model@0.0.0-nightly-202201921950
11
+
12
+ ## 0.2.13-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/plugin-catalog-backend@0.21.0-next.0
18
+ - @backstage/config@0.1.13-next.0
19
+ - @backstage/catalog-model@0.9.10-next.0
20
+
21
+ ## 0.2.12
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - 722681b1b1: Clean up API report
8
26
  - Updated dependencies
9
- - @backstage/config@0.0.0-nightly-202201323044
10
- - @backstage/plugin-catalog-backend@0.0.0-nightly-202201323044
11
- - @backstage/catalog-model@0.0.0-nightly-202201323044
27
+ - @backstage/config@0.1.12
28
+ - @backstage/plugin-catalog-backend@0.20.0
29
+ - @backstage/catalog-model@0.9.9
12
30
 
13
31
  ## 0.2.11
14
32
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-msgraph",
3
3
  "description": "A Backstage catalog backend modules that helps integrate towards Microsoft Graph",
4
- "version": "0.0.0-nightly-202201323044",
4
+ "version": "0.0.0-nightly-202201921950",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@azure/msal-node": "^1.1.0",
33
- "@backstage/catalog-model": "^0.0.0-nightly-202201323044",
34
- "@backstage/config": "^0.0.0-nightly-202201323044",
35
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-202201323044",
33
+ "@backstage/catalog-model": "^0.0.0-nightly-202201921950",
34
+ "@backstage/config": "^0.0.0-nightly-202201921950",
35
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-202201921950",
36
36
  "@microsoft/microsoft-graph-types": "^2.6.0",
37
37
  "@types/node-fetch": "^2.5.12",
38
38
  "lodash": "^4.17.21",
@@ -42,9 +42,9 @@
42
42
  "qs": "^6.9.4"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/backend-common": "^0.0.0-nightly-202201323044",
46
- "@backstage/cli": "^0.0.0-nightly-202201323044",
47
- "@backstage/test-utils": "^0.0.0-nightly-202201323044",
45
+ "@backstage/backend-common": "^0.0.0-nightly-202201921950",
46
+ "@backstage/cli": "^0.0.0-nightly-202201921950",
47
+ "@backstage/test-utils": "^0.0.0-nightly-202201921950",
48
48
  "@types/lodash": "^4.14.151",
49
49
  "msw": "^0.35.0"
50
50
  },