nestia 2.0.11 → 2.0.12
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/bin/executable/nestia.js
CHANGED
|
File without changes
|
|
@@ -206,7 +206,7 @@ var FunctionGenerator;
|
|
|
206
206
|
+ " }\n"
|
|
207
207
|
+
|
|
208
208
|
(config.json === true && (route.method === "POST" || route.method === "PUT" || route.method === "PATCH")
|
|
209
|
-
? " export const stringify = createStringifier<Input>()
|
|
209
|
+
? " export const stringify = createStringifier<Input>();\n"
|
|
210
210
|
: "")
|
|
211
211
|
+ "}";
|
|
212
212
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nestia",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.12",
|
|
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.
|
|
45
|
+
"typescript-json": "^2.0.2",
|
|
46
46
|
"typescript-transform-paths": "^3.3.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|