Skip to content

Commit 8e7a8ac

Browse files
release(google): 0.2.5 (#8072)
2 parents b156f2c + 01ecc97 commit 8e7a8ac

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

libs/langchain-google-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-common",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Core types and classes for Google services.",
55
"type": "module",
66
"engines": {

libs/langchain-google-gauth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-gauth",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Google auth based authentication support for Google services",
55
"type": "module",
66
"engines": {
@@ -35,7 +35,7 @@
3535
"author": "LangChain",
3636
"license": "MIT",
3737
"dependencies": {
38-
"@langchain/google-common": "^0.2.4",
38+
"@langchain/google-common": "^0.2.5",
3939
"google-auth-library": "^9.15.1"
4040
},
4141
"peerDependencies": {

libs/langchain-google-genai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-genai",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Google Generative AI integration for LangChain.js",
55
"type": "module",
66
"engines": {

libs/langchain-google-vertexai-web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-vertexai-web",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "LangChain.js support for Google Vertex AI Web",
55
"type": "module",
66
"engines": {
@@ -32,15 +32,15 @@
3232
"author": "LangChain",
3333
"license": "MIT",
3434
"dependencies": {
35-
"@langchain/google-webauth": "~0.2.4"
35+
"@langchain/google-webauth": "^0.2.5"
3636
},
3737
"peerDependencies": {
3838
"@langchain/core": ">=0.3.48 <0.4.0"
3939
},
4040
"devDependencies": {
4141
"@jest/globals": "^29.5.0",
4242
"@langchain/core": "workspace:*",
43-
"@langchain/google-common": "^0.2.0",
43+
"@langchain/google-common": "^0.2.5",
4444
"@langchain/scripts": ">=0.1.0 <0.2.0",
4545
"@langchain/standard-tests": "0.0.0",
4646
"@swc/core": "^1.3.90",

libs/langchain-google-vertexai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-vertexai",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "LangChain.js support for Google Vertex AI",
55
"type": "module",
66
"engines": {
@@ -32,7 +32,7 @@
3232
"author": "LangChain",
3333
"license": "MIT",
3434
"dependencies": {
35-
"@langchain/google-gauth": "~0.2.4"
35+
"@langchain/google-gauth": "^0.2.5"
3636
},
3737
"peerDependencies": {
3838
"@langchain/core": ">=0.3.48 <0.4.0"

libs/langchain-google-webauth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-webauth",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Web-based authentication support for Google services",
55
"type": "module",
66
"engines": {
@@ -32,7 +32,7 @@
3232
"author": "LangChain",
3333
"license": "MIT",
3434
"dependencies": {
35-
"@langchain/google-common": "^0.2.4",
35+
"@langchain/google-common": "^0.2.5",
3636
"web-auth-library": "^1.0.3"
3737
},
3838
"peerDependencies": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7927,7 +7927,7 @@ __metadata:
79277927
languageName: unknown
79287928
linkType: soft
79297929

7930-
"@langchain/google-common@^0.2.0, @langchain/google-common@^0.2.4, @langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common":
7930+
"@langchain/google-common@^0.2.0, @langchain/google-common@^0.2.5, @langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common":
79317931
version: 0.0.0-use.local
79327932
resolution: "@langchain/google-common@workspace:libs/langchain-google-common"
79337933
dependencies:
@@ -7962,13 +7962,13 @@ __metadata:
79627962
languageName: unknown
79637963
linkType: soft
79647964

7965-
"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.2.4":
7965+
"@langchain/google-gauth@^0.2.5, @langchain/google-gauth@workspace:libs/langchain-google-gauth":
79667966
version: 0.0.0-use.local
79677967
resolution: "@langchain/google-gauth@workspace:libs/langchain-google-gauth"
79687968
dependencies:
79697969
"@jest/globals": ^29.5.0
79707970
"@langchain/core": "workspace:*"
7971-
"@langchain/google-common": ^0.2.4
7971+
"@langchain/google-common": ^0.2.5
79727972
"@langchain/scripts": ">=0.1.0 <0.2.0"
79737973
"@swc/core": ^1.3.90
79747974
"@swc/jest": ^0.2.29
@@ -8041,8 +8041,8 @@ __metadata:
80418041
dependencies:
80428042
"@jest/globals": ^29.5.0
80438043
"@langchain/core": "workspace:*"
8044-
"@langchain/google-common": ^0.2.0
8045-
"@langchain/google-webauth": ~0.2.4
8044+
"@langchain/google-common": ^0.2.5
8045+
"@langchain/google-webauth": ^0.2.5
80468046
"@langchain/scripts": ">=0.1.0 <0.2.0"
80478047
"@langchain/standard-tests": 0.0.0
80488048
"@swc/core": ^1.3.90
@@ -8078,7 +8078,7 @@ __metadata:
80788078
"@jest/globals": ^29.5.0
80798079
"@langchain/core": "workspace:*"
80808080
"@langchain/google-common": ^0.2.0
8081-
"@langchain/google-gauth": ~0.2.4
8081+
"@langchain/google-gauth": ^0.2.5
80828082
"@langchain/scripts": ">=0.1.0 <0.2.0"
80838083
"@langchain/standard-tests": 0.0.0
80848084
"@swc/core": ^1.3.90
@@ -8107,13 +8107,13 @@ __metadata:
81078107
languageName: unknown
81088108
linkType: soft
81098109

8110-
"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.2.4":
8110+
"@langchain/google-webauth@^0.2.5, @langchain/google-webauth@workspace:libs/langchain-google-webauth":
81118111
version: 0.0.0-use.local
81128112
resolution: "@langchain/google-webauth@workspace:libs/langchain-google-webauth"
81138113
dependencies:
81148114
"@jest/globals": ^29.5.0
81158115
"@langchain/core": "workspace:*"
8116-
"@langchain/google-common": ^0.2.4
8116+
"@langchain/google-common": ^0.2.5
81178117
"@langchain/scripts": ">=0.1.0 <0.2.0"
81188118
"@swc/core": ^1.3.90
81198119
"@swc/jest": ^0.2.29

0 commit comments

Comments
 (0)