@nestia/benchmark 7.0.0 → 7.0.1

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 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -22,7 +22,8 @@ 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
+ - [`@agentica`](https://github.com/wrtnlabs/agentica): Agentic AI library specialized in LLM function calling
26
+ - [`@autobe`](https://github.com/wrtnlabs/autobe): Vibe coding agent generating NestJS application
26
27
  - `nestia`: Just CLI (command line interface) tool
27
28
 
28
29
  > [!NOTE]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestia/benchmark",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "NestJS Performance Benchmark Program",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -30,14 +30,14 @@
30
30
  "url": "https://github.com/samchon/nestia"
31
31
  },
32
32
  "dependencies": {
33
- "@nestia/fetcher": "^7.0.0",
33
+ "@nestia/fetcher": "^7.0.1",
34
34
  "tgrid": "^1.1.0",
35
35
  "tstl": "^3.0.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@nestia/core": "^7.0.0",
39
- "@nestia/e2e": "^7.0.0",
40
- "@nestia/sdk": "^7.0.0",
38
+ "@nestia/core": "^7.0.1",
39
+ "@nestia/e2e": "^7.0.1",
40
+ "@nestia/sdk": "^7.0.1",
41
41
  "@nestjs/common": "^11.0.13",
42
42
  "@nestjs/core": "^11.0.13",
43
43
  "@nestjs/platform-express": "^11.0.13",