@langchain/langgraph 0.2.43-rc.0 → 0.2.43-rc.2

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.
@@ -5,3 +5,4 @@ export type { WaitForNames, DynamicBarrierValue, } from "./dynamic_barrier_value
5
5
  export type { LastValue } from "./last_value.js";
6
6
  export type { NamedBarrierValue } from "./named_barrier_value.js";
7
7
  export type { Topic } from "./topic.js";
8
+ export type { EphemeralValue } from "./ephemeral_value.js";
package/dist/web.d.ts CHANGED
@@ -1,7 +1,9 @@
1
1
  export { Graph, type StateGraphArgs, StateGraph, CompiledStateGraph, MessageGraph, messagesStateReducer, messagesStateReducer as addMessages, type Messages, Annotation, type StateType, type UpdateType, type NodeType, type StateDefinition, type SingleReducer, type CompiledGraph, } from "./graph/index.js";
2
2
  export type { StateSnapshot, StreamMode, PregelParams, PregelOptions, } from "./pregel/types.js";
3
+ export type { PregelNode } from "./pregel/read.js";
4
+ export type { Pregel } from "./pregel/index.js";
3
5
  export * from "./errors.js";
4
- export { BaseChannel, type BinaryOperator, BinaryOperatorAggregate, type AnyValue, type WaitForNames, type DynamicBarrierValue, type LastValue, type NamedBarrierValue, type Topic, } from "./channels/index.js";
6
+ export { BaseChannel, type BinaryOperator, BinaryOperatorAggregate, type AnyValue, type WaitForNames, type DynamicBarrierValue, type LastValue, type NamedBarrierValue, type Topic, type EphemeralValue, } from "./channels/index.js";
5
7
  export { type AnnotationRoot as _INTERNAL_ANNOTATION_ROOT } from "./graph/index.js";
6
8
  export { type RetryPolicy } from "./pregel/utils/index.js";
7
9
  export { Send, Command, type CommandParams, isCommand, START, END, type Interrupt, } from "./constants.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/langgraph",
3
- "version": "0.2.43-rc.0",
3
+ "version": "0.2.43-rc.2",
4
4
  "description": "LangGraph",
5
5
  "type": "module",
6
6
  "engines": {