@oxyhq/services
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -20,3 +20,3 @@ interface SessionModel { | ||
export declare const useSessionStore: import("zustand").UseBoundStore<import("zustand").StoreApi<SessionState>>; | ||
declare function usePeableSession(): { | ||
declare function useOxySession(): { | ||
session: SessionModel | null; | ||
@@ -26,3 +26,3 @@ status: string; | ||
}; | ||
export default usePeableSession; | ||
export default useOxySession; | ||
//# sourceMappingURL=usePeableSession.d.ts.map |
@@ -38,3 +38,3 @@ import { useEffect } from "react"; | ||
}); | ||
function usePeableSession() { | ||
function useOxySession() { | ||
const { session, status, error, fetchSessionData } = useSessionStore(); | ||
@@ -46,2 +46,2 @@ useEffect(() => { | ||
} | ||
export default usePeableSession; | ||
export default useOxySession; |
@@ -1,4 +0,4 @@ | ||
import usePeableSession from "./hooks/usePeableSession"; | ||
import useOxySession from "./hooks/useOxySession"; | ||
import getUserById from "./hooks/getUserById"; | ||
export { usePeableSession, getUserById }; | ||
export { useOxySession, getUserById }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,3 +0,3 @@ | ||
import usePeableSession from "./hooks/usePeableSession"; | ||
import useOxySession from "./hooks/useOxySession"; | ||
import getUserById from "./hooks/getUserById"; | ||
export { usePeableSession, getUserById }; | ||
export { useOxySession, getUserById }; |
{ | ||
"name": "@oxyhq/services", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://oxy.so/", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11871