@assistant-ui/react-hook-form 0.12.27 → 0.12.28
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -36,4 +36,4 @@ The assistant gets two built-in tools: `set_form_field` to write values into fie
|
|
|
36
36
|
|
|
37
37
|
- `@assistant-ui/react-lexical` if you also want a rich-text composer with `@`-mention support inside the same chat.
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
A guided walkthrough lives at [assistant-ui.com/examples/form-demo](https://www.assistant-ui.com/examples/form-demo). See [`examples/with-react-hook-form`](https://github.com/assistant-ui/assistant-ui/tree/main/examples/with-react-hook-form) for a complete app.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@assistant-ui/react-hook-form",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.28",
|
|
4
4
|
"description": "React Hook Form integration for assistant-ui",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-hook-form",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
],
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@assistant-ui/core": "^0.3.
|
|
33
|
-
"@assistant-ui/store": "^0.3.
|
|
32
|
+
"@assistant-ui/core": "^0.3.14",
|
|
33
|
+
"@assistant-ui/store": "^0.3.10",
|
|
34
34
|
"zod": "^4.4.3"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"@types/react-dom": "^19.2.4",
|
|
50
50
|
"jsdom": "^30.0.1",
|
|
51
51
|
"react": "^19.2.8",
|
|
52
|
-
"react-hook-form": "^7.
|
|
52
|
+
"react-hook-form": "^7.85.0",
|
|
53
53
|
"vitest": "^4.1.10",
|
|
54
|
-
"@assistant-ui/x-buildutils": "0.0.
|
|
54
|
+
"@assistant-ui/x-buildutils": "0.0.23"
|
|
55
55
|
},
|
|
56
56
|
"publishConfig": {
|
|
57
57
|
"access": "public",
|