@langchain/google-vertexai-web 0.0.19 → 0.0.21
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
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.21",
|
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",
|
@@ -41,11 +41,11 @@
|
|
41
41
|
"license": "MIT",
|
42
42
|
"dependencies": {
|
43
43
|
"@langchain/core": ">0.1.56 <0.3.0",
|
44
|
-
"@langchain/google-webauth": "~0.0.
|
44
|
+
"@langchain/google-webauth": "~0.0.21"
|
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",
|