From 6b6690f98df4c59485191565d66d149ace04535d Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Mon, 10 Jun 2024 15:59:09 -0700 Subject: [PATCH] google[patch]: Release 0.0.18 (#5720) --- 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 +++++++------- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/libs/langchain-google-gauth/package.json b/libs/langchain-google-gauth/package.json index 341d5c22d750..4d28bfdabc54 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.17", + "version": "0.0.18", "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.17", + "@langchain/google-common": "~0.0.18", "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 e9fbc31eb2d6..1111efe30682 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.17", + "version": "0.0.18", "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.17" + "@langchain/google-webauth": "~0.0.18" }, "devDependencies": { "@jest/globals": "^29.5.0", diff --git a/libs/langchain-google-vertexai/package.json b/libs/langchain-google-vertexai/package.json index ecfb06fdd0d5..f6f9a40effc8 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.17", + "version": "0.0.18", "description": "LangChain.js support for Google Vertex AI", "type": "module", "engines": { @@ -41,7 +41,7 @@ "license": "MIT", "dependencies": { "@langchain/core": ">0.1.56 <0.3.0", - "@langchain/google-gauth": "~0.0.17" + "@langchain/google-gauth": "~0.0.18" }, "devDependencies": { "@jest/globals": "^29.5.0", diff --git a/libs/langchain-google-webauth/package.json b/libs/langchain-google-webauth/package.json index 360b34bc224b..6ec933979b97 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.17", + "version": "0.0.18", "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.17", + "@langchain/google-common": "~0.0.18", "web-auth-library": "^1.0.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 73760cf13fb3..1c739c5a7d6b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9679,7 +9679,7 @@ __metadata: languageName: unknown linkType: soft -"@langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common, @langchain/google-common@~0.0.17": +"@langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common, @langchain/google-common@~0.0.18": version: 0.0.0-use.local resolution: "@langchain/google-common@workspace:libs/langchain-google-common" dependencies: @@ -9712,13 +9712,13 @@ __metadata: languageName: unknown linkType: soft -"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.17": +"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.18": 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.17 + "@langchain/google-common": ~0.0.18 "@langchain/scripts": ~0.0.14 "@langchain/standard-tests": "workspace:*" "@swc/core": ^1.3.90 @@ -9787,7 +9787,7 @@ __metadata: dependencies: "@jest/globals": ^29.5.0 "@langchain/core": ">0.1.56 <0.3.0" - "@langchain/google-webauth": ~0.0.17 + "@langchain/google-webauth": ~0.0.18 "@langchain/scripts": ~0.0.14 "@swc/core": ^1.3.90 "@swc/jest": ^0.2.29 @@ -9819,7 +9819,7 @@ __metadata: dependencies: "@jest/globals": ^29.5.0 "@langchain/core": ">0.1.56 <0.3.0" - "@langchain/google-gauth": ~0.0.17 + "@langchain/google-gauth": ~0.0.18 "@langchain/scripts": ~0.0.14 "@swc/core": ^1.3.90 "@swc/jest": ^0.2.29 @@ -9844,13 +9844,13 @@ __metadata: languageName: unknown linkType: soft -"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.0.17": +"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.0.18": 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.17 + "@langchain/google-common": ~0.0.18 "@langchain/scripts": ~0.0.14 "@swc/core": ^1.3.90 "@swc/jest": ^0.2.29