@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-202201122931 → 0.0.0-nightly-2022122206

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 +36 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,46 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-202201122931
3
+ ## 0.0.0-nightly-2022122206
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-2022122206
9
+
10
+ ## 0.2.14-next.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @backstage/plugin-catalog-backend@0.21.2-next.0
16
+
17
+ ## 0.2.13
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/plugin-catalog-backend@0.21.0
23
+ - @backstage/config@0.1.13
24
+ - @backstage/catalog-model@0.9.10
25
+
26
+ ## 0.2.13-next.0
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+ - @backstage/plugin-catalog-backend@0.21.0-next.0
32
+ - @backstage/config@0.1.13-next.0
33
+ - @backstage/catalog-model@0.9.10-next.0
34
+
35
+ ## 0.2.12
4
36
 
5
37
  ### Patch Changes
6
38
 
7
39
  - 722681b1b1: Clean up API report
8
40
  - Updated dependencies
9
- - @backstage/config@0.0.0-nightly-202201122931
10
- - @backstage/plugin-catalog-backend@0.0.0-nightly-202201122931
11
- - @backstage/catalog-model@0.0.0-nightly-202201122931
41
+ - @backstage/config@0.1.12
42
+ - @backstage/plugin-catalog-backend@0.20.0
43
+ - @backstage/catalog-model@0.9.9
12
44
 
13
45
  ## 0.2.11
14
46
 
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-202201122931",
4
+ "version": "0.0.0-nightly-2022122206",
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-202201122931",
34
- "@backstage/config": "^0.0.0-nightly-202201122931",
35
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-202201122931",
33
+ "@backstage/catalog-model": "^0.9.10",
34
+ "@backstage/config": "^0.1.13",
35
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-2022122206",
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-202201122931",
46
- "@backstage/cli": "^0.0.0-nightly-202201122931",
47
- "@backstage/test-utils": "^0.0.0-nightly-202201122931",
45
+ "@backstage/backend-common": "^0.10.5",
46
+ "@backstage/cli": "^0.0.0-nightly-2022122206",
47
+ "@backstage/test-utils": "^0.2.3",
48
48
  "@types/lodash": "^4.14.151",
49
49
  "msw": "^0.35.0"
50
50
  },