fix: update Query and Transport to fix abort control errors

This commit is contained in:
mingholy.lmh
2025-11-11 19:18:29 +08:00
parent d6288b31fd
commit 6b42500b7b
32 changed files with 8285 additions and 4 deletions

View File

@@ -16,10 +16,6 @@
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./protocol": {
"types": "./dist/src/types/protocol.d.ts",
"import": "./dist/src/types/protocol.js"
}
},
"scripts": {