@peable/services
Advanced tools
Comparing version 0.0.63 to 0.0.64
@@ -16,3 +16,3 @@ import { useEffect } from "react"; | ||
} | ||
const response = await axios.get("https://auth.oxy.so/api/session/dsfuhfsdiuhfiusdhfuisdhfiush", { withCredentials: true }); | ||
const response = await axios.get("https://auth.oxy.so/api/session/cls70kh9v0000dl3qewctq2zq", { withCredentials: true }); | ||
set({ session: response.data, status: "success" }); | ||
@@ -19,0 +19,0 @@ } |
import usePeableSession from "./hooks/usePeableSession"; | ||
import getUserById from "./hooks/getUserById"; | ||
export { usePeableSession, getUserById }; | ||
import AuthService from "./hooks/AuthService"; | ||
export { usePeableSession, getUserById, AuthService }; | ||
//# sourceMappingURL=index.d.ts.map |
import usePeableSession from "./hooks/usePeableSession"; | ||
import getUserById from "./hooks/getUserById"; | ||
export { usePeableSession, getUserById }; | ||
import AuthService from "./hooks/AuthService"; | ||
export { usePeableSession, getUserById, AuthService }; |
{ | ||
"name": "@peable/services", | ||
"version": "0.0.63", | ||
"version": "0.0.64", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
7371
13
146