langsmith
Advanced tools
Comparing version 0.2.13 to 0.2.14-rc.0
@@ -5,2 +5,2 @@ export { Client, type ClientConfig, type LangSmithTracingClientInterface, } from "./client.js"; | ||
export { overrideFetchImplementation } from "./singletons/fetch.js"; | ||
export declare const __version__ = "0.2.13"; | ||
export declare const __version__ = "0.2.14-rc.0"; |
@@ -5,2 +5,2 @@ export { Client, } from "./client.js"; | ||
// Update using yarn bump-version | ||
export const __version__ = "0.2.13"; | ||
export const __version__ = "0.2.14-rc.0"; |
@@ -83,3 +83,3 @@ import { Attachments, BaseRun, KVMap, RunCreate } from "./schemas.js"; | ||
private static getDefaultConfig; | ||
private static getSharedClient; | ||
static getSharedClient(): Client; | ||
createChild(config: RunTreeConfig): RunTree; | ||
@@ -86,0 +86,0 @@ end(outputs?: KVMap, error?: string, endTime?: number, metadata?: KVMap): Promise<void>; |
@@ -38,3 +38,3 @@ import { isRunTree } from "../run_trees.js"; | ||
"", | ||
"Please make sure you are calling this method within a traceable function or the tracing is enabled.", | ||
"Please make sure you are calling this method within a traceable function and that tracing is enabled.", | ||
].join("\n")); | ||
@@ -41,0 +41,0 @@ } |
{ | ||
"name": "langsmith", | ||
"version": "0.2.13", | ||
"version": "0.2.14-rc.0", | ||
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.", | ||
@@ -36,2 +36,6 @@ "packageManager": "yarn@1.22.19", | ||
"langchain.d.cts", | ||
"jest.cjs", | ||
"jest.js", | ||
"jest.d.ts", | ||
"jest.d.cts", | ||
"vercel.cjs", | ||
@@ -232,2 +236,11 @@ "vercel.js", | ||
}, | ||
"./jest": { | ||
"types": { | ||
"import": "./jest.d.ts", | ||
"require": "./jest.d.cts", | ||
"default": "./jest.d.ts" | ||
}, | ||
"import": "./jest.js", | ||
"require": "./jest.cjs" | ||
}, | ||
"./vercel": { | ||
@@ -234,0 +247,0 @@ "types": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
839982
230
21687