Skip to content

Commit b3da99a

Browse files
committed
readd dependency
1 parent 10ac0d5 commit b3da99a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bun.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"": {
66
"name": "mux",
77
"dependencies": {
8+
"@ai-sdk/anthropic": "^2.0.44",
89
"@ai-sdk/openai": "^2.0.66",
910
"@openrouter/ai-sdk-provider": "^1.2.2",
1011
"@radix-ui/react-dialog": "^1.1.15",
@@ -127,6 +128,8 @@
127128

128129
"@adobe/css-tools": ["@adobe/[email protected]", "", {}, "sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg=="],
129130

131+
"@ai-sdk/anthropic": ["@ai-sdk/[email protected]", "", { "dependencies": { "@ai-sdk/provider": "2.0.0", "@ai-sdk/provider-utils": "3.0.17" }, "peerDependencies": { "zod": "^3.25.76 || ^4.1.8" } }, "sha512-o8TfNXRzO/KZkBrcx+CL9LQsPhx7PHyqzUGjza3TJaF9WxfH1S5UQLAmEw8F7lQoHNLU0IX03WT8o8R/4JbUxQ=="],
132+
130133
"@ai-sdk/gateway": ["@ai-sdk/[email protected]", "", { "dependencies": { "@ai-sdk/provider": "2.0.0", "@ai-sdk/provider-utils": "3.0.17", "@vercel/oidc": "3.0.3" }, "peerDependencies": { "zod": "^3.25.76 || ^4.1.8" } }, "sha512-E6x4h5CPPPJ0za1r5HsLtHbeI+Tp3H+YFtcH8G3dSSPFE6w+PZINzB4NxLZmg1QqSeA5HTP3ZEzzsohp0o2GEw=="],
131134

132135
"@ai-sdk/openai": ["@ai-sdk/[email protected]", "", { "dependencies": { "@ai-sdk/provider": "2.0.0", "@ai-sdk/provider-utils": "3.0.17" }, "peerDependencies": { "zod": "^3.25.76 || ^4.1.8" } }, "sha512-gDtkaawt1INhjQCcqK2mFaCS3e5wQvutni6+0+wkwzyoIyznSzehb7f0jQh8JcDbeO1yNCxnzPcI6BVPWkiR5Q=="],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"test:storybook": "make test-storybook"
4545
},
4646
"dependencies": {
47+
"@ai-sdk/anthropic": "^2.0.44",
4748
"@ai-sdk/openai": "^2.0.66",
4849
"@openrouter/ai-sdk-provider": "^1.2.2",
4950
"ghostty-web": "^0.1.1",

0 commit comments

Comments
 (0)