Skip to content

Commit f9cfca9

Browse files
v0.5.31: add zod as direct dep
2 parents 25afacb + 9cf8aae commit f9cfca9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bun.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"lockfileVersion": 1,
3-
"configVersion": 1,
43
"workspaces": {
54
"": {
65
"name": "simstudio",
@@ -26,6 +25,7 @@
2625
"rss-parser": "3.13.0",
2726
"socket.io-client": "4.8.1",
2827
"twilio": "5.9.0",
28+
"zod": "^3.24.2",
2929
},
3030
"devDependencies": {
3131
"@biomejs/biome": "2.0.0-beta.5",
@@ -3936,8 +3936,6 @@
39363936

39373937
"oauth2-mock-server/jose": ["[email protected]", "", {}, "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg=="],
39383938

3939-
"ollama-ai-provider-v2/zod": ["[email protected]", "", {}, "sha512-Bd5fw9wlIhtqCCxotZgdTOMwGm1a0u75wARVEY9HMs1X17trvA/lMi4+MGK5EUfYkXVTbX8UDiDKW4OgzHVUZw=="],
3940-
39413939
"openai/@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~5.26.4" } }, "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg=="],
39423940

39433941
"openai/node-fetch": ["[email protected]", "", { "dependencies": { "whatwg-url": "^5.0.0" }, "peerDependencies": { "encoding": "^0.1.0" }, "optionalPeers": ["encoding"] }, "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A=="],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"next-runtime-env": "3.3.0",
3939
"@modelcontextprotocol/sdk": "1.20.2",
4040
"@t3-oss/env-nextjs": "0.13.4",
41+
"zod": "^3.24.2",
4142
"@tanstack/react-query": "5.90.8",
4243
"@tanstack/react-query-devtools": "5.90.2",
4344
"@types/fluent-ffmpeg": "2.1.28",

0 commit comments

Comments
 (0)