Commit aa09f9e
committed
fix: deduplicate graphql resolution and fix pg Client.connect() return type
- Add graphql@16.13.0 to pnpm.overrides to force single version resolution
(was resolving to both 16.12.0 and 16.13.0, causing duplicate @dataplan/pg
instances with incompatible PgExecutor private types)
- Fix pgsql-client connectPromise type: pg@8.19.0 changed Client.connect()
return type from Promise<void> to Promise<Client>1 parent 2456e7c commit aa09f9e
3 files changed
Lines changed: 149 additions & 808 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments