diff --git a/JS-SDK/bun.lockb b/JS-SDK/bun.lockb index 9631a51..4bb87c4 100644 Binary files a/JS-SDK/bun.lockb and b/JS-SDK/bun.lockb differ diff --git a/JS-SDK/package.json b/JS-SDK/package.json index 8245d67..adc02dc 100644 --- a/JS-SDK/package.json +++ b/JS-SDK/package.json @@ -1,6 +1,6 @@ { "name": "usetether", - "version": "1.0.3", + "version": "1.0.4", "author": "Braydon (Rainnny) ", "description": "An API designed to provide real-time access to a user's Discord data.", "keywords": [ @@ -27,13 +27,16 @@ ], "devDependencies": { "@types/bun": "latest", - "bun-plugin-dts": "^0.2.2" - }, - "peerDependencies": { - "typescript": "^5.0.0" - }, - "dependencies": { + "bun-plugin-dts": "^0.2.2", "@types/react": "^18.3.5", "react": "^18.3.1" + }, + "peerDependencies": { + "typescript": "^5.0.0", + "@types/react": "^18.3.5", + "react": "^18.3.1" + }, + "dependencies": { + "react": "*" } } \ No newline at end of file