Skip to content

Commit ca5cf8b

Browse files
fix(realtime): add zod dependency to package.json. fixes #52 (#68)
1 parent 05ea888 commit ca5cf8b

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.changeset/public-donkeys-cut.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@openai/agents-realtime': patch
3+
---
4+
5+
fix(realtime): add zod dependency to package.json

packages/agents-realtime/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@openai/agents-core": "workspace:*",
59+
"@openai/zod": "npm:zod@^3.25.40",
5960
"@types/ws": "^8.18.1",
6061
"debug": "^4.4.0",
6162
"ws": "^8.18.1"

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

verdaccio-config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ packages:
99
'@openai/*':
1010
access: $all
1111
publish: $all
12-
proxy: npmjs
1312
'**':
1413
proxy: npmjs
1514
log: { type: stdout, format: pretty, level: http }

0 commit comments

Comments
 (0)