@langchain/google-vertexai 2.1.26-dev-1773785150055 → 2.1.26-dev-1773962633795
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/dist/chat_models.cjs +1 -1
- package/dist/chat_models.js +1 -1
- package/dist/llms.cjs +1 -1
- package/dist/llms.js +1 -1
- package/package.json +5 -5
package/dist/chat_models.cjs
CHANGED
|
@@ -300,7 +300,7 @@ var ChatVertexAI = class extends _langchain_google_gauth.ChatGoogle {
|
|
|
300
300
|
...fields,
|
|
301
301
|
platformType: "gcp"
|
|
302
302
|
});
|
|
303
|
-
this._addVersion("@langchain/google-vertexai", "2.1.26-dev-
|
|
303
|
+
this._addVersion("@langchain/google-vertexai", "2.1.26-dev-1773962633795");
|
|
304
304
|
}
|
|
305
305
|
};
|
|
306
306
|
//#endregion
|
package/dist/chat_models.js
CHANGED
|
@@ -300,7 +300,7 @@ var ChatVertexAI = class extends ChatGoogle {
|
|
|
300
300
|
...fields,
|
|
301
301
|
platformType: "gcp"
|
|
302
302
|
});
|
|
303
|
-
this._addVersion("@langchain/google-vertexai", "2.1.26-dev-
|
|
303
|
+
this._addVersion("@langchain/google-vertexai", "2.1.26-dev-1773962633795");
|
|
304
304
|
}
|
|
305
305
|
};
|
|
306
306
|
//#endregion
|
package/dist/llms.cjs
CHANGED
|
@@ -18,7 +18,7 @@ var VertexAI = class extends _langchain_google_gauth.GoogleLLM {
|
|
|
18
18
|
...fields,
|
|
19
19
|
platformType: "gcp"
|
|
20
20
|
});
|
|
21
|
-
this._addVersion("@langchain/google-vertexai", "2.1.26-dev-
|
|
21
|
+
this._addVersion("@langchain/google-vertexai", "2.1.26-dev-1773962633795");
|
|
22
22
|
}
|
|
23
23
|
};
|
|
24
24
|
//#endregion
|
package/dist/llms.js
CHANGED
|
@@ -18,7 +18,7 @@ var VertexAI = class extends GoogleLLM {
|
|
|
18
18
|
...fields,
|
|
19
19
|
platformType: "gcp"
|
|
20
20
|
});
|
|
21
|
-
this._addVersion("@langchain/google-vertexai", "2.1.26-dev-
|
|
21
|
+
this._addVersion("@langchain/google-vertexai", "2.1.26-dev-1773962633795");
|
|
22
22
|
}
|
|
23
23
|
};
|
|
24
24
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langchain/google-vertexai",
|
|
3
|
-
"version": "2.1.26-dev-
|
|
3
|
+
"version": "2.1.26-dev-1773962633795",
|
|
4
4
|
"description": "LangChain.js support for Google Vertex AI",
|
|
5
5
|
"author": "LangChain",
|
|
6
6
|
"license": "MIT",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"homepage": "https://github.com/langchain-ai/langchainjs/tree/main/libs/providers/langchain-google-vertexai/",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@langchain/google-gauth": "2.1.26-dev-
|
|
17
|
+
"@langchain/google-gauth": "2.1.26-dev-1773962633795"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@tsconfig/recommended": "^1.0.3",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"typescript": "~5.8.3",
|
|
26
26
|
"vitest": "^3.2.4",
|
|
27
27
|
"zod": "^3.25.76",
|
|
28
|
-
"@langchain/
|
|
29
|
-
"@langchain/google-common": "2.1.26-dev-1773785150055",
|
|
28
|
+
"@langchain/tsconfig": "0.0.1",
|
|
30
29
|
"@langchain/standard-tests": "0.0.23",
|
|
31
|
-
"@langchain/
|
|
30
|
+
"@langchain/google-common": "2.1.26-dev-1773962633795",
|
|
31
|
+
"@langchain/eslint": "0.1.1"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|