@nestia/core 3.2.0 → 3.2.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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -18,11 +18,11 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
|
|
|
18
18
|
- SDK library generator for clients
|
|
19
19
|
- Mockup Simulator for client applications
|
|
20
20
|
- Automatic E2E test functions generator
|
|
21
|
-
- `@nestia/migrate`: OpenAPI generator from Swagger to NestJS
|
|
21
|
+
- `@nestia/migrate`: OpenAPI generator from Swagger to NestJS/SDK
|
|
22
22
|
- `@nestia/editor`: Swagger-UI with Online TypeScript Editor
|
|
23
23
|
- `nestia`: Just CLI (command line interface) tool
|
|
24
24
|
|
|
25
|
-
>
|
|
25
|
+
> [!NOTE]
|
|
26
26
|
>
|
|
27
27
|
> - **Only one line** required, with pure TypeScript type
|
|
28
28
|
> - Enhance performance **30x** up
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nestia/core",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "Super-fast validation decorators of NestJS",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"homepage": "https://nestia.io",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@nestia/fetcher": "^3.2.
|
|
39
|
+
"@nestia/fetcher": "^3.2.1",
|
|
40
40
|
"@nestjs/common": ">=7.0.1",
|
|
41
41
|
"@nestjs/core": ">=7.0.1",
|
|
42
42
|
"@samchon/openapi": "^0.1.21",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"ws": "^7.5.3"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@nestia/fetcher": ">=3.2.
|
|
56
|
+
"@nestia/fetcher": ">=3.2.1",
|
|
57
57
|
"@nestjs/common": ">=7.0.1",
|
|
58
58
|
"@nestjs/core": ">=7.0.1",
|
|
59
59
|
"reflect-metadata": ">=0.1.12",
|