@nestia/core 5.0.0-dev.20250223 → 5.0.0-dev.20250301

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 +0 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -21,7 +21,6 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
21
21
  - Automatic E2E test functions generator
22
22
  - `@nestia/e2e`: Test program utilizing e2e test functions
23
23
  - `@nestia/benchmark`: Benchmark program using e2e test functions
24
- - `@nestia/chat`: Super A.I. Chatbot by Swagger document
25
24
  - `@nestia/editor`: Swagger-UI with Online TypeScript Editor
26
25
  - `nestia`: Just CLI (command line interface) tool
27
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestia/core",
3
- "version": "5.0.0-dev.20250223",
3
+ "version": "5.0.0-dev.20250301",
4
4
  "description": "Super-fast validation decorators of NestJS",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -36,10 +36,10 @@
36
36
  },
37
37
  "homepage": "https://nestia.io",
38
38
  "dependencies": {
39
- "@nestia/fetcher": "^5.0.0-dev.20250223",
39
+ "@nestia/fetcher": "^5.0.0-dev.20250301",
40
40
  "@nestjs/common": ">=7.0.1",
41
41
  "@nestjs/core": ">=7.0.1",
42
- "@samchon/openapi": "3.0.0-dev.20250222",
42
+ "@samchon/openapi": "^3.0.0-dev.20250301",
43
43
  "detect-ts-node": "^1.0.5",
44
44
  "get-function-location": "^2.0.0",
45
45
  "glob": "^7.2.0",
@@ -48,11 +48,11 @@
48
48
  "reflect-metadata": ">=0.1.12",
49
49
  "rxjs": ">=6.0.3",
50
50
  "tgrid": "^1.1.0",
51
- "typia": "^8.0.0-dev.20250222",
51
+ "typia": "^8.0.0-dev.20250301",
52
52
  "ws": "^7.5.3"
53
53
  },
54
54
  "peerDependencies": {
55
- "@nestia/fetcher": ">=5.0.0-dev.20250223",
55
+ "@nestia/fetcher": ">=5.0.0-dev.20250301",
56
56
  "@nestjs/common": ">=7.0.1",
57
57
  "@nestjs/core": ">=7.0.1",
58
58
  "reflect-metadata": ">=0.1.12",
@@ -80,7 +80,7 @@
80
80
  "ts-node": "^10.9.1",
81
81
  "ts-patch": "^3.3.0",
82
82
  "tstl": "^3.0.0",
83
- "typescript": "~5.7.2"
83
+ "typescript": "~5.8.2"
84
84
  },
85
85
  "files": [
86
86
  "README.md",