Add tests. Add exponential backoff contexts. Update error handling. Imrove Event Parser compatibility. Simplify SSE Session. Simplify Async Iterator.

This commit is contained in:
2026-07-21 12:44:33 +10:00
parent fb64b1b2ea
commit e12698ab6f
20 changed files with 3123 additions and 408 deletions

View File

@@ -6,6 +6,8 @@
"build": "tsc",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"format": "prettier --write \"src/**/*.ts\"",
"prepare": "npm run build"
},
"files": [
@@ -24,6 +26,7 @@
"license": "ISC",
"type": "module",
"devDependencies": {
"prettier": "^3.9.5",
"typescript": "^6.0.3",
"vitest": "^4.1.7"
}