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

This commit is contained in:
Braydon 2024-09-09 20:07:33 -04:00
parent 3021920142
commit 17e55eac33
2 changed files with 7 additions and 4 deletions

Binary file not shown.

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