@nestia/core 3.6.1-dev.20240711 → 3.7.0-dev.20240711

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 -3
  2. 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
- - Test program utilizing e2e test functions
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.1-dev.20240711",
3
+ "version": "3.7.0-dev.20240711",
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.1-dev.20240711",
39
+ "@nestia/fetcher": "^3.7.0-dev.20240711",
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.1-dev.20240711",
56
+ "@nestia/fetcher": ">=3.7.0-dev.20240711",
57
57
  "@nestjs/common": ">=7.0.1",
58
58
  "@nestjs/core": ">=7.0.1",
59
59
  "reflect-metadata": ">=0.1.12",