@alevnyacow/nzmt 0.22.6 → 0.22.8

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
@@ -184,9 +184,9 @@ foo: {
184
184
  2. **Implement it in the service class** (`service-name.service.ts`):
185
185
 
186
186
  ```ts
187
- // 'foo' is strongly-typed, don't worry
187
+ // 'foo' string is strongly-typed, don't worry
188
188
  foo = this.methods('foo', async ({ requestString }) => {
189
- // all input and types are also infered
189
+ // all input and output types are also infered
190
190
  return Number(requestString)
191
191
  })
192
192
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.22.6",
3
+ "version": "0.22.8",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "keywords": ["next", "full-stack", "server", "backend", "cli", "scaffolder", "zod", "rest", "contract programming", "react-query", "ddd", "domain-driven"],
6
6
  "repository": {