@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20221122023840 → 0.0.0-nightly-20221124023258

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,16 +1,30 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-20221122023840
3
+ ## 0.0.0-nightly-20221124023258
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
7
8
  - Updated dependencies
8
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20221122023840
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20221122023840
10
- - @backstage/plugin-catalog-node@0.0.0-nightly-20221122023840
11
- - @backstage/backend-tasks@0.0.0-nightly-20221122023840
12
- - @backstage/catalog-model@0.0.0-nightly-20221122023840
13
- - @backstage/config@0.0.0-nightly-20221122023840
9
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20221124023258
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20221124023258
11
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20221124023258
12
+ - @backstage/backend-tasks@0.0.0-nightly-20221124023258
13
+ - @backstage/catalog-model@0.0.0-nightly-20221124023258
14
+ - @backstage/config@0.0.0-nightly-20221124023258
15
+
16
+ ## 0.4.5-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
21
+ - Updated dependencies
22
+ - @backstage/plugin-catalog-backend@1.6.0-next.0
23
+ - @backstage/backend-plugin-api@0.1.5-next.0
24
+ - @backstage/plugin-catalog-node@1.2.2-next.0
25
+ - @backstage/backend-tasks@0.3.8-next.0
26
+ - @backstage/catalog-model@1.1.4-next.0
27
+ - @backstage/config@1.0.5-next.0
14
28
 
15
29
  ## 0.4.4
16
30
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-msgraph",
3
- "version": "0.0.0-nightly-20221122023840",
3
+ "version": "0.0.0-nightly-20221124023258",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
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 module that helps integrate towards Microsoft Graph",
4
- "version": "0.0.0-nightly-20221122023840",
4
+ "version": "0.0.0-nightly-20221124023258",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,12 +34,12 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@azure/identity": "^2.1.0",
37
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20221122023840",
38
- "@backstage/backend-tasks": "^0.0.0-nightly-20221122023840",
39
- "@backstage/catalog-model": "^0.0.0-nightly-20221122023840",
40
- "@backstage/config": "^0.0.0-nightly-20221122023840",
41
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20221122023840",
42
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20221122023840",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20221124023258",
38
+ "@backstage/backend-tasks": "^0.0.0-nightly-20221124023258",
39
+ "@backstage/catalog-model": "^0.0.0-nightly-20221124023258",
40
+ "@backstage/config": "^0.0.0-nightly-20221124023258",
41
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20221124023258",
42
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20221124023258",
43
43
  "@microsoft/microsoft-graph-types": "^2.6.0",
44
44
  "@types/node-fetch": "^2.5.12",
45
45
  "lodash": "^4.17.21",
@@ -50,12 +50,12 @@
50
50
  "winston": "^3.2.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-common": "^0.0.0-nightly-20221122023840",
54
- "@backstage/backend-test-utils": "^0.0.0-nightly-20221122023840",
55
- "@backstage/cli": "^0.0.0-nightly-20221122023840",
53
+ "@backstage/backend-common": "^0.0.0-nightly-20221124023258",
54
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20221124023258",
55
+ "@backstage/cli": "^0.0.0-nightly-20221124023258",
56
56
  "@types/lodash": "^4.14.151",
57
57
  "luxon": "^3.0.0",
58
- "msw": "^0.48.0"
58
+ "msw": "^0.49.0"
59
59
  },
60
60
  "files": [
61
61
  "alpha",