@assistant-ui/react-hook-form 0.4.10 → 0.4.11

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.mts CHANGED
@@ -9,11 +9,11 @@ declare const formTools: {
9
9
  name: z.ZodString;
10
10
  value: z.ZodString;
11
11
  }, "strip", z.ZodTypeAny, {
12
- value: string;
13
12
  name: string;
14
- }, {
15
13
  value: string;
14
+ }, {
16
15
  name: string;
16
+ value: string;
17
17
  }>;
18
18
  };
19
19
  submit_form: {
package/dist/index.d.ts CHANGED
@@ -9,11 +9,11 @@ declare const formTools: {
9
9
  name: z.ZodString;
10
10
  value: z.ZodString;
11
11
  }, "strip", z.ZodTypeAny, {
12
- value: string;
13
12
  name: string;
14
- }, {
15
13
  value: string;
14
+ }, {
16
15
  name: string;
16
+ value: string;
17
17
  }>;
18
18
  };
19
19
  submit_form: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@assistant-ui/react-hook-form",
3
- "version": "0.4.10",
3
+ "version": "0.4.11",
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.5.61",
30
+ "@assistant-ui/react": "^0.5.73",
31
31
  "@types/react": "*",
32
32
  "react": "^18",
33
33
  "react-hook-form": "^7.x.x"
@@ -38,7 +38,7 @@
38
38
  }
39
39
  },
40
40
  "devDependencies": {
41
- "eslint-config-next": "14.2.13",
41
+ "eslint-config-next": "14.2.15",
42
42
  "tsup": "8.3.0",
43
43
  "@assistant-ui/tsconfig": "0.0.0"
44
44
  },