langchain 0.3.18 → 0.3.19

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.18",
3
+ "version": "0.3.19",
4
4
  "description": "Typescript bindings for langchain",
5
5
  "type": "module",
6
6
  "engines": {
@@ -428,6 +428,7 @@
428
428
  "@langchain/mistralai": "*",
429
429
  "@langchain/ollama": "*",
430
430
  "@langchain/scripts": ">=0.1.0 <0.2.0",
431
+ "@langchain/xai": "*",
431
432
  "@swc/core": "^1.3.90",
432
433
  "@swc/jest": "^0.2.29",
433
434
  "@tsconfig/recommended": "^1.0.2",
@@ -477,6 +478,7 @@
477
478
  "@langchain/groq": "*",
478
479
  "@langchain/mistralai": "*",
479
480
  "@langchain/ollama": "*",
481
+ "@langchain/xai": "*",
480
482
  "axios": "*",
481
483
  "cheerio": "*",
482
484
  "handlebars": "^4.7.8",
@@ -517,6 +519,9 @@
517
519
  "@langchain/ollama": {
518
520
  "optional": true
519
521
  },
522
+ "@langchain/xai": {
523
+ "optional": true
524
+ },
520
525
  "axios": {
521
526
  "optional": true
522
527
  },