@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20220224022833 → 0.0.0-nightly-20220302023312

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 +10 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-20220224022833
3
+ ## 0.0.0-nightly-20220302023312
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220302023312
9
+
10
+ ## 0.2.17
4
11
 
5
12
  ### Patch Changes
6
13
 
@@ -9,8 +16,8 @@
9
16
  - a097678475: add configuration to use search criteria to select groups
10
17
  - df61ca71dd: Implemented required `getProcessorName` method for catalog processor.
11
18
  - Updated dependencies
12
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220224022833
13
- - @backstage/catalog-model@0.0.0-nightly-20220224022833
19
+ - @backstage/plugin-catalog-backend@0.22.0
20
+ - @backstage/catalog-model@0.11.0
14
21
 
15
22
  ## 0.2.16
16
23
 
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-20220224022833",
4
+ "version": "0.0.0-nightly-20220302023312",
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.0.0-nightly-20220224022833",
38
- "@backstage/config": "^0.1.14",
39
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220224022833",
37
+ "@backstage/catalog-model": "^0.11.0",
38
+ "@backstage/config": "^0.1.15",
39
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20220302023312",
40
40
  "@microsoft/microsoft-graph-types": "^2.6.0",
41
41
  "@types/node-fetch": "^2.5.12",
42
42
  "lodash": "^4.17.21",
@@ -46,9 +46,9 @@
46
46
  "qs": "^6.9.4"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/backend-common": "^0.0.0-nightly-20220224022833",
50
- "@backstage/cli": "^0.0.0-nightly-20220224022833",
51
- "@backstage/test-utils": "^0.2.5",
49
+ "@backstage/backend-common": "^0.11.0",
50
+ "@backstage/cli": "^0.14.1",
51
+ "@backstage/test-utils": "^0.0.0-nightly-20220302023312",
52
52
  "@types/lodash": "^4.14.151",
53
53
  "msw": "^0.35.0"
54
54
  },