@langchain/google-vertexai-web 0.0.3 → 0.0.5

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 +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/google-vertexai-web",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "LangChain.js support for Google Vertex AI Web",
5
5
  "type": "module",
6
6
  "engines": {
@@ -39,8 +39,8 @@
39
39
  "author": "LangChain",
40
40
  "license": "MIT",
41
41
  "dependencies": {
42
- "@langchain/core": "~0.1.1",
43
- "@langchain/google-webauth": "~0.0.3"
42
+ "@langchain/core": "~0.1.56",
43
+ "@langchain/google-webauth": "~0.0.5"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@jest/globals": "^29.5.0",
@@ -64,7 +64,8 @@
64
64
  "release-it": "^15.10.1",
65
65
  "rollup": "^4.5.2",
66
66
  "ts-jest": "^29.1.0",
67
- "typescript": "<5.2.0"
67
+ "typescript": "<5.2.0",
68
+ "zod": "^3.22.4"
68
69
  },
69
70
  "publishConfig": {
70
71
  "access": "public"