Commit d42b8c1
fix(sandbox-mock): re-export SandboxUserAlreadyExistsError (#256)
CI on `main` fails in `@vercel/sandbox-mock`'s
`package-exports.test.ts`, which asserts the mock re-exports every
runtime value the real SDK exposes:
```
missing export: SandboxUserAlreadyExistsError
```
`SandboxUserAlreadyExistsError` was added to `@vercel/sandbox` (#250)
but never added to the mock's re-export list, so the mock's public
surface drifted from the real SDK.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 96aa20f commit d42b8c1
2 files changed
Lines changed: 6 additions & 0 deletions
File tree
- .changeset
- packages/vercel-sandbox-mock/src
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments