nestia 4.0.8 → 4.0.9
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.
|
@@ -92,13 +92,13 @@ var PluginConfigurator;
|
|
|
92
92
|
/**
|
|
93
93
|
* Validate JSON typed response body.
|
|
94
94
|
*
|
|
95
|
-
* - null: Just use JSON.stringify() function, without boosting
|
|
96
|
-
* - "stringify": Use typia.stringify() function, but dangerous
|
|
97
95
|
* - "assert": Use typia.assertStringify() function
|
|
98
96
|
* - "is": Use typia.isStringify() function
|
|
99
97
|
* - "validate": Use typia.validateStringify() function
|
|
98
|
+
* - "stringify": Use typia.stringify() function, but dangerous
|
|
99
|
+
* - null: Just use JSON.stringify() function, without boosting
|
|
100
100
|
*/
|
|
101
|
-
"stringify": "
|
|
101
|
+
"stringify": "assert"
|
|
102
102
|
}`));
|
|
103
103
|
if (typia === undefined)
|
|
104
104
|
plugins.push(Comment.parse(`{ "transform": "typia/lib/transform" }`));
|