@langchain/langgraph-ui 1.1.2 → 1.1.9
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/dist/cli.mjs +0 -0
- package/package.json +4 -3
- package/CHANGELOG.md +0 -114
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": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "^18.19.0 || >=20.16.0"
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
],
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "git@github.com
|
|
18
|
+
"url": "git+ssh://git@github.com/langchain-ai/langgraphjs.git",
|
|
19
|
+
"directory": "libs/langgraph-ui"
|
|
19
20
|
},
|
|
20
21
|
"scripts": {
|
|
21
22
|
"clean": "rm -rf dist/ .turbo/",
|
|
@@ -41,4 +42,4 @@
|
|
|
41
42
|
"typescript": "^4.9.5 || ^5.4.5",
|
|
42
43
|
"vitest": "^3.2.4"
|
|
43
44
|
}
|
|
44
|
-
}
|
|
45
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
# @langchain/langgraph-ui
|
|
2
|
-
|
|
3
|
-
## 1.1.2
|
|
4
|
-
|
|
5
|
-
## 1.1.1
|
|
6
|
-
|
|
7
|
-
## 1.1.0
|
|
8
|
-
|
|
9
|
-
## 1.0.4
|
|
10
|
-
|
|
11
|
-
## 1.0.3
|
|
12
|
-
|
|
13
|
-
### Patch Changes
|
|
14
|
-
|
|
15
|
-
- 6cd8ecb: Remove Zod 3.x dependency constraint to allow Zod 4.x and avoid installing duplicate Zod packages
|
|
16
|
-
|
|
17
|
-
## 1.0.2
|
|
18
|
-
|
|
19
|
-
## 1.0.1
|
|
20
|
-
|
|
21
|
-
## 1.0.0
|
|
22
|
-
|
|
23
|
-
### Major Changes
|
|
24
|
-
|
|
25
|
-
- 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new.
|
|
26
|
-
|
|
27
|
-
## 0.0.71
|
|
28
|
-
|
|
29
|
-
## 0.0.70
|
|
30
|
-
|
|
31
|
-
## 0.0.69
|
|
32
|
-
|
|
33
|
-
## 0.0.68
|
|
34
|
-
|
|
35
|
-
## 0.0.67
|
|
36
|
-
|
|
37
|
-
## 0.0.66
|
|
38
|
-
|
|
39
|
-
## 0.0.65
|
|
40
|
-
|
|
41
|
-
## 0.0.64
|
|
42
|
-
|
|
43
|
-
## 0.0.63
|
|
44
|
-
|
|
45
|
-
## 0.0.62
|
|
46
|
-
|
|
47
|
-
## 0.0.61
|
|
48
|
-
|
|
49
|
-
## 0.0.60
|
|
50
|
-
|
|
51
|
-
## 0.0.59
|
|
52
|
-
|
|
53
|
-
## 0.0.58
|
|
54
|
-
|
|
55
|
-
## 0.0.57
|
|
56
|
-
|
|
57
|
-
## 0.0.56
|
|
58
|
-
|
|
59
|
-
## 0.0.55
|
|
60
|
-
|
|
61
|
-
## 0.0.54
|
|
62
|
-
|
|
63
|
-
## 0.0.53
|
|
64
|
-
|
|
65
|
-
## 0.0.52
|
|
66
|
-
|
|
67
|
-
## 0.0.51
|
|
68
|
-
|
|
69
|
-
## 0.0.50
|
|
70
|
-
|
|
71
|
-
## 0.0.49
|
|
72
|
-
|
|
73
|
-
## 0.0.48
|
|
74
|
-
|
|
75
|
-
### Patch Changes
|
|
76
|
-
|
|
77
|
-
- ac7b067: fix(sdk): use `kind` when checking for Studio user
|
|
78
|
-
|
|
79
|
-
## 0.0.47
|
|
80
|
-
|
|
81
|
-
### Patch Changes
|
|
82
|
-
|
|
83
|
-
- 39cc88f: Fix apply namespace to messages-tuple stream mode
|
|
84
|
-
- c1ddda1: Embed methods for obtaining state should use `getGraph(...)`
|
|
85
|
-
|
|
86
|
-
## 0.0.46
|
|
87
|
-
|
|
88
|
-
### Patch Changes
|
|
89
|
-
|
|
90
|
-
- d172de3: Fix apply namespace to messages-tuple stream mode
|
|
91
|
-
|
|
92
|
-
## 0.0.45
|
|
93
|
-
|
|
94
|
-
### Patch Changes
|
|
95
|
-
|
|
96
|
-
- 603daa6: Embed should properly handle `payload.checkpoint` and `payload.checkpoint_id`
|
|
97
|
-
|
|
98
|
-
## 0.0.44
|
|
99
|
-
|
|
100
|
-
### Patch Changes
|
|
101
|
-
|
|
102
|
-
- 2f26f2f: Expose get/delete thread endpoint to embed server
|
|
103
|
-
|
|
104
|
-
## 0.0.43
|
|
105
|
-
|
|
106
|
-
### Patch Changes
|
|
107
|
-
|
|
108
|
-
- ce0a39a: Fix invalid package.json dependencies
|
|
109
|
-
|
|
110
|
-
## 0.0.42
|
|
111
|
-
|
|
112
|
-
### Patch Changes
|
|
113
|
-
|
|
114
|
-
- 972b66a: Support gen UI components namespaced with a hyphen
|