langsmith
Advanced tools
Comparing version 0.2.15-rc.7 to 0.2.15-rc.8
@@ -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.15-rc.7"; | ||
export declare const __version__ = "0.2.15-rc.8"; |
@@ -5,2 +5,2 @@ export { Client, } from "./client.js"; | ||
// Update using yarn bump-version | ||
export const __version__ = "0.2.15-rc.7"; | ||
export const __version__ = "0.2.15-rc.8"; |
/// <reference types="jest" /> | ||
import { Assertion } from "vitest"; | ||
import { toBeRelativeCloseTo, toBeAbsoluteCloseTo, toBeSemanticCloseTo, type AbsoluteCloseToMatcherOptions, type SemanticCloseToMatcherOptions, type RelativeCloseToMatcherOptions } from "./utils/jestlike/matchers.js"; | ||
@@ -9,6 +10,6 @@ import type { SimpleEvaluator } from "./utils/jestlike/vendor/evaluatedBy.js"; | ||
toBeSemanticCloseTo(expected: string, options?: SemanticCloseToMatcherOptions): Promise<R>; | ||
evaluatedBy(evaluator: SimpleEvaluator): jest.Matchers<Promise<R>> & { | ||
not: jest.Matchers<Promise<R>>; | ||
resolves: jest.Matchers<Promise<R>>; | ||
rejects: jest.Matchers<Promise<R>>; | ||
evaluatedBy(evaluator: SimpleEvaluator): Assertion<Promise<R>> & { | ||
not: Assertion<Promise<R>>; | ||
resolves: Assertion<Promise<R>>; | ||
rejects: Assertion<Promise<R>>; | ||
}; | ||
@@ -15,0 +16,0 @@ } |
{ | ||
"name": "langsmith", | ||
"version": "0.2.15-rc.7", | ||
"version": "0.2.15-rc.8", | ||
"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
889741
22597