@beignet/react-hook-form 0.0.4 → 0.0.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.
- package/CHANGELOG.md +4 -0
- package/README.md +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -362,9 +362,9 @@ function ProfileForm({ profile }) {
|
|
|
362
362
|
|
|
363
363
|
## Related packages
|
|
364
364
|
|
|
365
|
-
- [`@beignet/core/contracts`](https://
|
|
366
|
-
- [`@beignet/react-query`](https://
|
|
367
|
-
- [`@beignet/core/client`](https://
|
|
365
|
+
- [`@beignet/core/contracts`](https://beignetjs.com/contracts) - Core contract definitions
|
|
366
|
+
- [`@beignet/react-query`](https://beignetjs.com/react-query) - TanStack Query integration
|
|
367
|
+
- [`@beignet/core/client`](https://beignetjs.com/client) - HTTP client
|
|
368
368
|
|
|
369
369
|
## License
|
|
370
370
|
|