Skip to content

Commit

Permalink
Pin zod-to-json-schema version (#3343)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Nov 19, 2023
1 parent bcf9a98 commit 4b97719
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"voy-search": "0.6.2",
"weaviate-ts-client": "^1.0.0",
"zod": "^3.22.3",
"zod-to-json-schema": "^3.21.4"
"zod-to-json-schema": "3.20.3"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@
"uuid": "^9.0.0",
"yaml": "^2.2.1",
"zod": "^3.22.3",
"zod-to-json-schema": "^3.20.4"
"zod-to-json-schema": "3.20.3"
},
"publishConfig": {
"access": "public"
Expand Down
21 changes: 6 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17759,7 +17759,7 @@ __metadata:
voy-search: 0.6.2
weaviate-ts-client: ^1.0.0
zod: ^3.22.3
zod-to-json-schema: ^3.21.4
zod-to-json-schema: 3.20.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -22386,7 +22386,7 @@ __metadata:
youtube-transcript: ^1.0.6
youtubei.js: ^5.8.0
zod: ^3.22.3
zod-to-json-schema: ^3.20.4
zod-to-json-schema: 3.20.3
peerDependencies:
"@aws-crypto/sha256-js": ^5.0.0
"@aws-sdk/client-bedrock-runtime": ^3.422.0
Expand Down Expand Up @@ -32222,21 +32222,12 @@ __metadata:
languageName: node
linkType: hard

"zod-to-json-schema@npm:^3.20.4":
version: 3.20.4
resolution: "zod-to-json-schema@npm:3.20.4"
"zod-to-json-schema@npm:3.20.3":
version: 3.20.3
resolution: "zod-to-json-schema@npm:3.20.3"
peerDependencies:
zod: ^3.20.0
checksum: 55bc649dbc82ce25fbfbfdd42ca530d883d83be5d02cb81e89f6401d54bca151fc6b8cc57999c75eb6a3dcaa3f000697315fbd4f505637472621570ed52784d8
languageName: node
linkType: hard

"zod-to-json-schema@npm:^3.21.4":
version: 3.21.4
resolution: "zod-to-json-schema@npm:3.21.4"
peerDependencies:
zod: ^3.21.4
checksum: 899c1f461fb6547c0b08a265c82040c250be9b88d3f408f2f3ff77a418fdfad7549077e589d418fccb312c1f6d555c3c7217b199cc9072762e1fab20716dd2a6
checksum: 1addf7e6f7d69398404dc90f5c9b76ea44e3f6deeb2fc7c72983a00e15b7340661d7e894b0a4eee3a07334dcdcc79d7064e44de46b4acc37d38ab2f3f7217ec8
languageName: node
linkType: hard

Expand Down

1 comment on commit 4b97719

@vercel
Copy link

@vercel vercel bot commented on 4b97719 Nov 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

langchainjs-docs – ./docs/core_docs/

langchainjs-docs-langchain.vercel.app
langchainjs-docs-git-main-langchain.vercel.app
langchainjs-docs-ruddy.vercel.app
js.langchain.com

Please sign in to comment.