-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
google-*[patch]: Release 0.0.17 #5589
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@langchain/google-vertexai-web", | ||
"version": "0.0.15", | ||
"version": "0.0.17", | ||
"description": "LangChain.js support for Google Vertex AI Web", | ||
"type": "module", | ||
"engines": { | ||
|
@@ -41,7 +41,7 @@ | |
"license": "MIT", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey there! I noticed the update to the "@langchain/google-webauth" dependency in the "dependencies" section and the "@jest/globals" in the "devDependencies" section. This is just a heads up for the maintainers to review the changes in the project dependencies. Keep up the great work! |
||
"dependencies": { | ||
"@langchain/core": ">0.1.56 <0.3.0", | ||
"@langchain/google-webauth": "~0.0.15" | ||
"@langchain/google-webauth": "~0.0.17" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.5.0", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@langchain/google-webauth", | ||
"version": "0.0.15", | ||
"version": "0.0.17", | ||
"description": "Web-based authentication support for Google services", | ||
"type": "module", | ||
"engines": { | ||
|
@@ -41,7 +41,7 @@ | |
"license": "MIT", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey there! 👋 I noticed that the package.json file has a change in the "@langchain/google-common" dependency from "~0.0.15" to "~0.0.17", which affects the peer dependency. I've flagged this for your review as it may impact compatibility. Keep up the great work! 🚀 |
||
"dependencies": { | ||
"@langchain/core": ">0.1.56 <0.3.0", | ||
"@langchain/google-common": "~0.0.15", | ||
"@langchain/google-common": "~0.0.17", | ||
"web-auth-library": "^1.0.3" | ||
}, | ||
"devDependencies": { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there! 👋 I noticed the package.json change in the "@langchain/google-common" dependency from "~0.0.15" to "~0.0.17", which affects the peer dependencies. I've flagged this for your review as it's important to ensure compatibility with the updated version. Keep up the great work! 🚀