Skip to content

Commit a2f7de0

Browse files
chore: Refactor to centralized API with retries for idempotent endpoints (#146)
* chore: Centralize api calls * remove opentelemtry
1 parent fbb30a6 commit a2f7de0

14 files changed

Lines changed: 568 additions & 415 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,20 @@
7171
"devDependencies": {
7272
"@hey-api/openapi-ts": "^0.63.2",
7373
"@parcel/watcher": "^2.5.1",
74+
"@tanstack/react-query": "^5.76.1",
7475
"@types/blessed": "^0.1.25",
7576
"@types/node": "^22.15.30",
7677
"@types/react": "^19.1.5",
7778
"@types/yargs": "^17.0.33",
78-
"ink": "^6.1.0",
79-
"react": "^19.1.1",
80-
"@tanstack/react-query": "^5.76.1",
8179
"buffer-browserify": "^0.2.5",
8280
"crypto-browserify": "^3.12.1",
8381
"esbuild": "^0.25.0",
8482
"ignore": "^6.0.2",
83+
"ink": "^6.1.0",
8584
"os-browserify": "^0.3.0",
8685
"path-browserify": "^1.0.1",
8786
"prettier": "^2.2.1",
87+
"react": "^19.1.1",
8888
"rimraf": "^6.0.1",
8989
"semver": "^6.3.0",
9090
"tslib": "^2.1.0",
@@ -98,8 +98,8 @@
9898
"@msgpack/msgpack": "^3.1.0",
9999
"blessed": "^0.1.81",
100100
"blessed-contrib": "^4.11.0",
101-
"cli-table3": "^0.6.3",
102101
"chalk": "^5.4.1",
102+
"cli-table3": "^0.6.3",
103103
"date-fns": "^4.1.0",
104104
"isbinaryfile": "^5.0.4",
105105
"isomorphic-ws": "^5.0.0",

0 commit comments

Comments
 (0)