@microsoft/mgt-element
Advanced tools
Comparing version 4.0.0-next.mgt-chat.5c123b0 to 4.0.0-next.mgt-chat.8627a91
@@ -88,3 +88,3 @@ /** | ||
*/ | ||
export declare const createFromProvider: (provider: IProvider, version?: string, component?: Element | string) => Graph; | ||
export declare const createFromProvider: (provider: IProvider, version?: string, component?: Element | string) => IGraph; | ||
//# sourceMappingURL=Graph.d.ts.map |
@@ -7,3 +7,3 @@ /** | ||
*/ | ||
export declare const PACKAGE_VERSION = "4.0.0-next.mgt-chat.5c123b0"; | ||
export declare const PACKAGE_VERSION = "4.0.0-next.mgt-chat.8627a91"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -9,3 +9,3 @@ /** | ||
// ANY CHANGES WILL BE LOST DURING BUILD | ||
export const PACKAGE_VERSION = '4.0.0-next.mgt-chat.5c123b0'; | ||
export const PACKAGE_VERSION = '4.0.0-next.mgt-chat.8627a91'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@microsoft/mgt-element", | ||
"version": "4.0.0-next.mgt-chat.5c123b0", | ||
"version": "4.0.0-next.mgt-chat.8627a91", | ||
"description": "Microsoft Graph Toolkit base classes", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/microsoftgraph/microsoft-graph-toolkit", |
@@ -150,3 +150,3 @@ /** | ||
*/ | ||
export const createFromProvider = (provider: IProvider, version?: string, component?: Element | string): Graph => { | ||
export const createFromProvider = (provider: IProvider, version?: string, component?: Element | string): IGraph => { | ||
const middleware: Middleware[] = [ | ||
@@ -153,0 +153,0 @@ new AuthenticationHandler(provider), |
@@ -11,2 +11,2 @@ /** | ||
export const PACKAGE_VERSION = '4.0.0-next.mgt-chat.5c123b0'; | ||
export const PACKAGE_VERSION = '4.0.0-next.mgt-chat.8627a91'; |
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
Sorry, the diff of this file is not supported yet
749348