langchain 0.3.21 → 0.3.23

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/sql_db.cjs CHANGED
@@ -74,7 +74,7 @@ class SqlDatabase extends serializable_1.Serializable {
74
74
  this.appDataSource = fields.appDataSource;
75
75
  this.appDataSourceOptions = fields.appDataSource.options;
76
76
  if (fields?.includesTables && fields?.ignoreTables) {
77
- throw new Error("Cannot specify both include_tables and ignoreTables");
77
+ throw new Error("Cannot specify both includeTables and ignoreTables");
78
78
  }
79
79
  this.includesTables = fields?.includesTables ?? [];
80
80
  this.ignoreTables = fields?.ignoreTables ?? [];
package/dist/sql_db.js CHANGED
@@ -71,7 +71,7 @@ export class SqlDatabase extends Serializable {
71
71
  this.appDataSource = fields.appDataSource;
72
72
  this.appDataSourceOptions = fields.appDataSource.options;
73
73
  if (fields?.includesTables && fields?.ignoreTables) {
74
- throw new Error("Cannot specify both include_tables and ignoreTables");
74
+ throw new Error("Cannot specify both includeTables and ignoreTables");
75
75
  }
76
76
  this.includesTables = fields?.includesTables ?? [];
77
77
  this.ignoreTables = fields?.ignoreTables ?? [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "langchain",
3
- "version": "0.3.21",
3
+ "version": "0.3.23",
4
4
  "description": "Typescript bindings for langchain",
5
5
  "type": "module",
6
6
  "engines": {
@@ -458,7 +458,7 @@
458
458
  "peggy": "^3.0.2",
459
459
  "prettier": "^2.8.3",
460
460
  "reflect-metadata": "^0.2.2",
461
- "release-it": "^17.6.0",
461
+ "release-it": "^18.1.2",
462
462
  "rimraf": "^5.0.1",
463
463
  "rollup": "^3.19.1",
464
464
  "ts-jest": "^29.1.0",
@@ -545,7 +545,7 @@
545
545
  "js-tiktoken": "^1.0.12",
546
546
  "js-yaml": "^4.1.0",
547
547
  "jsonpointer": "^5.0.1",
548
- "langsmith": ">=0.2.8 <0.4.0",
548
+ "langsmith": "^0.3.16",
549
549
  "openapi-types": "^12.1.3",
550
550
  "p-retry": "4",
551
551
  "uuid": "^10.0.0",
@@ -0,0 +1 @@
1
+ module.exports = require('../dist/schema/document.cjs');
@@ -0,0 +1 @@
1
+ export * from '../dist/schema/document.js'
@@ -0,0 +1 @@
1
+ export * from '../dist/schema/document.js'
@@ -0,0 +1 @@
1
+ export * from '../dist/schema/document.js'