Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin zod-to-json-schema version #3343

Merged
merged 1 commit into from
Nov 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
Copy link

Choose a reason for hiding this comment

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

Great work on the PR! I've noticed a change in the devDependencies section of the package.json file, specifically the "zod-to-json-schema" package version has been updated. This comment is to flag the change for maintainers to review.

"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