@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20220218022735 → 0.0.0-nightly-20220219022334

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 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,14 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-20220218022735
3
+ ## 0.0.0-nightly-20220219022334
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 25e97e7242: Minor wording update
7
8
  - df61ca71dd: Implemented required `getProcessorName` method for catalog processor.
8
9
  - Updated dependencies
9
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220218022735
10
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220219022334
11
+ - @backstage/catalog-model@0.0.0-nightly-20220219022334
10
12
 
11
13
  ## 0.2.16
12
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-msgraph",
3
- "description": "A Backstage catalog backend modules that helps integrate towards Microsoft Graph",
4
- "version": "0.0.0-nightly-20220218022735",
3
+ "description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
4
+ "version": "0.0.0-nightly-20220219022334",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,9 +34,9 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@azure/msal-node": "^1.1.0",
37
- "@backstage/catalog-model": "^0.10.0",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20220219022334",
38
38
  "@backstage/config": "^0.1.14",
39
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220218022735",
39
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220219022334",
40
40
  "@microsoft/microsoft-graph-types": "^2.6.0",
41
41
  "@types/node-fetch": "^2.5.12",
42
42
  "lodash": "^4.17.21",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@backstage/backend-common": "^0.10.8",
50
- "@backstage/cli": "^0.14.0",
50
+ "@backstage/cli": "^0.0.0-nightly-20220219022334",
51
51
  "@backstage/test-utils": "^0.2.5",
52
52
  "@types/lodash": "^4.14.151",
53
53
  "msw": "^0.35.0"