@langchain/google-vertexai-web 0.0.2 → 0.0.3
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.3",
|
4
4
|
"description": "LangChain.js support for Google Vertex AI Web",
|
5
5
|
"type": "module",
|
6
6
|
"engines": {
|
@@ -40,7 +40,7 @@
|
|
40
40
|
"license": "MIT",
|
41
41
|
"dependencies": {
|
42
42
|
"@langchain/core": "~0.1.1",
|
43
|
-
"@langchain/google-webauth": "~0.0.
|
43
|
+
"@langchain/google-webauth": "~0.0.3"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|
46
46
|
"@jest/globals": "^29.5.0",
|