langchain 0.3.9 → 0.3.10

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "langchain",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "description": "Typescript bindings for langchain",
5
5
  "type": "module",
6
6
  "engines": {
@@ -418,6 +418,7 @@
418
418
  "@langchain/core": "workspace:*",
419
419
  "@langchain/google-genai": "*",
420
420
  "@langchain/google-vertexai": "*",
421
+ "@langchain/google-vertexai-web": "*",
421
422
  "@langchain/groq": "*",
422
423
  "@langchain/mistralai": "*",
423
424
  "@langchain/ollama": "*",
@@ -466,6 +467,7 @@
466
467
  "@langchain/core": ">=0.2.21 <0.4.0",
467
468
  "@langchain/google-genai": "*",
468
469
  "@langchain/google-vertexai": "*",
470
+ "@langchain/google-vertexai-web": "*",
469
471
  "@langchain/groq": "*",
470
472
  "@langchain/mistralai": "*",
471
473
  "@langchain/ollama": "*",
@@ -494,6 +496,9 @@
494
496
  "@langchain/google-vertexai": {
495
497
  "optional": true
496
498
  },
499
+ "@langchain/google-vertexai-web": {
500
+ "optional": true
501
+ },
497
502
  "@langchain/groq": {
498
503
  "optional": true
499
504
  },