@innv/nest-initializer 0.2.0 → 0.2.1

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.
@@ -223,7 +223,7 @@ export declare class AppInitializer<T extends INestApplication = INestApplicatio
223
223
  * Adiciona um ResponseMapper global para padronizar respostas.
224
224
  * @param mapper
225
225
  */
226
- withResponseMapper(mapper: ResponseMapper<T>): this;
226
+ withResponseMapper<T>(mapper: ResponseMapper<T>): this;
227
227
  private listen;
228
228
  }
229
229
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innv/nest-initializer",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Uma plataforma fluente e opinativa para inicializar e configurar aplicações NestJS com as melhores práticas.",
5
5
  "author": "Innovare",
6
6
  "license": "MIT",