@alevnyacow/nzmt 0.1.0 → 0.1.1

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 +10 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  ## Structure
4
4
 
5
- - Module
5
+ - [Module](#module)
6
6
  - `methods` function
7
7
  - `Metadata` type
8
8
  - `DTOs` type
9
9
  - `Methods` type
10
10
  - `Config` type
11
- - Controller
11
+ - [Controller](#controller)
12
12
  - `endpoints` function
13
13
  - `DefaultErrorCodes` enum
14
14
  - `Guard` type
@@ -16,9 +16,15 @@
16
16
  - `SharedConfig` type
17
17
  - `Metadata` type
18
18
  - `Contract` type
19
- - Store
19
+ - [Store](#store)
20
20
  - `methods` function
21
21
  - `InRAM` class generator
22
22
  - `Types` type
23
23
  - `Metadata` type
24
- - `Contract` type
24
+ - `Contract` type
25
+
26
+ ## <a id='module'></a>Module
27
+
28
+ ## <a id='controller'></a>Controller
29
+
30
+ ## <a id='store'></a>Store
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alevnyacow/nzmt",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Next Zod Modules Toolkit",
5
5
  "license": "MIT",
6
6
  "type": "module",