@nestia/migrate 4.6.2 → 5.0.0
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 +1 -1
- package/lib/MigrateApplication.js +743 -715
- package/lib/MigrateApplication.js.map +1 -1
- package/lib/bundles/NEST_TEMPLATE.js +3 -3
- package/lib/bundles/NEST_TEMPLATE.js.map +1 -1
- package/lib/bundles/SDK_TEMPLATE.js +1 -1
- package/lib/index.mjs +734 -708
- package/lib/index.mjs.map +1 -1
- package/package.json +5 -5
- package/src/bundles/NEST_TEMPLATE.ts +3 -3
- package/src/bundles/SDK_TEMPLATE.ts +1 -1
package/README.md
CHANGED
@@ -21,8 +21,8 @@ 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
|
25
|
+
- `@agentica`: Agentic AI library specialized in LLM function calling
|
26
26
|
- `nestia`: Just CLI (command line interface) tool
|
27
27
|
|
28
28
|
> [!NOTE]
|