Commit 6c59602
authored
fix(test-server): make
## Background
We introduced a new package for the test server in #8588. The test
server always depended on `msw`, but we didn't add it as production
dependency because before we created a dedicated package for it, it was
part of provider-utils. Making `msw` a production dependency would have
meant that installing `ai` would install `msw` without ever needing it.
## Summary
`msw` will now automatically installed when installing
`@ai-sdk/test-server`. It's already fixed it in the `main` branch via
#9988
## Manual Verification
I'll try after the release but I'm sure enough this works as designed.
## Related Issues
#8588, #9988msw a production dependency (#9999)1 parent c89bc39 commit 6c59602
File tree
3 files changed
+7
-9
lines changed- packages/test-server
3 files changed
+7
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
44 | | - | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 16 | | |
22 | 17 | | |
23 | 18 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments