work?
All checks were successful
Publish JS SDK / docker (push) Successful in 12s

This commit is contained in:
Braydon 2024-09-09 19:48:32 -04:00
parent 86c4894cf2
commit c8e7ac621c
2 changed files with 10 additions and 7 deletions

Binary file not shown.

@ -1,6 +1,6 @@
{ {
"name": "usetether", "name": "usetether",
"version": "1.0.3", "version": "1.0.4",
"author": "Braydon (Rainnny) <braydonrainnny@gmail.com>", "author": "Braydon (Rainnny) <braydonrainnny@gmail.com>",
"description": "An API designed to provide real-time access to a user's Discord data.", "description": "An API designed to provide real-time access to a user's Discord data.",
"keywords": [ "keywords": [
@ -27,13 +27,16 @@
], ],
"devDependencies": { "devDependencies": {
"@types/bun": "latest", "@types/bun": "latest",
"bun-plugin-dts": "^0.2.2" "bun-plugin-dts": "^0.2.2",
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@types/react": "^18.3.5", "@types/react": "^18.3.5",
"react": "^18.3.1" "react": "^18.3.1"
},
"peerDependencies": {
"typescript": "^5.0.0",
"@types/react": "^18.3.5",
"react": "^18.3.1"
},
"dependencies": {
"react": "*"
} }
} }