update to use newer client (this is still very broken)

This commit is contained in:
2026-04-09 10:59:44 -05:00
parent 3cff324d9d
commit dd88667d73
5 changed files with 45 additions and 23 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "tether-example",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "module",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"tether-ts": "github:wisplite/tether-ts"
}
}