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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

google[patch]: Release 0.0.14 0.0.13 #5301

Merged
merged 1 commit into from
May 7, 2024
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 libs/langchain-google-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/google-common",
"version": "0.0.12",
"version": "0.0.13",
"description": "Core types and classes for Google services.",
"type": "module",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions libs/langchain-google-gauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/google-gauth",
"version": "0.0.13",
"version": "0.0.14",
"description": "Google auth based authentication support for Google services",
"type": "module",
"engines": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"dependencies": {
"@langchain/core": "~0.1.56",
"@langchain/google-common": "~0.0.12",
"@langchain/google-common": "~0.0.13",
"google-auth-library": "^8.9.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions libs/langchain-google-vertexai-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/google-vertexai-web",
"version": "0.0.12",
"version": "0.0.13",
"description": "LangChain.js support for Google Vertex AI Web",
"type": "module",
"engines": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
Copy link

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! 馃殌

"dependencies": {
"@langchain/core": "~0.1.56",
"@langchain/google-webauth": "~0.0.12"
"@langchain/google-webauth": "~0.0.13"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions libs/langchain-google-vertexai/package.json
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": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
Copy link

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-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",
Expand Down
4 changes: 2 additions & 2 deletions libs/langchain-google-webauth/package.json
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": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
Copy link

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 "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": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9429,7 +9429,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common, @langchain/google-common@~0.0.12":
"@langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common, @langchain/google-common@~0.0.13":
version: 0.0.0-use.local
resolution: "@langchain/google-common@workspace:libs/langchain-google-common"
dependencies:
Expand Down Expand Up @@ -9462,13 +9462,13 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.13":
"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.14":
version: 0.0.0-use.local
resolution: "@langchain/google-gauth@workspace:libs/langchain-google-gauth"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ~0.1.56
"@langchain/google-common": ~0.0.12
"@langchain/google-common": ~0.0.13
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -9533,7 +9533,7 @@ __metadata:
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ~0.1.56
"@langchain/google-webauth": ~0.0.12
"@langchain/google-webauth": ~0.0.13
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -9565,7 +9565,7 @@ __metadata:
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ~0.1.56
"@langchain/google-gauth": ~0.0.13
"@langchain/google-gauth": ~0.0.14
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand All @@ -9590,13 +9590,13 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.0.12":
"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.0.13":
version: 0.0.0-use.local
resolution: "@langchain/google-webauth@workspace:libs/langchain-google-webauth"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ~0.1.56
"@langchain/google-common": ~0.0.12
"@langchain/google-common": ~0.0.13
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down
Loading