nestia 2.1.0-dev.20220503-3 → 2.1.0-dev.20220504
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/lib/executable/nestia.js
CHANGED
|
File without changes
|
|
@@ -130,7 +130,7 @@ var FunctionGenerator;
|
|
|
130
130
|
comments.push.apply(comments, __spreadArray(__spreadArray([], __read(tagList.map(function (tag) { return "@".concat(tag.name, " ").concat(tag.text.map(function (elem) { return elem.text; }).join("")); })), false), [""], false));
|
|
131
131
|
}
|
|
132
132
|
// COMPLETE THE COMMENT
|
|
133
|
-
comments.push("@
|
|
133
|
+
comments.push("@controller ".concat(route.symbol), "@path ".concat(route.method, " ").concat(route.path), "@nestia Generated by Nestia - https://github.com/samchon/nestia");
|
|
134
134
|
//----
|
|
135
135
|
// FINALIZATION
|
|
136
136
|
//----
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nestia",
|
|
3
|
-
"version": "2.1.0-dev.
|
|
3
|
+
"version": "2.1.0-dev.20220504",
|
|
4
4
|
"description": "Automatic SDK and Document generator for the NestJS",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"ttypescript": "^1.5.13",
|
|
43
43
|
"typescript": "^4.6.3",
|
|
44
44
|
"typescript-is": "^0.19.0",
|
|
45
|
-
"typescript-json": "^2.0.9
|
|
45
|
+
"typescript-json": "^2.0.9",
|
|
46
46
|
"typescript-transform-paths": "^3.3.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|