@alevnyacow/nzmt 0.15.17 → 0.15.18

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -103,7 +103,7 @@ And after one CLI command and few tweaks you can use your React query hooks or S
103
103
  ### How to use React query hooks
104
104
 
105
105
  ```
106
- Mental model: Client → React Query → API → Controller → Service → Store → DB
106
+ Schema: Client → React Query → API → Controller → Service → Store → DB
107
107
  ```
108
108
 
109
109
  Everything is already scaffolded for you, just import it and use! ✨
@@ -138,7 +138,7 @@ export default function Home() {
138
138
  ### How to use server actions
139
139
 
140
140
  ```
141
- Mental model: Server Action → Service → Store → DB
141
+ Schema: Server Action → Service → Store → DB
142
142
  ```
143
143
 
144
144
  Just get required instances from DI and use methods. That's all. ✨
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.15.17",
3
+ "version": "0.15.18",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "repository": {
6
6
  "type": "git",