@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-202111122525 → 0.0.0-nightly-202111222339

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 +3 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,13 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-202111122525
3
+ ## 0.0.0-nightly-202111222339
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - b055a6addc: Align on usage of `cross-fetch` vs `node-fetch` in frontend vs backend packages, and remove some unnecessary imports of either one of them
8
8
  - Updated dependencies
9
- - @backstage/plugin-catalog-backend@0.0.0-nightly-202111122525
9
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-202111222339
10
+ - @backstage/catalog-model@0.0.0-nightly-202111222339
10
11
 
11
12
  ## 0.2.10
12
13
 
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-202111122525",
4
+ "version": "0.0.0-nightly-202111222339",
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.9.7",
33
+ "@backstage/catalog-model": "^0.0.0-nightly-202111222339",
34
34
  "@backstage/config": "^0.1.10",
35
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-202111122525",
35
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-202111222339",
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-202111122525",
46
- "@backstage/cli": "^0.0.0-nightly-202111122525",
47
- "@backstage/test-utils": "^0.1.23",
45
+ "@backstage/backend-common": "^0.0.0-nightly-202111222339",
46
+ "@backstage/cli": "^0.0.0-nightly-202111222339",
47
+ "@backstage/test-utils": "^0.0.0-nightly-202111222339",
48
48
  "@types/lodash": "^4.14.151",
49
49
  "msw": "^0.35.0"
50
50
  },