@langchain/google-vertexai-web 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "LangChain.js support for Google Vertex AI Web",
5
5
  "type": "module",
6
6
  "engines": {
@@ -32,7 +32,7 @@
32
32
  "author": "LangChain",
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "@langchain/google-webauth": "~0.1.2"
35
+ "@langchain/google-webauth": "~0.1.3"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@langchain/core": ">=0.2.21 <0.4.0"