Commit 9c31f33 1 parent 5fbe7e3 commit 9c31f33 Copy full SHA for 9c31f33
File tree 3 files changed +515
-644
lines changed
3 files changed +515
-644
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " ccat-api " : patch
3
+ ---
4
+
5
+ fix chat_token check response
Original file line number Diff line number Diff line change 38
38
"generate" : " openapi --input ./catapi.json --output ./api --client axios --name CCatAPI --useUnionTypes"
39
39
},
40
40
"devDependencies" : {
41
- "@changesets/cli" : " ^2.27.7 " ,
42
- "@types/node" : " ^20.14.10 " ,
41
+ "@changesets/cli" : " ^2.27.11 " ,
42
+ "@types/node" : " ^22.10.7 " ,
43
43
"@typescript-eslint/eslint-plugin" : " ^7.16.0" ,
44
44
"@typescript-eslint/parser" : " ^7.16.0" ,
45
45
"eslint" : " ^8.57.0" ,
46
46
"openapi-typescript-codegen" : " ^0.29.0" ,
47
47
"ts-node" : " ^10.9.2" ,
48
- "tsup" : " ^8.1.0 " ,
49
- "typescript" : " ^5.5 .3"
48
+ "tsup" : " ^8.3.5 " ,
49
+ "typescript" : " ^5.7 .3"
50
50
},
51
51
"dependencies" : {
52
- "@types/ws" : " ^8.5.10 " ,
53
- "axios" : " ^1.7.2 " ,
54
- "form-data" : " ^4.0.0 " ,
52
+ "@types/ws" : " ^8.5.13 " ,
53
+ "axios" : " ^1.7.9 " ,
54
+ "form-data" : " ^4.0.1 " ,
55
55
"isomorphic-ws" : " ^5.0.0" ,
56
56
"ws" : " ^8.18.0"
57
57
}
You can’t perform that action at this time.
0 commit comments