langsmith
Advanced tools
Comparing version 0.0.67 to 0.0.68
@@ -141,3 +141,3 @@ import * as uuid from "uuid"; | ||
writable: true, | ||
value: true | ||
value: false | ||
}); | ||
@@ -144,0 +144,0 @@ Object.defineProperty(this, "pendingAutoBatchedRuns", { |
export { Client } from "./client.js"; | ||
export { Dataset, Example, TracerSession, Run, Feedback } from "./schemas.js"; | ||
export { RunTree, RunTreeConfig } from "./run_trees.js"; | ||
export declare const __version__ = "0.0.67"; | ||
export declare const __version__ = "0.0.68"; |
export { Client } from "./client.js"; | ||
export { RunTree } from "./run_trees.js"; | ||
// Update using yarn bump-version | ||
export const __version__ = "0.0.67"; | ||
export const __version__ = "0.0.68"; |
{ | ||
"name": "langsmith", | ||
"version": "0.0.67", | ||
"version": "0.0.68", | ||
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.", | ||
@@ -5,0 +5,0 @@ "packageManager": "yarn@1.22.19", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
218876