@langchain/core
Advanced tools
Comparing version 0.3.19-rc.1 to 0.3.19
@@ -10,5 +10,5 @@ import { BaseTransformOutputParser } from "./transform.js"; | ||
lc_serializable: boolean; | ||
protected textEncoder: TextEncoder; | ||
protected textEncoder: any; | ||
parse(text: string): Promise<Uint8Array>; | ||
getFormatInstructions(): string; | ||
} |
@@ -21,2 +21,4 @@ import { BaseTransformOutputParser } from "./transform.js"; | ||
}); | ||
// TODO: Figure out why explicit typing is needed | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
Object.defineProperty(this, "textEncoder", { | ||
@@ -23,0 +25,0 @@ enumerable: true, |
{ | ||
"name": "@langchain/core", | ||
"version": "0.3.19-rc.1", | ||
"version": "0.3.19", | ||
"description": "Core LangChain.js abstractions and schemas", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2311856
57680