@alevnyacow/nzmt 0.0.41 → 0.0.42

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 +24 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1 +1,24 @@
1
- # NZMT - Next Zod Modules Toolkit
1
+ # NZMT - Next Zod Modules Toolkit
2
+
3
+ ## Structure
4
+
5
+ - Module
6
+ - `methods` function
7
+ - `Metadata` type
8
+ - `DTOs` type
9
+ - `Methods` type
10
+ - `Config` type
11
+ - Controller
12
+ - `endpoints` function
13
+ - `DefaultErrorCodes` enum
14
+ - `Guard` type
15
+ - `OnErrorHandler` type
16
+ - `SharedConfig` type
17
+ - `Metadata` type
18
+ - `Contract` type
19
+ - Store
20
+ - `methods` function
21
+ - `InRAM` class generator
22
+ - `Types` type
23
+ - `Metadata` type
24
+ - `Contract` type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "type": "module",
6
6
  "exports": {