@langchain/google-vertexai-web 0.0.17 → 0.0.18
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@langchain/google-vertexai-web",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.18",
|
4
4
|
"description": "LangChain.js support for Google Vertex AI Web",
|
5
5
|
"type": "module",
|
6
6
|
"engines": {
|
@@ -41,7 +41,7 @@
|
|
41
41
|
"license": "MIT",
|
42
42
|
"dependencies": {
|
43
43
|
"@langchain/core": ">0.1.56 <0.3.0",
|
44
|
-
"@langchain/google-webauth": "~0.0.
|
44
|
+
"@langchain/google-webauth": "~0.0.18"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"@jest/globals": "^29.5.0",
|