@nestia/core 3.6.0 → 3.6.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 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -18,9 +18,8 @@ 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/e2e
|
|
22
|
-
|
|
23
|
-
- Benchmark program using e2e test functions
|
|
21
|
+
- `@nestia/e2e`: Test program utilizing e2e test functions
|
|
22
|
+
- `@nestia/benchmark`: Benchmark program using e2e test functions
|
|
24
23
|
- `@nestia/migrate`: OpenAPI generator from Swagger to NestJS/SDK
|
|
25
24
|
- `@nestia/editor`: Swagger-UI with Online TypeScript Editor
|
|
26
25
|
- `nestia`: Just CLI (command line interface) tool
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nestia/core",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.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.6.
|
|
39
|
+
"@nestia/fetcher": "^3.6.1",
|
|
40
40
|
"@nestjs/common": ">=7.0.1",
|
|
41
41
|
"@nestjs/core": ">=7.0.1",
|
|
42
42
|
"@samchon/openapi": "^0.3.4",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"ws": "^7.5.3"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@nestia/fetcher": ">=3.6.
|
|
56
|
+
"@nestia/fetcher": ">=3.6.1",
|
|
57
57
|
"@nestjs/common": ">=7.0.1",
|
|
58
58
|
"@nestjs/core": ">=7.0.1",
|
|
59
59
|
"reflect-metadata": ">=0.1.12",
|