@assistant-ui/react-hook-form 0.7.4 → 0.7.6

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/dist/index.js +3 -3
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -18,12 +18,12 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  formTools: () => formTools,
24
24
  useAssistantForm: () => useAssistantForm
25
25
  });
26
- module.exports = __toCommonJS(src_exports);
26
+ module.exports = __toCommonJS(index_exports);
27
27
 
28
28
  // src/useAssistantForm.tsx
29
29
  var import_react = require("@assistant-ui/react");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@assistant-ui/react-hook-form",
3
- "version": "0.7.4",
3
+ "version": "0.7.6",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": {
@@ -27,7 +27,7 @@
27
27
  "zod": "^3.24.1"
28
28
  },
29
29
  "peerDependencies": {
30
- "@assistant-ui/react": "^0.7.12",
30
+ "@assistant-ui/react": "^0.7.30",
31
31
  "@types/react": "*",
32
32
  "react": "^18 || ^19 || ^19.0.0-rc",
33
33
  "react-hook-form": "^7"
@@ -38,9 +38,9 @@
38
38
  }
39
39
  },
40
40
  "devDependencies": {
41
- "eslint-config-next": "15.1.0",
41
+ "eslint-config-next": "15.1.3",
42
42
  "tsup": "8.3.5",
43
- "@assistant-ui/react": "0.7.12",
43
+ "@assistant-ui/react": "0.7.30",
44
44
  "@assistant-ui/tsconfig": "0.0.0"
45
45
  },
46
46
  "publishConfig": {