-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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.14 0.0.13 #5301
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", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "LangChain.js support for Google Vertex AI", | ||
"type": "module", | ||
"engines": { | ||
|
@@ -40,7 +40,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 change in the "@langchain/google-gauth" dependency version from "~0.0.13" to "~0.0.14" in the "dependencies" section. This comment is to flag the change for maintainers to review. Great work! |
||
"dependencies": { | ||
"@langchain/core": "~0.1.56", | ||
"@langchain/google-gauth": "~0.0.13" | ||
"@langchain/google-gauth": "~0.0.14" | ||
}, | ||
"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.12", | ||
"version": "0.0.13", | ||
"description": "Web-based authentication support for Google services", | ||
"type": "module", | ||
"engines": { | ||
|
@@ -40,7 +40,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 change in the "@langchain/google-common" dependency version in the "dependencies" section, indicating a hard dependency change. I've flagged this for your review. Keep up the great work! 🚀 |
||
"dependencies": { | ||
"@langchain/core": "~0.1.56", | ||
"@langchain/google-common": "~0.0.12", | ||
"@langchain/google-common": "~0.0.13", | ||
"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! 👋 Just wanted to flag the change in the "@langchain/google-webauth" dependency version from "~0.0.12" to "~0.0.13" for the maintainers to review. This affects the hard dependencies of the project. Keep up the great work! 🚀