@backstage/plugin-catalog-backend-module-msgraph 0.6.8-next.0 → 0.6.8-next.1

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,5 +1,16 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
+ ## 0.6.8-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.2.1-next.1
9
+ - @backstage/catalog-model@1.7.3
10
+ - @backstage/config@1.3.2
11
+ - @backstage/plugin-catalog-common@1.1.3
12
+ - @backstage/plugin-catalog-node@1.16.1-next.1
13
+
3
14
  ## 0.6.8-next.0
4
15
 
5
16
  ### Patch Changes
package/config.d.ts CHANGED
@@ -32,7 +32,7 @@ export interface Config {
32
32
  * The prefix of the target that this matches on, e.g.
33
33
  * "https://graph.microsoft.com/v1.0", with no trailing slash.
34
34
  */
35
- target?: string;
35
+ target: string;
36
36
  /**
37
37
  * The auth authority used.
38
38
  *
@@ -116,7 +116,7 @@ export interface Config {
116
116
  * The prefix of the target that this matches on, e.g.
117
117
  * "https://graph.microsoft.com/v1.0", with no trailing slash.
118
118
  */
119
- target: string;
119
+ target?: string;
120
120
  /**
121
121
  * The auth authority used.
122
122
  *
@@ -231,7 +231,7 @@ export interface Config {
231
231
  * The prefix of the target that this matches on, e.g.
232
232
  * "https://graph.microsoft.com/v1.0", with no trailing slash.
233
233
  */
234
- target: string;
234
+ target?: string;
235
235
  /**
236
236
  * The auth authority used.
237
237
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-msgraph",
3
- "version": "0.6.8-next.0",
3
+ "version": "0.6.8-next.1",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -66,11 +66,11 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@azure/identity": "^4.0.0",
69
- "@backstage/backend-plugin-api": "1.2.1-next.0",
69
+ "@backstage/backend-plugin-api": "1.2.1-next.1",
70
70
  "@backstage/catalog-model": "1.7.3",
71
71
  "@backstage/config": "1.3.2",
72
72
  "@backstage/plugin-catalog-common": "1.1.3",
73
- "@backstage/plugin-catalog-node": "1.16.1-next.0",
73
+ "@backstage/plugin-catalog-node": "1.16.1-next.1",
74
74
  "@microsoft/microsoft-graph-types": "^2.6.0",
75
75
  "lodash": "^4.17.21",
76
76
  "p-limit": "^3.0.2",
@@ -78,8 +78,8 @@
78
78
  "uuid": "^11.0.0"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/backend-test-utils": "1.3.1-next.0",
82
- "@backstage/cli": "0.30.0",
81
+ "@backstage/backend-test-utils": "1.3.1-next.1",
82
+ "@backstage/cli": "0.30.1-next.0",
83
83
  "@types/lodash": "^4.14.151",
84
84
  "luxon": "^3.0.0",
85
85
  "msw": "^1.0.0"