test
All checks were successful
Publish JS SDK / docker (push) Successful in 15s

This commit is contained in:
Braydon 2024-09-09 20:09:37 -04:00
parent 17e55eac33
commit 6ec444cc14
3 changed files with 4 additions and 2 deletions

@ -1,6 +1,6 @@
{
"name": "usetether",
"version": "1.0.8",
"version": "1.0.9",
"author": "Braydon (Rainnny) <braydonrainnny@gmail.com>",
"description": "An API designed to provide real-time access to a user's Discord data.",
"keywords": [

@ -45,3 +45,4 @@ export const useTetherWS = (
return user;
};
export default useTetherWS;

@ -1,4 +1,5 @@
export * from "@/lib/tether";
// Hooks
export * from "@/hook/websocket";
// Types
export * from "@/types/config";