@microsoft/mgt-proxy-provider
Advanced tools
Comparing version 2.2.0-preview.78568fa to 2.2.0-preview.94da467
@@ -22,2 +22,9 @@ /** | ||
graph: Graph; | ||
/** | ||
* Name used for analytics | ||
* | ||
* @readonly | ||
* @memberof IProvider | ||
*/ | ||
get name(): string; | ||
constructor(graphProxyUrl: string, getCustomHeaders?: () => Promise<object>); | ||
@@ -24,0 +31,0 @@ /** |
@@ -35,2 +35,11 @@ /** | ||
/** | ||
* Name used for analytics | ||
* | ||
* @readonly | ||
* @memberof IProvider | ||
*/ | ||
get name() { | ||
return 'MgtProxyProvider'; | ||
} | ||
/** | ||
* Promise returning token | ||
@@ -37,0 +46,0 @@ * |
{ | ||
"name": "@microsoft/mgt-proxy-provider", | ||
"version": "2.2.0-preview.78568fa", | ||
"version": "2.2.0-preview.94da467", | ||
"description": "The Microsoft Graph Toolkit Proxy Provider", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@microsoft/mgt-element": "2.2.0-preview.78568fa", | ||
"@microsoft/mgt-element": "2.2.0-preview.94da467", | ||
"@microsoft/microsoft-graph-client": "^2.2.1" | ||
@@ -43,0 +43,0 @@ }, |
@@ -25,2 +25,13 @@ /** | ||
public graph: Graph; | ||
/** | ||
* Name used for analytics | ||
* | ||
* @readonly | ||
* @memberof IProvider | ||
*/ | ||
public get name() { | ||
return 'MgtProxyProvider'; | ||
} | ||
constructor(graphProxyUrl: string, getCustomHeaders: () => Promise<object> = null) { | ||
@@ -27,0 +38,0 @@ super(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
696492
549
+ Added@microsoft/mgt-element@2.2.0-preview.94da467(transitive)
- Removed@microsoft/mgt-element@2.2.0-preview.78568fa(transitive)