@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20221220022526 → 0.0.0-nightly-20221222022401

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,18 +1,27 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-20221220022526
3
+ ## 0.0.0-nightly-20221222022401
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@0.0.0-nightly-20221222022401
9
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20221222022401
10
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20221222022401
11
+
12
+ ## 0.4.5
4
13
 
5
14
  ### Patch Changes
6
15
 
7
16
  - 884d749b14: Refactored to use `coreServices` from `@backstage/backend-plugin-api`.
8
17
  - 3280711113: Updated dependency `msw` to `^0.49.0`.
9
18
  - Updated dependencies
10
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20221220022526
11
- - @backstage/plugin-catalog-node@0.0.0-nightly-20221220022526
12
- - @backstage/backend-tasks@0.0.0-nightly-20221220022526
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20221220022526
14
- - @backstage/catalog-model@0.0.0-nightly-20221220022526
15
- - @backstage/config@0.0.0-nightly-20221220022526
19
+ - @backstage/plugin-catalog-backend@1.6.0
20
+ - @backstage/plugin-catalog-node@1.3.0
21
+ - @backstage/backend-tasks@0.4.0
22
+ - @backstage/backend-plugin-api@0.2.0
23
+ - @backstage/catalog-model@1.1.4
24
+ - @backstage/config@1.0.5
16
25
 
17
26
  ## 0.4.5-next.3
18
27
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-msgraph",
3
- "version": "0.0.0-nightly-20221220022526",
3
+ "version": "0.0.0-nightly-20221222022401",
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-20221220022526",
4
+ "version": "0.0.0-nightly-20221222022401",
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-20221220022526",
38
- "@backstage/backend-tasks": "^0.0.0-nightly-20221220022526",
39
- "@backstage/catalog-model": "^0.0.0-nightly-20221220022526",
40
- "@backstage/config": "^0.0.0-nightly-20221220022526",
41
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20221220022526",
42
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20221220022526",
37
+ "@backstage/backend-plugin-api": "^0.2.0",
38
+ "@backstage/backend-tasks": "^0.4.0",
39
+ "@backstage/catalog-model": "^0.0.0-nightly-20221222022401",
40
+ "@backstage/config": "^1.0.5",
41
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20221222022401",
42
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20221222022401",
43
43
  "@microsoft/microsoft-graph-types": "^2.6.0",
44
44
  "@types/node-fetch": "^2.5.12",
45
45
  "lodash": "^4.17.21",
@@ -50,9 +50,9 @@
50
50
  "winston": "^3.2.1"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-common": "^0.0.0-nightly-20221220022526",
54
- "@backstage/backend-test-utils": "^0.0.0-nightly-20221220022526",
55
- "@backstage/cli": "^0.0.0-nightly-20221220022526",
53
+ "@backstage/backend-common": "^0.17.0",
54
+ "@backstage/backend-test-utils": "^0.1.31",
55
+ "@backstage/cli": "^0.22.0",
56
56
  "@types/lodash": "^4.14.151",
57
57
  "luxon": "^3.0.0",
58
58
  "msw": "^0.49.0"