@langchain/google-vertexai-web 0.0.20 → 0.0.22
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -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.22",
|
4
4
|
"description": "LangChain.js support for Google Vertex AI Web",
|
5
5
|
"type": "module",
|
6
6
|
"engines": {
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"homepage": "https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-vertexai-web/",
|
16
16
|
"scripts": {
|
17
17
|
"build": "yarn turbo:command build:internal --filter=@langchain/google-vertexai-web",
|
18
|
-
"build:internal": "yarn
|
18
|
+
"build:internal": "yarn lc_build_v2 --create-entrypoints --pre --tree-shaking",
|
19
19
|
"build:deps": "yarn run turbo:command build --filter=@langchain/google-gauth",
|
20
20
|
"build:esm": "NODE_OPTIONS=--max-old-space-size=4096 tsc --outDir dist/ && rm -rf dist/tests dist/**/tests",
|
21
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",
|
@@ -40,12 +40,12 @@
|
|
40
40
|
"author": "LangChain",
|
41
41
|
"license": "MIT",
|
42
42
|
"dependencies": {
|
43
|
-
"@langchain/core": "
|
44
|
-
"@langchain/google-webauth": "~0.0.
|
43
|
+
"@langchain/core": ">=0.2.21 <0.3.0",
|
44
|
+
"@langchain/google-webauth": "~0.0.22"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"@jest/globals": "^29.5.0",
|
48
|
-
"@langchain/scripts": "~0.0.
|
48
|
+
"@langchain/scripts": "~0.0.20",
|
49
49
|
"@swc/core": "^1.3.90",
|
50
50
|
"@swc/jest": "^0.2.29",
|
51
51
|
"@tsconfig/recommended": "^1.0.3",
|
@@ -62,7 +62,7 @@
|
|
62
62
|
"jest": "^29.5.0",
|
63
63
|
"jest-environment-node": "^29.6.4",
|
64
64
|
"prettier": "^2.8.3",
|
65
|
-
"release-it": "^
|
65
|
+
"release-it": "^17.6.0",
|
66
66
|
"rollup": "^4.5.2",
|
67
67
|
"ts-jest": "^29.1.0",
|
68
68
|
"typescript": "<5.2.0",
|