Skip to content

Commit 990237e

Browse files
committed
release(google-webauth): 1.0.0
1 parent 6d1de78 commit 990237e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/providers/langchain-google-webauth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/google-webauth",
3-
"version": "0.2.16",
3+
"version": "1.0.0",
44
"description": "Web-based authentication support for Google services",
55
"author": "LangChain",
66
"license": "MIT",
@@ -28,11 +28,11 @@
2828
"format:check": "prettier --config .prettierrc --check \"src\""
2929
},
3030
"dependencies": {
31-
"@langchain/google-common": "^0.2.16",
31+
"@langchain/google-common": "^1.0.0",
3232
"web-auth-library": "^1.0.3"
3333
},
3434
"peerDependencies": {
35-
"@langchain/core": "^1.0.0-alpha.6"
35+
"@langchain/core": "^1.0.0"
3636
},
3737
"devDependencies": {
3838
"@jest/globals": "^29.5.0",

0 commit comments

Comments
 (0)