nestia 7.0.0 → 7.1.1-dev.20250714
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
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
|
|
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]
|
|
@@ -36,6 +36,7 @@ var PluginConfigurator;
|
|
|
36
36
|
// CHECK WHETHER CONFIGURED
|
|
37
37
|
const strict = compilerOptions.strict;
|
|
38
38
|
const strictNullChecks = compilerOptions.strictNullChecks;
|
|
39
|
+
const skipLibCheck = compilerOptions.skipLibCheck;
|
|
39
40
|
const core = plugins.find((p) => typeof p === "object" &&
|
|
40
41
|
p !== null &&
|
|
41
42
|
p.transform === "@nestia/core/lib/transform");
|
|
@@ -49,9 +50,11 @@ var PluginConfigurator;
|
|
|
49
50
|
(strict === true || strictNullChecks === true) &&
|
|
50
51
|
core !== undefined &&
|
|
51
52
|
typia !== undefined &&
|
|
52
|
-
swagger !== undefined
|
|
53
|
+
swagger !== undefined &&
|
|
54
|
+
skipLibCheck === true)
|
|
53
55
|
return;
|
|
54
56
|
// DO CONFIGURE
|
|
57
|
+
compilerOptions.skipLibCheck = true;
|
|
55
58
|
compilerOptions.strictNullChecks = true;
|
|
56
59
|
if (strict === undefined && strictNullChecks === undefined)
|
|
57
60
|
compilerOptions.strict = true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PluginConfigurator.js","sourceRoot":"","sources":["../../src/internal/PluginConfigurator.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,gEAAoC;AACpC,4CAAoB;AAIpB,IAAiB,kBAAkB,
|
|
1
|
+
{"version":3,"file":"PluginConfigurator.js","sourceRoot":"","sources":["../../src/internal/PluginConfigurator.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,gEAAoC;AACpC,4CAAoB;AAIpB,IAAiB,kBAAkB,CAuHlC;AAvHD,WAAiB,kBAAkB;IACjC,SAAsB,SAAS,CAC7B,IAA+B;;YAE/B,uBAAuB;YACvB,MAAM,MAAM,GAA2B,sBAAQ,CAAC,KAAK,CACnD,MAAM,YAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAQ,EAAE,MAAM,CAAC,CACxB,CAAC;YAC5B,MAAM,eAAe,GACnB,MAAM,CAAC,eAAqD,CAAC;YAC/D,IAAI,eAAe,KAAK,SAAS;gBAC/B,MAAM,IAAI,KAAK,CACb,GAAG,IAAI,CAAC,OAAO,iDAAiD,CACjE,CAAC;YAEJ,kBAAkB;YAClB,MAAM,OAAO,GAAkD,CAAC,GAAG,EAAE;gBACnE,MAAM,OAAO,GAAG,eAAe,CAAC,OAEnB,CAAC;gBACd,IAAI,OAAO,KAAK,SAAS;oBAAE,OAAO,CAAC,eAAe,CAAC,OAAO,GAAG,EAAS,CAAC,CAAC;qBACnE,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC;oBAC9B,MAAM,IAAI,KAAK,CACb,yBAAyB,IAAI,CAAC,OAAO,sBAAsB,CAC5D,CAAC;gBACJ,OAAO,OAAO,CAAC;YACjB,CAAC,CAAC,EAAE,CAAC;YAEL,2BAA2B;YAC3B,MAAM,MAAM,GAAwB,eAAe,CAAC,MAEvC,CAAC;YACd,MAAM,gBAAgB,GACpB,eAAe,CAAC,gBAAuC,CAAC;YAC1D,MAAM,YAAY,GAAwB,eAAe,CAAC,YAE7C,CAAC;YACd,MAAM,IAAI,GAAuC,OAAO,CAAC,IAAI,CAC3D,CAAC,CAAC,EAAE,EAAE,CACJ,OAAO,CAAC,KAAK,QAAQ;gBACrB,CAAC,KAAK,IAAI;gBACV,CAAC,CAAC,SAAS,KAAK,4BAA4B,CAC/C,CAAC;YACF,MAAM,KAAK,GAAuC,OAAO,CAAC,IAAI,CAC5D,CAAC,CAAC,EAAE,EAAE,CACJ,OAAO,CAAC,KAAK,QAAQ;gBACrB,CAAC,KAAK,IAAI;gBACV,CAAC,CAAC,SAAS,KAAK,qBAAqB,CACxC,CAAC;YACF,MAAM,OAAO,GAAuC,OAAO,CAAC,IAAI,CAC9D,CAAC,CAAC,EAAE,EAAE,CACJ,OAAO,CAAC,KAAK,QAAQ;gBACrB,CAAC,KAAK,IAAI;gBACV,CAAC,CAAC,SAAS,KAAK,2BAA2B,CAC9C,CAAC;YACF,IACE,gBAAgB,KAAK,KAAK;gBAC1B,CAAC,MAAM,KAAK,IAAI,IAAI,gBAAgB,KAAK,IAAI,CAAC;gBAC9C,IAAI,KAAK,SAAS;gBAClB,KAAK,KAAK,SAAS;gBACnB,OAAO,KAAK,SAAS;gBACrB,YAAY,KAAK,IAAI;gBAErB,OAAO;YAET,eAAe;YACf,eAAe,CAAC,YAAY,GAAG,IAAI,CAAC;YACpC,eAAe,CAAC,gBAAgB,GAAG,IAAI,CAAC;YACxC,IAAI,MAAM,KAAK,SAAS,IAAI,gBAAgB,KAAK,SAAS;gBACxD,eAAe,CAAC,MAAM,GAAG,IAAI,CAAC;YAChC,eAAe,CAAC,sBAAsB,GAAG,IAAI,CAAC;YAC9C,eAAe,CAAC,qBAAqB,GAAG,IAAI,CAAC;YAE7C,IAAI,IAAI,KAAK,SAAS;gBACpB,OAAO,CAAC,IAAI,CACV,sBAAQ,CAAC,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;kBAyBL,CAA2B,CACtC,CAAC;YACJ,IAAI,OAAO,KAAK,SAAS,IAAI,IAAI,CAAC,OAAO,KAAK,IAAI;gBAChD,OAAO,CAAC,IAAI,CACV,sBAAQ,CAAC,KAAK,CACZ,8CAA8C,CACrB,CAC5B,CAAC;YACJ,IAAI,KAAK,KAAK,SAAS;gBACrB,OAAO,CAAC,IAAI,CACV,sBAAQ,CAAC,KAAK,CACZ,wCAAwC,CACf,CAC5B,CAAC;YACJ,MAAM,YAAE,CAAC,QAAQ,CAAC,SAAS,CACzB,IAAI,CAAC,OAAQ,EACb,sBAAQ,CAAC,SAAS,CAAC,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC,CACpC,CAAC;QACJ,CAAC;KAAA;IArHqB,4BAAS,YAqH9B,CAAA;AACH,CAAC,EAvHgB,kBAAkB,kCAAlB,kBAAkB,QAuHlC"}
|
package/package.json
CHANGED
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "nestia",
|
|
3
|
-
"version": "7.
|
|
4
|
-
"description": "Nestia CLI tool",
|
|
5
|
-
"main": "bin/index.js",
|
|
6
|
-
"bin": {
|
|
7
|
-
"nestia": "bin/index.js"
|
|
8
|
-
},
|
|
9
|
-
"scripts": {
|
|
10
|
-
"build": "rimraf bin && tsc",
|
|
11
|
-
"package:latest": "npm run build && npm publish --access public --tag latest",
|
|
12
|
-
"package:next": "npm run build && npm publish --access public --tag next"
|
|
13
|
-
},
|
|
14
|
-
"repository": {
|
|
15
|
-
"type": "git",
|
|
16
|
-
"url": "https://github.com/samchon/nestia"
|
|
17
|
-
},
|
|
18
|
-
"keywords": [
|
|
19
|
-
"nestia",
|
|
20
|
-
"cli",
|
|
21
|
-
"sdk",
|
|
22
|
-
"swagger",
|
|
23
|
-
"generator",
|
|
24
|
-
"nestjs",
|
|
25
|
-
"typia"
|
|
26
|
-
],
|
|
27
|
-
"author": "Jeongho Nam",
|
|
28
|
-
"license": "MIT",
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/samchon/nestia/issues"
|
|
31
|
-
},
|
|
32
|
-
"homepage": "https://nestia.io",
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"commander": "^10.0.0",
|
|
35
|
-
"comment-json": "^4.2.3",
|
|
36
|
-
"inquirer": "^8.2.5",
|
|
37
|
-
"package-manager-detector": "^0.2.0"
|
|
38
|
-
},
|
|
39
|
-
"devDependencies": {
|
|
40
|
-
"@nestia/core": "
|
|
41
|
-
"@nestia/sdk": "
|
|
42
|
-
"@types/inquirer": "^9.0.3",
|
|
43
|
-
"@types/node": "^18.11.16",
|
|
44
|
-
"rimraf": "^6.0.1",
|
|
45
|
-
"typescript": "~5.8.
|
|
46
|
-
},
|
|
47
|
-
"files": [
|
|
48
|
-
"bin",
|
|
49
|
-
"src",
|
|
50
|
-
"README.md",
|
|
51
|
-
"LICENSE",
|
|
52
|
-
"package.json"
|
|
53
|
-
]
|
|
54
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "nestia",
|
|
3
|
+
"version": "7.1.1-dev.20250714",
|
|
4
|
+
"description": "Nestia CLI tool",
|
|
5
|
+
"main": "bin/index.js",
|
|
6
|
+
"bin": {
|
|
7
|
+
"nestia": "bin/index.js"
|
|
8
|
+
},
|
|
9
|
+
"scripts": {
|
|
10
|
+
"build": "rimraf bin && tsc",
|
|
11
|
+
"package:latest": "npm run build && npm publish --access public --tag latest",
|
|
12
|
+
"package:next": "npm run build && npm publish --access public --tag next"
|
|
13
|
+
},
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/samchon/nestia"
|
|
17
|
+
},
|
|
18
|
+
"keywords": [
|
|
19
|
+
"nestia",
|
|
20
|
+
"cli",
|
|
21
|
+
"sdk",
|
|
22
|
+
"swagger",
|
|
23
|
+
"generator",
|
|
24
|
+
"nestjs",
|
|
25
|
+
"typia"
|
|
26
|
+
],
|
|
27
|
+
"author": "Jeongho Nam",
|
|
28
|
+
"license": "MIT",
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/samchon/nestia/issues"
|
|
31
|
+
},
|
|
32
|
+
"homepage": "https://nestia.io",
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"commander": "^10.0.0",
|
|
35
|
+
"comment-json": "^4.2.3",
|
|
36
|
+
"inquirer": "^8.2.5",
|
|
37
|
+
"package-manager-detector": "^0.2.0"
|
|
38
|
+
},
|
|
39
|
+
"devDependencies": {
|
|
40
|
+
"@nestia/core": "^7.1.1-dev.20250714",
|
|
41
|
+
"@nestia/sdk": "^7.1.1-dev.20250714",
|
|
42
|
+
"@types/inquirer": "^9.0.3",
|
|
43
|
+
"@types/node": "^18.11.16",
|
|
44
|
+
"rimraf": "^6.0.1",
|
|
45
|
+
"typescript": "~5.8.3"
|
|
46
|
+
},
|
|
47
|
+
"files": [
|
|
48
|
+
"bin",
|
|
49
|
+
"src",
|
|
50
|
+
"README.md",
|
|
51
|
+
"LICENSE",
|
|
52
|
+
"package.json"
|
|
53
|
+
]
|
|
54
|
+
}
|
|
@@ -37,6 +37,9 @@ export namespace PluginConfigurator {
|
|
|
37
37
|
| undefined;
|
|
38
38
|
const strictNullChecks: boolean | undefined =
|
|
39
39
|
compilerOptions.strictNullChecks as boolean | undefined;
|
|
40
|
+
const skipLibCheck: boolean | undefined = compilerOptions.skipLibCheck as
|
|
41
|
+
| boolean
|
|
42
|
+
| undefined;
|
|
40
43
|
const core: comments.CommentObject | undefined = plugins.find(
|
|
41
44
|
(p) =>
|
|
42
45
|
typeof p === "object" &&
|
|
@@ -60,11 +63,13 @@ export namespace PluginConfigurator {
|
|
|
60
63
|
(strict === true || strictNullChecks === true) &&
|
|
61
64
|
core !== undefined &&
|
|
62
65
|
typia !== undefined &&
|
|
63
|
-
swagger !== undefined
|
|
66
|
+
swagger !== undefined &&
|
|
67
|
+
skipLibCheck === true
|
|
64
68
|
)
|
|
65
69
|
return;
|
|
66
70
|
|
|
67
71
|
// DO CONFIGURE
|
|
72
|
+
compilerOptions.skipLibCheck = true;
|
|
68
73
|
compilerOptions.strictNullChecks = true;
|
|
69
74
|
if (strict === undefined && strictNullChecks === undefined)
|
|
70
75
|
compilerOptions.strict = true;
|