nestia 2.1.8 → 2.1.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.
@@ -212,7 +212,7 @@ var SwaggerGenerator;
212
212
  || !!route.parameters.find(function (param) { return param.encrypted === true; });
213
213
  return {
214
214
  tags: tags,
215
- summary: encrypted ? "encrypted</font>" : undefined,
215
+ summary: encrypted ? "encrypted" : undefined,
216
216
  parameters: route.parameters
217
217
  .filter(function (param) { return param.category !== "body"; })
218
218
  .map(function (param) { return generate_parameter(checker, collection, route, param); }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestia",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
4
4
  "description": "Automatic SDK and Document generator for the NestJS",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",