@langchain/google-vertexai-web 0.0.15 → 0.0.18
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -6
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.18",
|
4
4
|
"description": "LangChain.js support for Google Vertex AI Web",
|
5
5
|
"type": "module",
|
6
6
|
"engines": {
|
@@ -14,7 +14,8 @@
|
|
14
14
|
},
|
15
15
|
"homepage": "https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-vertexai-web/",
|
16
16
|
"scripts": {
|
17
|
-
"build": "yarn
|
17
|
+
"build": "yarn turbo:command build:internal --filter=@langchain/google-vertexai-web",
|
18
|
+
"build:internal": "yarn lc-build:v2 --create-entrypoints --pre --tree-shaking",
|
18
19
|
"build:deps": "yarn run turbo:command build --filter=@langchain/google-gauth",
|
19
20
|
"build:esm": "NODE_OPTIONS=--max-old-space-size=4096 tsc --outDir dist/ && rm -rf dist/tests dist/**/tests",
|
20
21
|
"build:cjs": "NODE_OPTIONS=--max-old-space-size=4096 tsc --outDir dist-cjs/ -p tsconfig.cjs.json && yarn move-cjs-to-dist && rm -rf dist-cjs",
|
@@ -24,7 +25,7 @@
|
|
24
25
|
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
|
25
26
|
"lint": "yarn lint:eslint && yarn lint:dpdm",
|
26
27
|
"lint:fix": "yarn lint:eslint --fix && yarn lint:dpdm",
|
27
|
-
"clean": "rm -rf dist/
|
28
|
+
"clean": "rm -rf .turbo dist/",
|
28
29
|
"prepack": "yarn build",
|
29
30
|
"test": "yarn run build:deps && NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns=\\.int\\.test.ts --testTimeout 30000 --maxWorkers=50%",
|
30
31
|
"test:watch": "yarn run build:deps && NODE_OPTIONS=--experimental-vm-modules jest --watch --testPathIgnorePatterns=\\.int\\.test.ts",
|
@@ -39,12 +40,12 @@
|
|
39
40
|
"author": "LangChain",
|
40
41
|
"license": "MIT",
|
41
42
|
"dependencies": {
|
42
|
-
"@langchain/core": ">0.1.56
|
43
|
-
"@langchain/google-webauth": "~0.0.
|
43
|
+
"@langchain/core": ">0.1.56 <0.3.0",
|
44
|
+
"@langchain/google-webauth": "~0.0.18"
|
44
45
|
},
|
45
46
|
"devDependencies": {
|
46
47
|
"@jest/globals": "^29.5.0",
|
47
|
-
"@langchain/scripts": "~0.0",
|
48
|
+
"@langchain/scripts": "~0.0.14",
|
48
49
|
"@swc/core": "^1.3.90",
|
49
50
|
"@swc/jest": "^0.2.29",
|
50
51
|
"@tsconfig/recommended": "^1.0.3",
|