@guestlinelabs/react-auth
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -10,9 +10,10 @@ import { AuthProvider, useAuth } from './auth'; | ||
}; | ||
export interface Guestline { | ||
authentication: Authentication; | ||
} | ||
declare global { | ||
interface Window { | ||
guestline: { | ||
authentication: Authentication; | ||
}; | ||
guestline: Guestline; | ||
} | ||
} | ||
export { useAuth, AuthData, UserInfo, AuthProvider }; |
{ | ||
"name": "@guestlinelabs/react-auth", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.", | ||
@@ -56,2 +56,2 @@ "main": "dist/index.js", | ||
} | ||
} | ||
} |
@@ -20,7 +20,9 @@ import { AuthProvider, useAuth } from './auth'; | ||
export interface Guestline { | ||
authentication: Authentication; | ||
} | ||
declare global { | ||
interface Window { | ||
guestline: { | ||
authentication: Authentication; | ||
}; | ||
guestline: Guestline; | ||
} | ||
@@ -27,0 +29,0 @@ } |
Sorry, the diff of this file is not supported yet
32932
819