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

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 +4 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-202201122931
3
+ ## 0.0.0-nightly-202201323044
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 722681b1b1: Clean up API report
8
8
  - 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
9
+ - @backstage/config@0.0.0-nightly-202201323044
10
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-202201323044
11
+ - @backstage/catalog-model@0.0.0-nightly-202201323044
12
12
 
13
13
  ## 0.2.11
14
14
 
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-202201323044",
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.0.0-nightly-202201323044",
34
+ "@backstage/config": "^0.0.0-nightly-202201323044",
35
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-202201323044",
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.0.0-nightly-202201323044",
46
+ "@backstage/cli": "^0.0.0-nightly-202201323044",
47
+ "@backstage/test-utils": "^0.0.0-nightly-202201323044",
48
48
  "@types/lodash": "^4.14.151",
49
49
  "msw": "^0.35.0"
50
50
  },