@open-norantec/herbal 1.0.2-alpha.27 → 1.0.2-alpha.28

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.
@@ -95,7 +95,7 @@ var TypeScriptClient = (function (_super) {
95
95
  return [4, this.schemaToTypeScriptLiteral(responseSchema)];
96
96
  case 3:
97
97
  responseTypeLiteral = _o.sent();
98
- methodTypeMapCodeLines.push(["'".concat(pathname, "': {"), " request: ".concat(requestTypeLiteral, ";"), " response: ".concat(responseTypeLiteral, ";"), ' };'].join(''));
98
+ methodTypeMapCodeLines.push([" '".concat(pathname, "': {"), " request: ".concat(requestTypeLiteral, ";"), " response: ".concat(responseTypeLiteral, ";"), ' };'].join(''));
99
99
  _o.label = 4;
100
100
  case 4:
101
101
  _i++;
@@ -215,6 +215,7 @@ var TypeScriptClient = (function (_super) {
215
215
  format: true,
216
216
  bannerComment: '',
217
217
  additionalProperties: false,
218
+ unknownAny: false,
218
219
  style: {
219
220
  singleQuote: true,
220
221
  semi: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-norantec/herbal",
3
- "version": "1.0.2-alpha.27",
3
+ "version": "1.0.2-alpha.28",
4
4
  "description": "Herbal is a builder and toolchain for Nest.js applications",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {