@assistant-ui/react-hook-form 0.12.26 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
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
- Full API reference at [assistant-ui.com/docs/api-reference/integrations/react-hook-form](https://www.assistant-ui.com/docs/api-reference/integrations/react-hook-form). See [`examples/with-react-hook-form`](https://github.com/assistant-ui/assistant-ui/tree/main/examples/with-react-hook-form) for a complete app.
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.26",
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.6",
33
- "@assistant-ui/store": "^0.3.4",
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": {
@@ -45,13 +45,13 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@testing-library/react": "^16.3.2",
48
- "@types/react": "^19.2.17",
49
- "@types/react-dom": "^19.2.3",
50
- "jsdom": "^29.1.1",
48
+ "@types/react": "^19.2.18",
49
+ "@types/react-dom": "^19.2.4",
50
+ "jsdom": "^30.0.1",
51
51
  "react": "^19.2.8",
52
- "react-hook-form": "^7.83.0",
52
+ "react-hook-form": "^7.85.0",
53
53
  "vitest": "^4.1.10",
54
- "@assistant-ui/x-buildutils": "0.0.21"
54
+ "@assistant-ui/x-buildutils": "0.0.23"
55
55
  },
56
56
  "publishConfig": {
57
57
  "access": "public",