fix(sdk-js): Export types (#3377)

This commit is contained in:
Brace Sproul
2025-02-10 18:02:42 -08:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@langchain/langgraph-sdk",
"version": "0.0.37",
"version": "0.0.38",
"description": "Client library for interacting with the LangGraph API",
"type": "module",
"packageManager": "yarn@1.22.19",
+6
View File
@@ -16,6 +16,12 @@ export type {
Cron,
Checkpoint,
Interrupt,
ListNamespaceResponse,
Item,
SearchItem,
SearchItemsResponse,
CronCreateResponse,
CronCreateForThreadResponse,
} from "./schema.js";
export { overrideFetchImplementation } from "./singletons/fetch.js";