@langchain/langgraph 0.2.1-rc.0 → 0.2.1-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/web.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/web.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export { END, Graph, type StateGraphArgs, START, StateGraph, type CompiledStateGraph, MessageGraph, messagesStateReducer, type Messages, Annotation, type StateType, type UpdateType, type NodeType, type StateDefinition, type SingleReducer, type CompiledGraph, } from "./graph/index.js";
2
2
  export * from "./errors.js";
3
3
  export { BaseChannel, type BinaryOperator, BinaryOperatorAggregate, type AnyValue, type WaitForNames, type DynamicBarrierValue, type LastValue, type NamedBarrierValue, type Topic, } from "./channels/index.js";
4
+ export { type AnnotationRoot as _INTERNAL_ANNOTATION_ROOT } from "./graph/index.js";
4
5
  export { type RetryPolicy } from "./pregel/utils.js";
5
6
  export { Send } from "./constants.js";
6
7
  export { MemorySaver, type Checkpoint, type CheckpointMetadata, type CheckpointTuple, copyCheckpoint, emptyCheckpoint, BaseCheckpointSaver, } from "@langchain/langgraph-checkpoint";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/langgraph",
3
- "version": "0.2.1-rc.0",
3
+ "version": "0.2.1-rc.1",
4
4
  "description": "LangGraph",
5
5
  "type": "module",
6
6
  "engines": {