@langchain/google-vertexai-web 0.0.14 → 0.0.15

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/google-vertexai-web",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
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.3.0 || >0.1.0",
43
- "@langchain/google-webauth": "~0.0.14"
42
+ "@langchain/core": ">0.1.56 <0.3.0",
43
+ "@langchain/google-webauth": "~0.0.15"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@jest/globals": "^29.5.0",