@peable/services
Advanced tools
Comparing version 0.0.67 to 0.0.68
import usePeableSession from "./hooks/usePeableSession"; | ||
import getUserById from "./hooks/getUserById"; | ||
import AuthProvider from "./AuthProvider"; | ||
export { usePeableSession, getUserById, AuthProvider }; | ||
export { usePeableSession, getUserById }; | ||
//# sourceMappingURL=index.d.ts.map |
import usePeableSession from "./hooks/usePeableSession"; | ||
import getUserById from "./hooks/getUserById"; | ||
import AuthProvider from "./AuthProvider"; | ||
export { usePeableSession, getUserById, AuthProvider }; | ||
export { usePeableSession, getUserById }; |
{ | ||
"name": "@peable/services", | ||
"version": "0.0.67", | ||
"version": "0.0.68", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
9822
201