Skip to content

Commit 1cf8239

Browse files
authored
release(google): 0.2.2 (langchain-ai#7837)
1 parent c4fec91 commit 1cf8239

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
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.1",
3+
"version": "0.2.2",
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.1",
3+
"version": "0.2.2",
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.1",
38+
"@langchain/google-common": "^0.2.2",
3939
"google-auth-library": "^9.15.1"
4040
},
4141
"peerDependencies": {

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.1",
3+
"version": "0.2.2",
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.0"
35+
"@langchain/google-webauth": "~0.2.2"
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.1",
3+
"version": "0.2.2",
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.0"
35+
"@langchain/google-gauth": "~0.2.2"
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.1",
3+
"version": "0.2.2",
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.1",
35+
"@langchain/google-common": "^0.2.2",
3636
"web-auth-library": "^1.0.3"
3737
},
3838
"peerDependencies": {

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -9082,7 +9082,7 @@ __metadata:
90829082
languageName: unknown
90839083
linkType: soft
90849084

9085-
"@langchain/google-common@^0.2.0, @langchain/google-common@^0.2.1, @langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common":
9085+
"@langchain/google-common@^0.2.0, @langchain/google-common@^0.2.2, @langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common":
90869086
version: 0.0.0-use.local
90879087
resolution: "@langchain/google-common@workspace:libs/langchain-google-common"
90889088
dependencies:
@@ -9117,13 +9117,13 @@ __metadata:
91179117
languageName: unknown
91189118
linkType: soft
91199119

9120-
"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.2.0":
9120+
"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.2.2":
91219121
version: 0.0.0-use.local
91229122
resolution: "@langchain/google-gauth@workspace:libs/langchain-google-gauth"
91239123
dependencies:
91249124
"@jest/globals": ^29.5.0
91259125
"@langchain/core": "workspace:*"
9126-
"@langchain/google-common": ^0.2.1
9126+
"@langchain/google-common": ^0.2.2
91279127
"@langchain/scripts": ">=0.1.0 <0.2.0"
91289128
"@swc/core": ^1.3.90
91299129
"@swc/jest": ^0.2.29
@@ -9196,7 +9196,7 @@ __metadata:
91969196
"@jest/globals": ^29.5.0
91979197
"@langchain/core": "workspace:*"
91989198
"@langchain/google-common": ^0.2.0
9199-
"@langchain/google-webauth": ~0.2.0
9199+
"@langchain/google-webauth": ~0.2.2
92009200
"@langchain/scripts": ">=0.1.0 <0.2.0"
92019201
"@langchain/standard-tests": 0.0.0
92029202
"@swc/core": ^1.3.90
@@ -9232,7 +9232,7 @@ __metadata:
92329232
"@jest/globals": ^29.5.0
92339233
"@langchain/core": "workspace:*"
92349234
"@langchain/google-common": ^0.2.0
9235-
"@langchain/google-gauth": ~0.2.0
9235+
"@langchain/google-gauth": ~0.2.2
92369236
"@langchain/scripts": ">=0.1.0 <0.2.0"
92379237
"@langchain/standard-tests": 0.0.0
92389238
"@swc/core": ^1.3.90
@@ -9261,13 +9261,13 @@ __metadata:
92619261
languageName: unknown
92629262
linkType: soft
92639263

9264-
"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.2.0":
9264+
"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.2.2":
92659265
version: 0.0.0-use.local
92669266
resolution: "@langchain/google-webauth@workspace:libs/langchain-google-webauth"
92679267
dependencies:
92689268
"@jest/globals": ^29.5.0
92699269
"@langchain/core": "workspace:*"
9270-
"@langchain/google-common": ^0.2.1
9270+
"@langchain/google-common": ^0.2.2
92719271
"@langchain/scripts": ">=0.1.0 <0.2.0"
92729272
"@swc/core": ^1.3.90
92739273
"@swc/jest": ^0.2.29

0 commit comments

Comments
 (0)