From 344f8dd04b01534f4ee031a703533d28a498389b Mon Sep 17 00:00:00 2001 From: bracesproul Date: Mon, 25 Nov 2024 16:54:33 -0800 Subject: [PATCH] fix(google-gauth): Bump uncomitted dep --- libs/langchain-google-gauth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langchain-google-gauth/package.json b/libs/langchain-google-gauth/package.json index 64e12ba56a37..f40f0a0be029 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.1.2", + "version": "0.1.3", "description": "Google auth based authentication support for Google services", "type": "module", "engines": {