Skip to content

Commit

Permalink
google[patch]: Release 0.0.22 (#6435)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Aug 7, 2024
1 parent 5e410bb commit 9db8c44
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions libs/langchain-google-gauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/google-gauth",
"version": "0.0.21",
"version": "0.0.22",
"description": "Google auth based authentication support for Google services",
"type": "module",
"engines": {
Expand Down Expand Up @@ -35,8 +35,8 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/core": ">=0.2.16 <0.3.0",
"@langchain/google-common": "~0.0.22",
"@langchain/core": ">=0.2.21 <0.3.0",
"@langchain/google-common": "~0.0.23",
"google-auth-library": "^8.9.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.21",
"version": "0.0.22",
"description": "LangChain.js support for Google Vertex AI Web",
"type": "module",
"engines": {
Expand Down Expand Up @@ -40,8 +40,8 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/google-webauth": "~0.0.21"
"@langchain/core": ">=0.2.21 <0.3.0",
"@langchain/google-webauth": "~0.0.22"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
6 changes: 3 additions & 3 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.21",
"version": "0.0.22",
"description": "LangChain.js support for Google Vertex AI",
"type": "module",
"engines": {
Expand Down Expand Up @@ -43,8 +43,8 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/core": ">=0.2.16 <0.3.0",
"@langchain/google-gauth": "~0.0.21"
"@langchain/core": ">=0.2.21 <0.3.0",
"@langchain/google-gauth": "~0.0.22"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
6 changes: 3 additions & 3 deletions libs/langchain-google-webauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/google-webauth",
"version": "0.0.21",
"version": "0.0.22",
"description": "Web-based authentication support for Google services",
"type": "module",
"engines": {
Expand Down Expand Up @@ -40,8 +40,8 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/google-common": "~0.0.22",
"@langchain/core": ">=0.2.21 <0.3.0",
"@langchain/google-common": "~0.0.23",
"web-auth-library": "^1.0.3"
},
"devDependencies": {
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11689,7 +11689,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common, @langchain/google-common@~0.0.22":
"@langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common, @langchain/google-common@~0.0.23":
version: 0.0.0-use.local
resolution: "@langchain/google-common@workspace:libs/langchain-google-common"
dependencies:
Expand Down Expand Up @@ -11722,13 +11722,13 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.21":
"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.22":
version: 0.0.0-use.local
resolution: "@langchain/google-gauth@workspace:libs/langchain-google-gauth"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">=0.2.16 <0.3.0"
"@langchain/google-common": ~0.0.22
"@langchain/core": ">=0.2.21 <0.3.0"
"@langchain/google-common": ~0.0.23
"@langchain/scripts": ~0.0.20
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -11806,8 +11806,8 @@ __metadata:
resolution: "@langchain/google-vertexai-web@workspace:libs/langchain-google-vertexai-web"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/google-webauth": ~0.0.21
"@langchain/core": ">=0.2.21 <0.3.0"
"@langchain/google-webauth": ~0.0.22
"@langchain/scripts": ~0.0.20
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -11838,9 +11838,9 @@ __metadata:
resolution: "@langchain/google-vertexai@workspace:libs/langchain-google-vertexai"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">=0.2.16 <0.3.0"
"@langchain/core": ">=0.2.21 <0.3.0"
"@langchain/google-common": "workspace:*"
"@langchain/google-gauth": ~0.0.21
"@langchain/google-gauth": ~0.0.22
"@langchain/scripts": ~0.0.20
"@langchain/standard-tests": 0.0.0
"@swc/core": ^1.3.90
Expand All @@ -11867,13 +11867,13 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.0.21":
"@langchain/google-webauth@workspace:libs/langchain-google-webauth, @langchain/google-webauth@~0.0.22":
version: 0.0.0-use.local
resolution: "@langchain/google-webauth@workspace:libs/langchain-google-webauth"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/google-common": ~0.0.22
"@langchain/core": ">=0.2.21 <0.3.0"
"@langchain/google-common": ~0.0.23
"@langchain/scripts": ~0.0.20
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down

0 comments on commit 9db8c44

Please sign in to comment.