fix: add missing type declarations for typecheck

- Add @smithy/node-http-handler to pi-ai
- Add @types/proper-lockfile, @types/hosted-git-info, @types/sql.js to pi-coding-agent
- These were causing typecheck:extensions to fail due to missing type declarations
This commit is contained in:
Jamie McGregor Nelson 2026-03-16 12:27:00 -04:00
parent ea9bead985
commit 526fa7439d

View file

@ -35,5 +35,8 @@
"proxy-agent": "^6.5.0",
"undici": "^7.24.2",
"zod-to-json-schema": "^3.24.6"
},
"devDependencies": {
"@smithy/node-http-handler": "^4.5.0"
}
}