From eccc7d11ff0dc885987508cdeb210500b2783b26 Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Wed, 17 Jul 2024 11:20:56 -0700 Subject: [PATCH] google[patch]: Release(common) 0.0.21, Release 0.0.20 (#6114) --- libs/langchain-google-common/package.json | 2 +- libs/langchain-google-gauth/package.json | 4 ++-- libs/langchain-google-vertexai-web/package.json | 4 ++-- libs/langchain-google-vertexai/package.json | 4 ++-- libs/langchain-google-webauth/package.json | 4 ++-- yarn.lock | 14 +++++++------- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/libs/langchain-google-common/package.json b/libs/langchain-google-common/package.json index 1bec8aa3a860..fa371c0472ef 100644 --- a/libs/langchain-google-common/package.json +++ b/libs/langchain-google-common/package.json @@ -1,6 +1,6 @@ { "name": "@langchain/google-common", - "version": "0.0.20", + "version": "0.0.21", "description": "Core types and classes for Google services.", "type": "module", "engines": { diff --git a/libs/langchain-google-gauth/package.json b/libs/langchain-google-gauth/package.json index a41e893065d6..462f4b13744a 100644 --- a/libs/langchain-google-gauth/package.json +++ b/libs/langchain-google-gauth/package.json @@ -1,6 +1,6 @@ { "name": "@langchain/google-gauth", - "version": "0.0.19", + "version": "0.0.20", "description": "Google auth based authentication support for Google services", "type": "module", "engines": { @@ -36,7 +36,7 @@ "license": "MIT", "dependencies": { "@langchain/core": ">0.1.56 <0.3.0", - "@langchain/google-common": "~0.0.19", + "@langchain/google-common": "~0.0.21", "google-auth-library": "^8.9.0" }, "devDependencies": { diff --git a/libs/langchain-google-vertexai-web/package.json b/libs/langchain-google-vertexai-web/package.json index 3e1ee7ce9463..7cbcdc643b14 100644 --- a/libs/langchain-google-vertexai-web/package.json +++ b/libs/langchain-google-vertexai-web/package.json @@ -1,6 +1,6 @@ { "name": "@langchain/google-vertexai-web", - "version": "0.0.19", + "version": "0.0.20", "description": "LangChain.js support for Google Vertex AI Web", "type": "module", "engines": { @@ -41,7 +41,7 @@ "license": "MIT", "dependencies": { "@langchain/core": ">0.1.56 <0.3.0", - "@langchain/google-webauth": "~0.0.19" + "@langchain/google-webauth": "~0.0.20" }, "devDependencies": { "@jest/globals": "^29.5.0", diff --git a/libs/langchain-google-vertexai/package.json b/libs/langchain-google-vertexai/package.json index 6b71a1566de4..8d37a978879c 100644 --- a/libs/langchain-google-vertexai/package.json +++ b/libs/langchain-google-vertexai/package.json @@ -1,6 +1,6 @@ { "name": "@langchain/google-vertexai", - "version": "0.0.19", + "version": "0.0.20", "description": "LangChain.js support for Google Vertex AI", "type": "module", "engines": { @@ -44,7 +44,7 @@ "license": "MIT", "dependencies": { "@langchain/core": ">0.1.56 <0.3.0", - "@langchain/google-gauth": "~0.0.19" + "@langchain/google-gauth": "~0.0.20" }, "devDependencies": { "@jest/globals": "^29.5.0", diff --git a/libs/langchain-google-webauth/package.json b/libs/langchain-google-webauth/package.json index 8e95d85ce11f..c4319a7031be 100644 --- a/libs/langchain-google-webauth/package.json +++ b/libs/langchain-google-webauth/package.json @@ -1,6 +1,6 @@ { "name": "@langchain/google-webauth", - "version": "0.0.19", + "version": "0.0.20", "description": "Web-based authentication support for Google services", "type": "module", "engines": { @@ -41,7 +41,7 @@ "license": "MIT", "dependencies": { "@langchain/core": ">0.1.56 <0.3.0", - "@langchain/google-common": "~0.0.19", + "@langchain/google-common": "~0.0.21", "web-auth-library": "^1.0.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 8fcc427d9b2e..773e2e5c029b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11091,7 +11091,7 @@ __metadata: languageName: node linkType: hard -"@langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common, @langchain/google-common@~0.0.19": +"@langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common, @langchain/google-common@~0.0.21": version: 0.0.0-use.local resolution: "@langchain/google-common@workspace:libs/langchain-google-common" dependencies: @@ -11124,13 +11124,13 @@ __metadata: languageName: unknown linkType: soft -"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.19": +"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.20": 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 <0.3.0" - "@langchain/google-common": ~0.0.19 + "@langchain/google-common": ~0.0.21 "@langchain/scripts": ~0.0.14 "@swc/core": ^1.3.90 "@swc/jest": ^0.2.29 @@ -11198,7 +11198,7 @@ __metadata: dependencies: "@jest/globals": ^29.5.0 "@langchain/core": ">0.1.56 <0.3.0" - "@langchain/google-webauth": ~0.0.19 + "@langchain/google-webauth": ~0.0.20 "@langchain/scripts": ~0.0.14 "@swc/core": ^1.3.90 "@swc/jest": ^0.2.29 @@ -11231,7 +11231,7 @@ __metadata: "@jest/globals": ^29.5.0 "@langchain/core": ">0.1.56 <0.3.0" "@langchain/google-common": latest - "@langchain/google-gauth": ~0.0.19 + "@langchain/google-gauth": ~0.0.20 "@langchain/scripts": ~0.0.14 "@langchain/standard-tests": 0.0.0 "@swc/core": ^1.3.90 @@ -11257,13 +11257,13 @@ __metadata: languageName: unknown linkType: soft -"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.0.19": +"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.0.20": 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 <0.3.0" - "@langchain/google-common": ~0.0.19 + "@langchain/google-common": ~0.0.21 "@langchain/scripts": ~0.0.14 "@swc/core": ^1.3.90 "@swc/jest": ^0.2.29