-
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.12 #5267
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.11", | ||
"version": "0.0.12", | ||
"description": "LangChain.js support for Google Vertex AI Web", | ||
"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-webauth" dependency from "~0.0.11" to "~0.0.12" in the "dependencies" section. This comment is to flag the dependency change for maintainers to review. Keep up the great work! |
||
"dependencies": { | ||
"@langchain/core": "~0.1.56", | ||
"@langchain/google-webauth": "~0.0.11" | ||
"@langchain/google-webauth": "~0.0.12" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.5.0", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@langchain/google-vertexai", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"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 in the package.json file. This seems to be a dev dependency change, and I've flagged it for your review. Keep up the great work! 🚀 |
||
"dependencies": { | ||
"@langchain/core": "~0.1.56", | ||
"@langchain/google-gauth": "~0.0.11" | ||
"@langchain/google-gauth": "~0.0.12" | ||
}, | ||
"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.11", | ||
"version": "0.0.12", | ||
"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 package.json file. This comment is to flag the dev dependency change for maintainers to review. Keep up the great work! |
||
"dependencies": { | ||
"@langchain/core": "~0.1.56", | ||
"@langchain/google-common": "~0.0.11", | ||
"@langchain/google-common": "~0.0.12", | ||
"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 change in the "@langchain/google-common" dependency version in the package.json file. This comment is to flag the change for maintainers to review. Keep up the great work!