Skip to content

Commit

Permalink
chore(google): Release 0.1.0 (#6787)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Sep 14, 2024
1 parent df05fcb commit 33f2b14
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion libs/langchain-google-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/google-common",
"version": "0.0.27",
"version": "0.1.0",
"description": "Core types and classes for Google services.",
"type": "module",
"engines": {
Expand Down
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.27",
"version": "0.1.0",
"description": "Google auth based authentication support for Google services",
"type": "module",
"engines": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/google-common": "~0.0.27",
"@langchain/google-common": "~0.1.0",
"google-auth-library": "^8.9.0"
},
"peerDependencies": {
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.27",
"version": "0.1.0",
"description": "LangChain.js support for Google Vertex AI Web",
"type": "module",
"engines": {
Expand Down Expand Up @@ -32,15 +32,15 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/google-webauth": "~0.0.27"
"@langchain/google-webauth": "~0.1.0"
},
"peerDependencies": {
"@langchain/core": ">=0.2.21 <0.4.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@langchain/core": "workspace:*",
"@langchain/google-common": "^0.0.27",
"@langchain/google-common": "^0.1.0",
"@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.27",
"version": "0.1.0",
"description": "LangChain.js support for Google Vertex AI",
"type": "module",
"engines": {
Expand Down Expand Up @@ -32,15 +32,15 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/google-gauth": "~0.0.27"
"@langchain/google-gauth": "~0.1.0"
},
"peerDependencies": {
"@langchain/core": ">=0.2.21 <0.4.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@langchain/core": "workspace:*",
"@langchain/google-common": "^0.0.27",
"@langchain/google-common": "^0.1.0",
"@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.27",
"version": "0.1.0",
"description": "Web-based authentication support for Google services",
"type": "module",
"engines": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/google-common": "~0.0.27",
"@langchain/google-common": "~0.1.0",
"web-auth-library": "^1.0.3"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12048,7 +12048,7 @@ __metadata:
languageName: unknown
linkType: soft

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

"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.0.27":
"@langchain/google-gauth@workspace:libs/langchain-google-gauth, @langchain/google-gauth@~0.1.0":
version: 0.0.0-use.local
resolution: "@langchain/google-gauth@workspace:libs/langchain-google-gauth"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": "workspace:*"
"@langchain/google-common": ~0.0.27
"@langchain/google-common": ~0.1.0
"@langchain/scripts": ">=0.1.0 <0.2.0"
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -12161,8 +12161,8 @@ __metadata:
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": "workspace:*"
"@langchain/google-common": ^0.0.27
"@langchain/google-webauth": ~0.0.27
"@langchain/google-common": ^0.1.0
"@langchain/google-webauth": ~0.1.0
"@langchain/scripts": ">=0.1.0 <0.2.0"
"@langchain/standard-tests": 0.0.0
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -12197,8 +12197,8 @@ __metadata:
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": "workspace:*"
"@langchain/google-common": ^0.0.27
"@langchain/google-gauth": ~0.0.27
"@langchain/google-common": ^0.1.0
"@langchain/google-gauth": ~0.1.0
"@langchain/scripts": ">=0.1.0 <0.2.0"
"@langchain/standard-tests": 0.0.0
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -12227,13 +12227,13 @@ __metadata:
languageName: unknown
linkType: soft

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

0 comments on commit 33f2b14

Please sign in to comment.