@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 +19 -0
- package/dist/cli.mjs +0 -0
- package/package.json +2 -2
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