@langchain/langgraph-ui 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,19 @@
1
+ # @langchain/langgraph-ui
2
+
3
+ ## 0.0.44
4
+
5
+ ### Patch Changes
6
+
7
+ - 2f26f2f: Expose get/delete thread endpoint to embed server
8
+
9
+ ## 0.0.43
10
+
11
+ ### Patch Changes
12
+
13
+ - ce0a39a: Fix invalid package.json dependencies
14
+
15
+ ## 0.0.42
16
+
17
+ ### Patch Changes
18
+
19
+ - 972b66a: Support gen UI components namespaced with a hyphen
package/dist/cli.mjs CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/langgraph-ui",
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"
@@ -41,4 +41,4 @@
41
41
  "typescript": "^4.9.5 || ^5.4.5",
42
42
  "vitest": "^3.1.2"
43
43
  }
44
- }
44
+ }