@nestia/core 3.4.2-dev.20240705 → 3.4.3-dev.20240705

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -19,7 +19,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
19
19
  - Mockup Simulator for client applications
20
20
  - Automatic E2E test functions generator
21
21
  - `@nestia/e2e`
22
- - Test program utilizng e2e test functions
22
+ - Test program utilizing e2e test functions
23
23
  - Benchmark program using e2e test functions
24
24
  - `@nestia/migrate`: OpenAPI generator from Swagger to NestJS/SDK
25
25
  - `@nestia/editor`: Swagger-UI with Online TypeScript Editor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestia/core",
3
- "version": "3.4.2-dev.20240705",
3
+ "version": "3.4.3-dev.20240705",
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.4.2-dev.20240705",
39
+ "@nestia/fetcher": "^3.4.3-dev.20240705",
40
40
  "@nestjs/common": ">=7.0.1",
41
41
  "@nestjs/core": ">=7.0.1",
42
42
  "@samchon/openapi": "^0.3.0",
@@ -53,7 +53,7 @@
53
53
  "ws": "^7.5.3"
54
54
  },
55
55
  "peerDependencies": {
56
- "@nestia/fetcher": ">=3.4.2-dev.20240705",
56
+ "@nestia/fetcher": ">=3.4.3-dev.20240705",
57
57
  "@nestjs/common": ">=7.0.1",
58
58
  "@nestjs/core": ">=7.0.1",
59
59
  "reflect-metadata": ">=0.1.12",