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

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 +2 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-2021102722415
3
+ ## 0.0.0-nightly-202111122525
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-2021102722415
9
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-202111122525
10
10
 
11
11
  ## 0.2.10
12
12
 
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-2021102722415",
4
+ "version": "0.0.0-nightly-202111122525",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,7 +32,7 @@
32
32
  "@azure/msal-node": "^1.1.0",
33
33
  "@backstage/catalog-model": "^0.9.7",
34
34
  "@backstage/config": "^0.1.10",
35
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-2021102722415",
35
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-202111122525",
36
36
  "@microsoft/microsoft-graph-types": "^2.6.0",
37
37
  "@types/node-fetch": "^2.5.12",
38
38
  "lodash": "^4.17.21",
@@ -42,8 +42,8 @@
42
42
  "qs": "^6.9.4"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/backend-common": "^0.0.0-nightly-2021102722415",
46
- "@backstage/cli": "^0.0.0-nightly-2021102722415",
45
+ "@backstage/backend-common": "^0.0.0-nightly-202111122525",
46
+ "@backstage/cli": "^0.0.0-nightly-202111122525",
47
47
  "@backstage/test-utils": "^0.1.23",
48
48
  "@types/lodash": "^4.14.151",
49
49
  "msw": "^0.35.0"