mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-22 17:15:25 -04:00
fix(@langchain/langgraph): export missing symbol (#1715)
This commit is contained in:
committed by
GitHub
parent
2135c8c043
commit
d5be09cfcd
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@langchain/langgraph": patch
|
||||
---
|
||||
|
||||
fix(@langchain/langgraph): export missing `CommandInstance` symbol
|
||||
@@ -20,3 +20,4 @@ export {
|
||||
REMOVE_ALL_MESSAGES,
|
||||
type Messages,
|
||||
} from "./message.js";
|
||||
export { CommandInstance } from "../constants.js";
|
||||
|
||||
Reference in New Issue
Block a user