Skip to content

Commit

Permalink
google-vertexai[patch],google-vertexai-web[patch]: Release 0.0.3 (#5033)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Apr 9, 2024
1 parent 7897133 commit 23d7178
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions libs/langchain-google-vertexai-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/google-vertexai-web",
"version": "0.0.2",
"version": "0.0.3",
"description": "LangChain.js support for Google Vertex AI Web",
"type": "module",
"engines": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"dependencies": {
"@langchain/core": "~0.1.1",
"@langchain/google-webauth": "~0.0.2"
"@langchain/google-webauth": "~0.0.3"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
4 changes: 2 additions & 2 deletions libs/langchain-google-vertexai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/google-vertexai",
"version": "0.0.2",
"version": "0.0.3",
"description": "LangChain.js support for Google Vertex AI",
"type": "module",
"engines": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"dependencies": {
"@langchain/core": "~0.1.1",
"@langchain/google-gauth": "~0.0.2"
"@langchain/google-gauth": "~0.0.3"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9456,7 +9456,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.2":
"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.3":
version: 0.0.0-use.local
resolution: "@langchain/google-gauth@workspace:libs/langchain-google-gauth"
dependencies:
Expand Down Expand Up @@ -9526,7 +9526,7 @@ __metadata:
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ~0.1.1
"@langchain/google-webauth": ~0.0.2
"@langchain/google-webauth": ~0.0.3
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -9557,7 +9557,7 @@ __metadata:
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ~0.1.1
"@langchain/google-gauth": ~0.0.2
"@langchain/google-gauth": ~0.0.3
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand All @@ -9582,7 +9582,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.0.2":
"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.0.3":
version: 0.0.0-use.local
resolution: "@langchain/google-webauth@workspace:libs/langchain-google-webauth"
dependencies:
Expand Down

0 comments on commit 23d7178

Please sign in to comment.