@assistant-ui/react-hook-form 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@assistant-ui/react-hook-form",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": {
@@ -27,7 +27,7 @@
27
27
  "zod": "^3.23.8"
28
28
  },
29
29
  "peerDependencies": {
30
- "@assistant-ui/react": "^0.7.6",
30
+ "@assistant-ui/react": "^0.7.8",
31
31
  "@types/react": "*",
32
32
  "react": "^18 || ^19 || ^19.0.0-rc",
33
33
  "react-hook-form": "^7"
@@ -40,14 +40,14 @@
40
40
  "devDependencies": {
41
41
  "eslint-config-next": "15.0.3",
42
42
  "tsup": "8.3.5",
43
- "@assistant-ui/react": "0.7.6",
43
+ "@assistant-ui/react": "0.7.8",
44
44
  "@assistant-ui/tsconfig": "0.0.0"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public",
48
48
  "provenance": true
49
49
  },
50
- "homepage": "https://assistant-ui.com/",
50
+ "homepage": "https://www.assistant-ui.com/",
51
51
  "repository": {
52
52
  "type": "git",
53
53
  "url": "git+https://github.com/Yonom/assistant-ui.git"