@langchain/langgraph 0.2.34 → 0.2.35

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.
@@ -16,6 +16,8 @@ const CONFIG_KEYS = [
16
16
  "streamMode",
17
17
  "store",
18
18
  "writer",
19
+ "interruptBefore",
20
+ "interruptAfter",
19
21
  ];
20
22
  const DEFAULT_RECURSION_LIMIT = 25;
21
23
  function ensureLangGraphConfig(...configs) {
@@ -13,6 +13,8 @@ const CONFIG_KEYS = [
13
13
  "streamMode",
14
14
  "store",
15
15
  "writer",
16
+ "interruptBefore",
17
+ "interruptAfter",
16
18
  ];
17
19
  const DEFAULT_RECURSION_LIMIT = 25;
18
20
  export function ensureLangGraphConfig(...configs) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/langgraph",
3
- "version": "0.2.34",
3
+ "version": "0.2.35",
4
4
  "description": "LangGraph",
5
5
  "type": "module",
6
6
  "engines": {
@@ -72,7 +72,7 @@
72
72
  "pg": "^8.13.0",
73
73
  "prettier": "^2.8.3",
74
74
  "release-it": "^17.6.0",
75
- "rollup": "^4.22.4",
75
+ "rollup": "^4.24.1",
76
76
  "ts-jest": "^29.1.0",
77
77
  "tsx": "^4.7.0",
78
78
  "typescript": "^4.9.5 || ^5.4.5",