@langchain/google-vertexai-web 0.2.12 → 0.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@langchain/google-vertexai-web",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.13",
|
4
4
|
"description": "LangChain.js support for Google Vertex AI Web",
|
5
5
|
"type": "module",
|
6
6
|
"engines": {
|
@@ -17,7 +17,7 @@
|
|
17
17
|
"build": "yarn turbo:command build:internal --filter=@langchain/google-vertexai-web",
|
18
18
|
"build:internal": "yarn lc_build --create-entrypoints --pre --tree-shaking",
|
19
19
|
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
|
20
|
-
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
|
20
|
+
"lint:dpdm": "dpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
|
21
21
|
"lint": "yarn lint:eslint && yarn lint:dpdm",
|
22
22
|
"lint:fix": "yarn lint:eslint --fix && yarn lint:dpdm",
|
23
23
|
"clean": "rm -rf .turbo dist/",
|
@@ -32,15 +32,15 @@
|
|
32
32
|
"author": "LangChain",
|
33
33
|
"license": "MIT",
|
34
34
|
"dependencies": {
|
35
|
-
"@langchain/google-webauth": "^0.2.
|
35
|
+
"@langchain/google-webauth": "^0.2.13"
|
36
36
|
},
|
37
37
|
"peerDependencies": {
|
38
|
-
"@langchain/core": ">=0.3.
|
38
|
+
"@langchain/core": ">=0.3.58 <0.4.0"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
41
|
"@jest/globals": "^29.5.0",
|
42
42
|
"@langchain/core": "workspace:*",
|
43
|
-
"@langchain/google-common": "^0.2.
|
43
|
+
"@langchain/google-common": "^0.2.13",
|
44
44
|
"@langchain/scripts": ">=0.1.0 <0.2.0",
|
45
45
|
"@langchain/standard-tests": "0.0.0",
|
46
46
|
"@swc/core": "^1.3.90",
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"@typescript-eslint/eslint-plugin": "^6.12.0",
|
50
50
|
"@typescript-eslint/parser": "^6.12.0",
|
51
51
|
"dotenv": "^16.3.1",
|
52
|
-
"dpdm": "^3.
|
52
|
+
"dpdm": "^3.14.0",
|
53
53
|
"eslint": "^8.33.0",
|
54
54
|
"eslint-config-airbnb-base": "^15.0.0",
|
55
55
|
"eslint-config-prettier": "^8.6.0",
|
@@ -62,7 +62,7 @@
|
|
62
62
|
"release-it": "^18.1.2",
|
63
63
|
"rollup": "^4.5.2",
|
64
64
|
"ts-jest": "^29.1.0",
|
65
|
-
"typescript": "
|
65
|
+
"typescript": "~5.8.3",
|
66
66
|
"zod": "^3.22.4"
|
67
67
|
},
|
68
68
|
"publishConfig": {
|