@langchain/langgraph-cli 0.0.42 → 0.0.44

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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,25 @@
1
+ # @langchain/langgraph-cli
2
+
3
+ ## 0.0.44
4
+
5
+ ### Patch Changes
6
+
7
+ - 2f26f2f: Expose get/delete thread endpoint to embed server
8
+ - Updated dependencies [2f26f2f]
9
+ - @langchain/langgraph-api@0.0.44
10
+
11
+ ## 0.0.43
12
+
13
+ ### Patch Changes
14
+
15
+ - ce0a39a: Fix invalid package.json dependencies
16
+ - Updated dependencies [ce0a39a]
17
+ - @langchain/langgraph-api@0.0.43
18
+
19
+ ## 0.0.42
20
+
21
+ ### Patch Changes
22
+
23
+ - 972b66a: Support gen UI components namespaced with a hyphen
24
+ - Updated dependencies [972b66a]
25
+ - @langchain/langgraph-api@0.0.42
package/dist/cli/cli.mjs CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/langgraph-cli",
3
- "version": "0.0.42",
3
+ "version": "0.0.44",
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": "workspace:*",
36
+ "@langchain/langgraph-api": "0.0.44",
37
37
  "chokidar": "^4.0.3",
38
38
  "commander": "^13.0.0",
39
39
  "dedent": "^1.5.3",
@@ -58,4 +58,4 @@
58
58
  "typescript": "^4.9.5 || ^5.4.5",
59
59
  "vitest": "^3.1.2"
60
60
  }
61
- }
61
+ }