@langchain/langgraph-cli 0.0.45 → 0.0.47

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/CHANGELOG.md +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @langchain/langgraph-cli
2
2
 
3
+ ## 0.0.47
4
+
5
+ ### Patch Changes
6
+
7
+ - 39cc88f: Fix apply namespace to messages-tuple stream mode
8
+ - c1ddda1: Embed methods for obtaining state should use `getGraph(...)`
9
+ - Updated dependencies [39cc88f]
10
+ - Updated dependencies [c1ddda1]
11
+ - @langchain/langgraph-api@0.0.47
12
+
13
+ ## 0.0.46
14
+
15
+ ### Patch Changes
16
+
17
+ - d172de3: Fix apply namespace to messages-tuple stream mode
18
+ - Updated dependencies [d172de3]
19
+ - @langchain/langgraph-api@0.0.46
20
+
3
21
  ## 0.0.45
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/langgraph-cli",
3
- "version": "0.0.45",
3
+ "version": "0.0.47",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": "^18.19.0 || >=20.16.0"
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@babel/code-frame": "^7.26.2",
35
35
  "@commander-js/extra-typings": "^13.0.0",
36
- "@langchain/langgraph-api": "0.0.45",
36
+ "@langchain/langgraph-api": "0.0.47",
37
37
  "chokidar": "^4.0.3",
38
38
  "commander": "^13.0.0",
39
39
  "dedent": "^1.5.3",