@beignet/react-query 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 +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -535,10 +535,10 @@ Hook wrappers have been removed—use the options-first API for all queries and
|
|
|
535
535
|
|
|
536
536
|
## Related packages
|
|
537
537
|
|
|
538
|
-
- [`@beignet/core/contracts`](https://
|
|
539
|
-
- [`@beignet/core/client`](https://
|
|
540
|
-
- [`@beignet/nuqs`](https://
|
|
541
|
-
- [`@beignet/react-hook-form`](https://
|
|
538
|
+
- [`@beignet/core/contracts`](https://beignetjs.com/contracts) - Core contract definitions
|
|
539
|
+
- [`@beignet/core/client`](https://beignetjs.com/client) - HTTP client
|
|
540
|
+
- [`@beignet/nuqs`](https://beignetjs.com/nuqs) - URL query state integration
|
|
541
|
+
- [`@beignet/react-hook-form`](https://beignetjs.com/react-hook-form) - Form integration
|
|
542
542
|
|
|
543
543
|
## License
|
|
544
544
|
|