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

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 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -22,6 +22,7 @@ Nestia is a set of helper libraries for NestJS, supporting below features:
22
22
  - `@nestia/e2e`: Test program utilizing e2e test functions
23
23
  - `@nestia/benchmark`: Benchmark program using e2e test functions
24
24
  - `@nestia/editor`: Swagger-UI with Online TypeScript Editor
25
+ - `@agentica`: Agentic AI library specialized in LLM function calling
25
26
  - `nestia`: Just CLI (command line interface) tool
26
27
 
27
28
  > [!NOTE]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestia/core",
3
- "version": "5.0.0-dev.20250301",
3
+ "version": "5.0.0-dev.20250302",
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.20250301",
39
+ "@nestia/fetcher": "^5.0.0-dev.20250302",
40
40
  "@nestjs/common": ">=7.0.1",
41
41
  "@nestjs/core": ">=7.0.1",
42
- "@samchon/openapi": "^3.0.0-dev.20250301",
42
+ "@samchon/openapi": "^3.0.0",
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.20250301",
51
+ "typia": "^8.0.0",
52
52
  "ws": "^7.5.3"
53
53
  },
54
54
  "peerDependencies": {
55
- "@nestia/fetcher": ">=5.0.0-dev.20250301",
55
+ "@nestia/fetcher": ">=5.0.0-dev.20250302",
56
56
  "@nestjs/common": ">=7.0.1",
57
57
  "@nestjs/core": ">=7.0.1",
58
58
  "reflect-metadata": ">=0.1.12",