@langchain/langgraph-cli 0.0.46 → 0.0.48

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.48
4
+
5
+ ### Patch Changes
6
+
7
+ - ac7b067: fix(sdk): use `kind` when checking for Studio user
8
+ - Updated dependencies [ac7b067]
9
+ - @langchain/langgraph-api@0.0.48
10
+
11
+ ## 0.0.47
12
+
13
+ ### Patch Changes
14
+
15
+ - 39cc88f: Fix apply namespace to messages-tuple stream mode
16
+ - c1ddda1: Embed methods for obtaining state should use `getGraph(...)`
17
+ - Updated dependencies [39cc88f]
18
+ - Updated dependencies [c1ddda1]
19
+ - @langchain/langgraph-api@0.0.47
20
+
3
21
  ## 0.0.46
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.46",
3
+ "version": "0.0.48",
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.46",
36
+ "@langchain/langgraph-api": "0.0.48",
37
37
  "chokidar": "^4.0.3",
38
38
  "commander": "^13.0.0",
39
39
  "dedent": "^1.5.3",