@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20220815025341 → 0.0.0-nightly-20220819081244

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.
package/CHANGELOG.md CHANGED
@@ -1,13 +1,21 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-20220815025341
3
+ ## 0.0.0-nightly-20220819081244
4
+
5
+ ### Patch Changes
6
+
7
+ - 4c82b955fc: Fix typo
8
+ - Updated dependencies
9
+ - @backstage/backend-tasks@0.0.0-nightly-20220819081244
10
+
11
+ ## 0.4.1
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - b1995df9f3: Adjust references in deprecation warnings to point to stable URL/document.
8
16
  - Updated dependencies
9
- - @backstage/backend-tasks@0.0.0-nightly-20220815025341
10
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220815025341
17
+ - @backstage/backend-tasks@0.3.4
18
+ - @backstage/plugin-catalog-backend@1.3.1
11
19
 
12
20
  ## 0.4.1-next.0
13
21
 
package/README.md CHANGED
@@ -80,7 +80,7 @@ catalog:
80
80
  # See https://docs.microsoft.com/en-us/graph/search-query-parameter
81
81
  search: '"description:One" AND ("displayName:Video" OR "displayName:Drive")'
82
82
  # Optional select for groups, this will allow you work with schemaExtensions
83
- # in order to add extra information to your groups that can be used on you custom groupTransformers
83
+ # in order to add extra information to your groups that can be used on your custom groupTransformers
84
84
  # See https://docs.microsoft.com/en-us/graph/api/resources/schemaextension?view=graph-rest-1.0
85
85
  select: ['id', 'displayName', 'description']
86
86
  ```
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-20220815025341",
4
+ "version": "0.0.0-nightly-20220819081244",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,10 +34,10 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@azure/identity": "^2.1.0",
37
- "@backstage/backend-tasks": "0.0.0-nightly-20220815025341",
37
+ "@backstage/backend-tasks": "0.0.0-nightly-20220819081244",
38
38
  "@backstage/catalog-model": "^1.1.0",
39
39
  "@backstage/config": "^1.0.1",
40
- "@backstage/plugin-catalog-backend": "0.0.0-nightly-20220815025341",
40
+ "@backstage/plugin-catalog-backend": "^1.3.1",
41
41
  "@microsoft/microsoft-graph-types": "^2.6.0",
42
42
  "@types/node-fetch": "^2.5.12",
43
43
  "lodash": "^4.17.21",
@@ -48,9 +48,9 @@
48
48
  "winston": "^3.2.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-common": "0.0.0-nightly-20220815025341",
52
- "@backstage/backend-test-utils": "0.0.0-nightly-20220815025341",
53
- "@backstage/cli": "0.0.0-nightly-20220815025341",
51
+ "@backstage/backend-common": "^0.15.0",
52
+ "@backstage/backend-test-utils": "^0.1.27",
53
+ "@backstage/cli": "^0.18.1",
54
54
  "@types/lodash": "^4.14.151",
55
55
  "msw": "^0.44.0"
56
56
  },