nestia 3.0.2 → 3.0.3

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.
@@ -98,7 +98,7 @@ var NestiaConfig;
98
98
  return [2 /*return*/, (function (input) { (function (input, path) {
99
99
  if (path === void 0) { path = "$input"; }
100
100
  var assertType = [
101
- function (input, path, exceptionable) { return null !== input.input && undefined !== input.input && ("string" === typeof input.input || Array.isArray(input.input) && input.input.every(function (elem, index42211452481772005) { return "string" === typeof elem; }) || "object" === typeof input.input && assertType[1](input.input, path + ".input", false && exceptionable)) && (function () {
101
+ function (input, path, exceptionable) { return null !== input.input && undefined !== input.input && ("string" === typeof input.input || Array.isArray(input.input) && input.input.every(function (elem, index31626881345651703) { return "string" === typeof elem; }) || "object" === typeof input.input && assertType[1](input.input, path + ".input", false && exceptionable)) && (function () {
102
102
  var success = undefined === input.output || "string" === typeof input.output;
103
103
  if (success === false && exceptionable === true)
104
104
  throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".output", input.output);
@@ -115,20 +115,20 @@ var NestiaConfig;
115
115
  return success;
116
116
  })(); },
117
117
  function (input, path, exceptionable) { return (function () {
118
- var success = Array.isArray(input.include) && input.include.every(function (elem, index03299460430559864) { return (function () {
118
+ var success = Array.isArray(input.include) && input.include.every(function (elem, index8167978550117219) { return (function () {
119
119
  var success = "string" === typeof elem;
120
120
  if (success === false && exceptionable === true)
121
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".include[" + index03299460430559864 + "]", elem);
121
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".include[" + index8167978550117219 + "]", elem);
122
122
  return success;
123
123
  })(); });
124
124
  if (success === false && exceptionable === true)
125
125
  throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".include", input.include);
126
126
  return success;
127
127
  })() && (function () {
128
- var success = undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(function (elem, index152014167323981) { return (function () {
128
+ var success = undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(function (elem, index31288550140441873) { return (function () {
129
129
  var success = "string" === typeof elem;
130
130
  if (success === false && exceptionable === true)
131
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".exclude[" + index152014167323981 + "]", elem);
131
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".exclude[" + index31288550140441873 + "]", elem);
132
132
  return success;
133
133
  })(); });
134
134
  if (success === false && exceptionable === true)
@@ -151,10 +151,10 @@ var NestiaConfig;
151
151
  throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".declarationDir", input.declarationDir);
152
152
  return success;
153
153
  })() && (undefined === input.disableSizeLimit || false === input.disableSizeLimit || true === input.disableSizeLimit) && (undefined === input.disableSourceOfProjectReferenceRedirect || false === input.disableSourceOfProjectReferenceRedirect || true === input.disableSourceOfProjectReferenceRedirect) && (undefined === input.disableSolutionSearching || false === input.disableSolutionSearching || true === input.disableSolutionSearching) && (undefined === input.disableReferencedProjectLoad || false === input.disableReferencedProjectLoad || true === input.disableReferencedProjectLoad) && (undefined === input.downlevelIteration || false === input.downlevelIteration || true === input.downlevelIteration) && (undefined === input.emitBOM || false === input.emitBOM || true === input.emitBOM) && (undefined === input.emitDecoratorMetadata || false === input.emitDecoratorMetadata || true === input.emitDecoratorMetadata) && (undefined === input.exactOptionalPropertyTypes || false === input.exactOptionalPropertyTypes || true === input.exactOptionalPropertyTypes) && (undefined === input.experimentalDecorators || false === input.experimentalDecorators || true === input.experimentalDecorators) && (undefined === input.forceConsistentCasingInFileNames || false === input.forceConsistentCasingInFileNames || true === input.forceConsistentCasingInFileNames) && (undefined === input.importHelpers || false === input.importHelpers || true === input.importHelpers) && (undefined === input.importsNotUsedAsValues || 0 === input.importsNotUsedAsValues || 1 === input.importsNotUsedAsValues || 2 === input.importsNotUsedAsValues) && (undefined === input.inlineSourceMap || false === input.inlineSourceMap || true === input.inlineSourceMap) && (undefined === input.inlineSources || false === input.inlineSources || true === input.inlineSources) && (undefined === input.isolatedModules || false === input.isolatedModules || true === input.isolatedModules) && (undefined === input.jsx || 0 === input.jsx || 1 === input.jsx || 2 === input.jsx || 3 === input.jsx || 4 === input.jsx || 5 === input.jsx) && (undefined === input.keyofStringsOnly || false === input.keyofStringsOnly || true === input.keyofStringsOnly) && (function () {
154
- var success = undefined === input.lib || Array.isArray(input.lib) && input.lib.every(function (elem, index05106176600797663) { return (function () {
154
+ var success = undefined === input.lib || Array.isArray(input.lib) && input.lib.every(function (elem, index6559510412275915) { return (function () {
155
155
  var success = "string" === typeof elem;
156
156
  if (success === false && exceptionable === true)
157
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".lib[" + index05106176600797663 + "]", elem);
157
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".lib[" + index6559510412275915 + "]", elem);
158
158
  return success;
159
159
  })(); });
160
160
  if (success === false && exceptionable === true)
@@ -175,17 +175,7 @@ var NestiaConfig;
175
175
  if (success === false && exceptionable === true)
176
176
  throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".maxNodeModuleJsDepth", input.maxNodeModuleJsDepth);
177
177
  return success;
178
- })() && (undefined === input.module || 0 === input.module || 1 === input.module || 2 === input.module || 3 === input.module || 4 === input.module || 5 === input.module || 6 === input.module || 7 === input.module || 99 === input.module || 100 === input.module || 199 === input.module) && (undefined === input.moduleResolution || 1 === input.moduleResolution || 2 === input.moduleResolution || 3 === input.moduleResolution || 99 === input.moduleResolution) && (function () {
179
- var success = undefined === input.moduleSuffixes || Array.isArray(input.moduleSuffixes) && input.moduleSuffixes.every(function (elem, index9034905194770788) { return (function () {
180
- var success = "string" === typeof elem;
181
- if (success === false && exceptionable === true)
182
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".moduleSuffixes[" + index9034905194770788 + "]", elem);
183
- return success;
184
- })(); });
185
- if (success === false && exceptionable === true)
186
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".moduleSuffixes", input.moduleSuffixes);
187
- return success;
188
- })() && (undefined === input.moduleDetection || 1 === input.moduleDetection || 2 === input.moduleDetection || 3 === input.moduleDetection) && (undefined === input.newLine || 0 === input.newLine || 1 === input.newLine) && (undefined === input.noEmit || false === input.noEmit || true === input.noEmit) && (undefined === input.noEmitHelpers || false === input.noEmitHelpers || true === input.noEmitHelpers) && (undefined === input.noEmitOnError || false === input.noEmitOnError || true === input.noEmitOnError) && (undefined === input.noErrorTruncation || false === input.noErrorTruncation || true === input.noErrorTruncation) && (undefined === input.noFallthroughCasesInSwitch || false === input.noFallthroughCasesInSwitch || true === input.noFallthroughCasesInSwitch) && (undefined === input.noImplicitAny || false === input.noImplicitAny || true === input.noImplicitAny) && (undefined === input.noImplicitReturns || false === input.noImplicitReturns || true === input.noImplicitReturns) && (undefined === input.noImplicitThis || false === input.noImplicitThis || true === input.noImplicitThis) && (undefined === input.noStrictGenericChecks || false === input.noStrictGenericChecks || true === input.noStrictGenericChecks) && (undefined === input.noUnusedLocals || false === input.noUnusedLocals || true === input.noUnusedLocals) && (undefined === input.noUnusedParameters || false === input.noUnusedParameters || true === input.noUnusedParameters) && (undefined === input.noImplicitUseStrict || false === input.noImplicitUseStrict || true === input.noImplicitUseStrict) && (undefined === input.noPropertyAccessFromIndexSignature || false === input.noPropertyAccessFromIndexSignature || true === input.noPropertyAccessFromIndexSignature) && (undefined === input.assumeChangesOnlyAffectDirectDependencies || false === input.assumeChangesOnlyAffectDirectDependencies || true === input.assumeChangesOnlyAffectDirectDependencies) && (undefined === input.noLib || false === input.noLib || true === input.noLib) && (undefined === input.noResolve || false === input.noResolve || true === input.noResolve) && (undefined === input.noUncheckedIndexedAccess || false === input.noUncheckedIndexedAccess || true === input.noUncheckedIndexedAccess) && (function () {
178
+ })() && (undefined === input.module || 0 === input.module || 1 === input.module || 2 === input.module || 3 === input.module || 4 === input.module || 5 === input.module || 6 === input.module || 7 === input.module || 99 === input.module || 100 === input.module || 199 === input.module) && (undefined === input.moduleResolution || 1 === input.moduleResolution || 2 === input.moduleResolution || 3 === input.moduleResolution || 99 === input.moduleResolution) && (undefined === input.newLine || 0 === input.newLine || 1 === input.newLine) && (undefined === input.noEmit || false === input.noEmit || true === input.noEmit) && (undefined === input.noEmitHelpers || false === input.noEmitHelpers || true === input.noEmitHelpers) && (undefined === input.noEmitOnError || false === input.noEmitOnError || true === input.noEmitOnError) && (undefined === input.noErrorTruncation || false === input.noErrorTruncation || true === input.noErrorTruncation) && (undefined === input.noFallthroughCasesInSwitch || false === input.noFallthroughCasesInSwitch || true === input.noFallthroughCasesInSwitch) && (undefined === input.noImplicitAny || false === input.noImplicitAny || true === input.noImplicitAny) && (undefined === input.noImplicitReturns || false === input.noImplicitReturns || true === input.noImplicitReturns) && (undefined === input.noImplicitThis || false === input.noImplicitThis || true === input.noImplicitThis) && (undefined === input.noStrictGenericChecks || false === input.noStrictGenericChecks || true === input.noStrictGenericChecks) && (undefined === input.noUnusedLocals || false === input.noUnusedLocals || true === input.noUnusedLocals) && (undefined === input.noUnusedParameters || false === input.noUnusedParameters || true === input.noUnusedParameters) && (undefined === input.noImplicitUseStrict || false === input.noImplicitUseStrict || true === input.noImplicitUseStrict) && (undefined === input.noPropertyAccessFromIndexSignature || false === input.noPropertyAccessFromIndexSignature || true === input.noPropertyAccessFromIndexSignature) && (undefined === input.assumeChangesOnlyAffectDirectDependencies || false === input.assumeChangesOnlyAffectDirectDependencies || true === input.assumeChangesOnlyAffectDirectDependencies) && (undefined === input.noLib || false === input.noLib || true === input.noLib) && (undefined === input.noResolve || false === input.noResolve || true === input.noResolve) && (undefined === input.noUncheckedIndexedAccess || false === input.noUncheckedIndexedAccess || true === input.noUncheckedIndexedAccess) && (function () {
189
179
  var success = undefined === input.out || "string" === typeof input.out;
190
180
  if (success === false && exceptionable === true)
191
181
  throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".out", input.out);
@@ -241,10 +231,10 @@ var NestiaConfig;
241
231
  throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".rootDir", input.rootDir);
242
232
  return success;
243
233
  })() && (function () {
244
- var success = undefined === input.rootDirs || Array.isArray(input.rootDirs) && input.rootDirs.every(function (elem, index8034109063253716) { return (function () {
234
+ var success = undefined === input.rootDirs || Array.isArray(input.rootDirs) && input.rootDirs.every(function (elem, index8328898115088668) { return (function () {
245
235
  var success = "string" === typeof elem;
246
236
  if (success === false && exceptionable === true)
247
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".rootDirs[" + index8034109063253716 + "]", elem);
237
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".rootDirs[" + index8328898115088668 + "]", elem);
248
238
  return success;
249
239
  })(); });
250
240
  if (success === false && exceptionable === true)
@@ -256,20 +246,20 @@ var NestiaConfig;
256
246
  throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".sourceRoot", input.sourceRoot);
257
247
  return success;
258
248
  })() && (undefined === input.strict || false === input.strict || true === input.strict) && (undefined === input.strictFunctionTypes || false === input.strictFunctionTypes || true === input.strictFunctionTypes) && (undefined === input.strictBindCallApply || false === input.strictBindCallApply || true === input.strictBindCallApply) && (undefined === input.strictNullChecks || false === input.strictNullChecks || true === input.strictNullChecks) && (undefined === input.strictPropertyInitialization || false === input.strictPropertyInitialization || true === input.strictPropertyInitialization) && (undefined === input.stripInternal || false === input.stripInternal || true === input.stripInternal) && (undefined === input.suppressExcessPropertyErrors || false === input.suppressExcessPropertyErrors || true === input.suppressExcessPropertyErrors) && (undefined === input.suppressImplicitAnyIndexErrors || false === input.suppressImplicitAnyIndexErrors || true === input.suppressImplicitAnyIndexErrors) && (undefined === input.target || 0 === input.target || 1 === input.target || 2 === input.target || 3 === input.target || 4 === input.target || 5 === input.target || 6 === input.target || 7 === input.target || 8 === input.target || 9 === input.target || 99 === input.target || 100 === input.target) && (undefined === input.traceResolution || false === input.traceResolution || true === input.traceResolution) && (undefined === input.useUnknownInCatchVariables || false === input.useUnknownInCatchVariables || true === input.useUnknownInCatchVariables) && (undefined === input.resolveJsonModule || false === input.resolveJsonModule || true === input.resolveJsonModule) && (function () {
259
- var success = undefined === input.types || Array.isArray(input.types) && input.types.every(function (elem, index8747155615314985) { return (function () {
249
+ var success = undefined === input.types || Array.isArray(input.types) && input.types.every(function (elem, index9764726810063298) { return (function () {
260
250
  var success = "string" === typeof elem;
261
251
  if (success === false && exceptionable === true)
262
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".types[" + index8747155615314985 + "]", elem);
252
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".types[" + index9764726810063298 + "]", elem);
263
253
  return success;
264
254
  })(); });
265
255
  if (success === false && exceptionable === true)
266
256
  throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".types", input.types);
267
257
  return success;
268
258
  })() && (function () {
269
- var success = undefined === input.typeRoots || Array.isArray(input.typeRoots) && input.typeRoots.every(function (elem, index34810796909117503) { return (function () {
259
+ var success = undefined === input.typeRoots || Array.isArray(input.typeRoots) && input.typeRoots.every(function (elem, index9564907365108632) { return (function () {
270
260
  var success = "string" === typeof elem;
271
261
  if (success === false && exceptionable === true)
272
- throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".typeRoots[" + index34810796909117503 + "]", elem);
262
+ throw new typescript_json_1.assertType.TypeGuardError("assertType", path + ".typeRoots[" + index9564907365108632 + "]", elem);
273
263
  return success;
274
264
  })(); });
275
265
  if (success === false && exceptionable === true)
@@ -1 +1 @@
1
- {"version":3,"file":"NestiaConfig.js","sourceRoot":"","sources":["../../../src/executable/internal/NestiaConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0CAAoB;AACpB,8CAAwB;AACxB,8CAAkC;AAClC,iDAA2C;AAC3C,mDAAkD;AAClD,mDAA6C;AAI7C,IAAiB,YAAY,CAyB5B;AAzBD,WAAiB,YAAY;;IACzB,SAAgB,GAAG;QACf,OAAO,SAAS,CAAC,GAAG,EAAE,CAAC;IAC3B,CAAC;IAFe,gBAAG,MAElB,CAAA;IAED,IAAM,SAAS,GAAG,IAAI,qBAAS,CAAC;;;;;oBAC5B,IAAI,YAAE,CAAC,UAAU,CAAC,kBAAkB,CAAC,KAAK,KAAK;wBAAE,sBAAO,IAAI,EAAC;oBAE7D,MAAM,CAAC,QAAQ,CAAC;wBACZ,IAAI,EAAE,KAAK;wBACX,eAAe,EAAE;4BACb,MAAM,EAAE,IAAI;yBACf;qBACJ,CAAC,CAAC;oBAGC,sFAAa,cAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,QAAC;;oBAD5C,MAAM,GACR,SAA8C;oBAClD,IAAI,OAAO,MAAM,KAAK,QAAQ;wBAC1B,MAAM,IAAI,KAAK,CAAC,kDAAkD,CAAC,CAAC;oBAElE,MAAM,GACR,OAAO,MAAM,CAAC,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC;oBAEjE;;;;;;kDAAO,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;;;kDAAV,4BAAU;;;;;;;;kDAAV,4BAAU;;;;8CAAV,4BAAU;;;oDAAC,0BAAS,CAAC,KAAK,CAAC,MAAM,CAAC,GAAE;;;SAC9C,CAAC,CAAC;AACP,CAAC,EAzBgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAyB5B"}
1
+ {"version":3,"file":"NestiaConfig.js","sourceRoot":"","sources":["../../../src/executable/internal/NestiaConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0CAAoB;AACpB,8CAAwB;AACxB,8CAAkC;AAClC,iDAA2C;AAC3C,mDAAkD;AAClD,mDAA6C;AAI7C,IAAiB,YAAY,CAyB5B;AAzBD,WAAiB,YAAY;;IACzB,SAAgB,GAAG;QACf,OAAO,SAAS,CAAC,GAAG,EAAE,CAAC;IAC3B,CAAC;IAFe,gBAAG,MAElB,CAAA;IAED,IAAM,SAAS,GAAG,IAAI,qBAAS,CAAC;;;;;oBAC5B,IAAI,YAAE,CAAC,UAAU,CAAC,kBAAkB,CAAC,KAAK,KAAK;wBAAE,sBAAO,IAAI,EAAC;oBAE7D,MAAM,CAAC,QAAQ,CAAC;wBACZ,IAAI,EAAE,KAAK;wBACX,eAAe,EAAE;4BACb,MAAM,EAAE,IAAI;yBACf;qBACJ,CAAC,CAAC;oBAGC,sFAAa,cAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,QAAC;;oBAD5C,MAAM,GACR,SAA8C;oBAClD,IAAI,OAAO,MAAM,KAAK,QAAQ;wBAC1B,MAAM,IAAI,KAAK,CAAC,kDAAkD,CAAC,CAAC;oBAElE,MAAM,GACR,OAAO,MAAM,CAAC,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC;oBAEjE;;;;;;kDAAO,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;;sDAAV,4BAAU;;;;kDAAV,4BAAU;;;;;;;kDAAV,4BAAU;;;;;;;;kDAAV,4BAAU;;;;8CAAV,4BAAU;;;oDAAC,0BAAS,CAAC,KAAK,CAAC,MAAM,CAAC,GAAE;;;SAC9C,CAAC,CAAC;AACP,CAAC,EAzBgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAyB5B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestia",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Automatic SDK and Document generator for the NestJS",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -44,8 +44,8 @@
44
44
  "tsconfig-paths": "^3.14.1",
45
45
  "tstl": "^2.5.6",
46
46
  "ttypescript": "^1.5.13",
47
- "typescript": "^4.7.4",
48
- "typescript-json": "^3.0.4",
47
+ "typescript": "4.6.x",
48
+ "typescript-json": "^3.0.5",
49
49
  "typescript-transform-paths": "^3.3.1"
50
50
  },
51
51
  "devDependencies": {
@@ -56,7 +56,7 @@
56
56
  "@typescript-eslint/eslint-plugin": "^5.26.0",
57
57
  "@typescript-eslint/parser": "^5.26.0",
58
58
  "eslint": "^8.16.0",
59
- "nestia-helper": "^3.0.2",
59
+ "nestia-helper": "^3.0.3",
60
60
  "prettier": "^2.6.2",
61
61
  "rimraf": "^3.0.2"
62
62
  }