@alevnyacow/nzmt 0.16.10 → 0.16.11

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/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -205,6 +205,7 @@ But:
205
205
  - no framework lock-in
206
206
  - no magic runtime
207
207
  - full control over your code
208
+ - power of react-query for client-server requests
208
209
  - no new layers of client-server interaction
209
210
 
210
211
  Just better Next.js.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.16.10",
3
+ "version": "0.16.11",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "repository": {
6
6
  "type": "git",