Skip to content

Commit

Permalink
google[patch]: Release 0.0.27 (#6609)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Aug 23, 2024
1 parent f8cd559 commit f4964c7
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 20 deletions.
4 changes: 2 additions & 2 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.26",
"version": "0.0.27",
"description": "Google auth based authentication support for Google services",
"type": "module",
"engines": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"license": "MIT",
"dependencies": {
"@langchain/core": ">=0.2.21 <0.3.0",
"@langchain/google-common": "~0.0.26",
"@langchain/google-common": "~0.0.27",
"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.26",
"version": "0.0.27",
"description": "LangChain.js support for Google Vertex AI Web",
"type": "module",
"engines": {
Expand Down Expand Up @@ -33,11 +33,11 @@
"license": "MIT",
"dependencies": {
"@langchain/core": ">=0.2.21 <0.3.0",
"@langchain/google-webauth": "~0.0.26"
"@langchain/google-webauth": "~0.0.27"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@langchain/google-common": "~0.0",
"@langchain/google-common": "^0.0.27",
"@langchain/scripts": ">=0.1.0 <0.2.0",
"@langchain/standard-tests": "0.0.0",
"@swc/core": "^1.3.90",
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.26",
"version": "0.0.27",
"description": "LangChain.js support for Google Vertex AI",
"type": "module",
"engines": {
Expand Down Expand Up @@ -33,11 +33,11 @@
"license": "MIT",
"dependencies": {
"@langchain/core": ">=0.2.21 <0.3.0",
"@langchain/google-gauth": "~0.0.26"
"@langchain/google-gauth": "~0.0.27"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@langchain/google-common": "~0.0",
"@langchain/google-common": "^0.0.27",
"@langchain/scripts": ">=0.1.0 <0.2.0",
"@langchain/standard-tests": "0.0.0",
"@swc/core": "^1.3.90",
Expand Down
4 changes: 2 additions & 2 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.26",
"version": "0.0.27",
"description": "Web-based authentication support for Google services",
"type": "module",
"engines": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"license": "MIT",
"dependencies": {
"@langchain/core": ">=0.2.21 <0.3.0",
"@langchain/google-common": "~0.0.26",
"@langchain/google-common": "~0.0.27",
"web-auth-library": "^1.0.3"
},
"devDependencies": {
Expand Down
30 changes: 20 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11760,7 +11760,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common, @langchain/google-common@~0.0, @langchain/google-common@~0.0.26":
"@langchain/google-common@^0.0.27, @langchain/google-common@workspace:*, @langchain/google-common@workspace:libs/langchain-google-common, @langchain/google-common@~0.0.27":
version: 0.0.0-use.local
resolution: "@langchain/google-common@workspace:libs/langchain-google-common"
dependencies:
Expand Down Expand Up @@ -11793,13 +11793,13 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.26":
"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.26, @langchain/google-gauth@~0.0.27":
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.21 <0.3.0"
"@langchain/google-common": ~0.0.26
"@langchain/google-common": ~0.0.27
"@langchain/scripts": ">=0.1.0 <0.2.0"
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -11867,8 +11867,8 @@ __metadata:
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">=0.2.21 <0.3.0"
"@langchain/google-common": ~0.0
"@langchain/google-webauth": ~0.0.26
"@langchain/google-common": ^0.0.27
"@langchain/google-webauth": ~0.0.27
"@langchain/scripts": ">=0.1.0 <0.2.0"
"@langchain/standard-tests": 0.0.0
"@swc/core": ^1.3.90
Expand All @@ -11895,14 +11895,24 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/google-vertexai@^0.0.26, @langchain/google-vertexai@workspace:*, @langchain/google-vertexai@workspace:libs/langchain-google-vertexai":
"@langchain/google-vertexai@npm:^0.0.26":
version: 0.0.26
resolution: "@langchain/google-vertexai@npm:0.0.26"
dependencies:
"@langchain/core": ">=0.2.21 <0.3.0"
"@langchain/google-gauth": ~0.0.26
checksum: 3ffb04cbf50f1b361178df4eac9fbd711f21405e6ad882a1d16e435cec382d9d9d52b02e47adc3a6b5e5b5cdf7c43cfd3ff0c7bdaaf8ff9e9bc0245e6beadbc2
languageName: node
linkType: hard

"@langchain/google-vertexai@workspace:*, @langchain/google-vertexai@workspace:libs/langchain-google-vertexai":
version: 0.0.0-use.local
resolution: "@langchain/google-vertexai@workspace:libs/langchain-google-vertexai"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">=0.2.21 <0.3.0"
"@langchain/google-common": ~0.0
"@langchain/google-gauth": ~0.0.26
"@langchain/google-common": ^0.0.27
"@langchain/google-gauth": ~0.0.27
"@langchain/scripts": ">=0.1.0 <0.2.0"
"@langchain/standard-tests": 0.0.0
"@swc/core": ^1.3.90
Expand All @@ -11929,13 +11939,13 @@ __metadata:
languageName: unknown
linkType: soft

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

0 comments on commit f4964c7

Please sign in to comment.