@backstage/plugin-catalog-backend-module-msgraph 0.2.15-next.0 → 0.2.15
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 +9 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-backend-module-msgraph
|
|
2
2
|
|
|
3
|
+
## 0.2.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9b122a780c: Add userExpand option to allow users to expand fields retrieved from the Graph API - for use in custom transformers
|
|
8
|
+
- 7bb1bde7f6: Minor API cleanups
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/plugin-catalog-backend@0.21.3
|
|
11
|
+
|
|
3
12
|
## 0.2.15-next.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
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.2.15
|
|
4
|
+
"version": "0.2.15",
|
|
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.10",
|
|
34
34
|
"@backstage/config": "^0.1.13",
|
|
35
|
-
"@backstage/plugin-catalog-backend": "^0.21.3
|
|
35
|
+
"@backstage/plugin-catalog-backend": "^0.21.3",
|
|
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
|
"winston": "^3.2.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@backstage/backend-common": "^0.10.7
|
|
46
|
-
"@backstage/cli": "^0.13.2
|
|
45
|
+
"@backstage/backend-common": "^0.10.7",
|
|
46
|
+
"@backstage/cli": "^0.13.2",
|
|
47
47
|
"@backstage/test-utils": "^0.2.4",
|
|
48
48
|
"@types/lodash": "^4.14.151",
|
|
49
49
|
"msw": "^0.35.0"
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"config.d.ts"
|
|
54
54
|
],
|
|
55
55
|
"configSchema": "config.d.ts",
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "4f4bc77a4152d372b10a4e8d97d92f00e23f3b56"
|
|
57
57
|
}
|