Skip to content

Commit 1ed3634

Browse files
release(google) (#7994)
2 parents 4a485d3 + 4c44a96 commit 1ed3634

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

libs/langchain-google-common/package.json

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

libs/langchain-google-gauth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-gauth",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
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.3",
38+
"@langchain/google-common": "^0.2.4",
3939
"google-auth-library": "^9.15.1"
4040
},
4141
"peerDependencies": {

libs/langchain-google-genai/package.json

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

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

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

libs/langchain-google-vertexai/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-vertexai",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
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.3"
35+
"@langchain/google-gauth": "~0.2.4"
3636
},
3737
"peerDependencies": {
3838
"@langchain/core": ">=0.2.21 <0.4.0"

libs/langchain-google-webauth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-webauth",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
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.3",
35+
"@langchain/google-common": "^0.2.4",
3636
"web-auth-library": "^1.0.3"
3737
},
3838
"peerDependencies": {

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -10463,7 +10463,7 @@ __metadata:
1046310463
languageName: unknown
1046410464
linkType: soft
1046510465

10466-
"@langchain/google-common@^0.2.0, @langchain/google-common@^0.2.3, @langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common":
10466+
"@langchain/google-common@^0.2.0, @langchain/google-common@^0.2.4, @langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common":
1046710467
version: 0.0.0-use.local
1046810468
resolution: "@langchain/google-common@workspace:libs/langchain-google-common"
1046910469
dependencies:
@@ -10498,13 +10498,13 @@ __metadata:
1049810498
languageName: unknown
1049910499
linkType: soft
1050010500

10501-
"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.2.3":
10501+
"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.2.4":
1050210502
version: 0.0.0-use.local
1050310503
resolution: "@langchain/google-gauth@workspace:libs/langchain-google-gauth"
1050410504
dependencies:
1050510505
"@jest/globals": ^29.5.0
1050610506
"@langchain/core": "workspace:*"
10507-
"@langchain/google-common": ^0.2.3
10507+
"@langchain/google-common": ^0.2.4
1050810508
"@langchain/scripts": ">=0.1.0 <0.2.0"
1050910509
"@swc/core": ^1.3.90
1051010510
"@swc/jest": ^0.2.29
@@ -10578,7 +10578,7 @@ __metadata:
1057810578
"@jest/globals": ^29.5.0
1057910579
"@langchain/core": "workspace:*"
1058010580
"@langchain/google-common": ^0.2.0
10581-
"@langchain/google-webauth": ~0.2.3
10581+
"@langchain/google-webauth": ~0.2.4
1058210582
"@langchain/scripts": ">=0.1.0 <0.2.0"
1058310583
"@langchain/standard-tests": 0.0.0
1058410584
"@swc/core": ^1.3.90
@@ -10614,7 +10614,7 @@ __metadata:
1061410614
"@jest/globals": ^29.5.0
1061510615
"@langchain/core": "workspace:*"
1061610616
"@langchain/google-common": ^0.2.0
10617-
"@langchain/google-gauth": ~0.2.3
10617+
"@langchain/google-gauth": ~0.2.4
1061810618
"@langchain/scripts": ">=0.1.0 <0.2.0"
1061910619
"@langchain/standard-tests": 0.0.0
1062010620
"@swc/core": ^1.3.90
@@ -10643,13 +10643,13 @@ __metadata:
1064310643
languageName: unknown
1064410644
linkType: soft
1064510645

10646-
"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.2.3":
10646+
"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.2.4":
1064710647
version: 0.0.0-use.local
1064810648
resolution: "@langchain/google-webauth@workspace:libs/langchain-google-webauth"
1064910649
dependencies:
1065010650
"@jest/globals": ^29.5.0
1065110651
"@langchain/core": "workspace:*"
10652-
"@langchain/google-common": ^0.2.3
10652+
"@langchain/google-common": ^0.2.4
1065310653
"@langchain/scripts": ">=0.1.0 <0.2.0"
1065410654
"@swc/core": ^1.3.90
1065510655
"@swc/jest": ^0.2.29

0 commit comments

Comments
 (0)