Commit 8300293
committed
test: update tsnapi snapshot for DevframeRpcClient.close()
CI's exports.test.ts snapshots each package's public .d.ts surface; adding
close() to DevframeRpcClient/DevframeRpcClientMode is a real, intentional
API change, so devframe/client.snapshot.d.ts needs to reflect it.
Verified with a full `pnpm run build` at the repo root first, so tsnapi reads
every package's real dist output rather than erroring on a missing one — this
is the only snapshot that changed; close() doesn't ripple into any plugin's
or @devframes/hub's public surface.
`pnpm exec vitest run` — 101 files, 1087 tests, all green (was 1 failing).
`pnpm run lint` and `pnpm run typecheck` (25 packages via turbo) both clean.1 parent 8cc1bc6 commit 8300293
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments