@renzosanchez1357/libreria-compartida-microservicios01 1.0.2 → 1.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.
@@ -1,4 +1,4 @@
1
- import { ProductDto } from "./Product.dto";
1
+ import { ProductDto } from "./Product.dto.js";
2
2
  declare const UpdateProductDto_base: import("@nestjs/mapped-types").MappedType<Partial<ProductDto>>;
3
3
  export declare class UpdateProductDto extends UpdateProductDto_base {
4
4
  id: number;
@@ -1 +1 @@
1
- {"version":3,"file":"update-product.dto.d.ts","sourceRoot":"","sources":["../../../src/dto/products/update-product.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;;AAG3C,qBAAa,gBAAiB,SAAQ,qBAAuB;IAK3D,EAAE,EAAE,MAAM,CAAC;CACZ"}
1
+ {"version":3,"file":"update-product.dto.d.ts","sourceRoot":"","sources":["../../../src/dto/products/update-product.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;;AAG9C,qBAAa,gBAAiB,SAAQ,qBAAuB;IAK3D,EAAE,EAAE,MAAM,CAAC;CACZ"}
@@ -5,7 +5,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
7
  import { PartialType } from "@nestjs/mapped-types";
8
- import { ProductDto } from "./Product.dto";
8
+ import { ProductDto } from "./Product.dto.js";
9
9
  import { IsNumber, IsPositive } from "class-validator";
10
10
  // (PartialType): UpdateProductDto de la clase ProductDto, pero sus campos (de la clase padre) son opcionales
11
11
  export class UpdateProductDto extends PartialType(ProductDto) {
@@ -1 +1 @@
1
- {"version":3,"file":"update-product.dto.js","sourceRoot":"","sources":["../../../src/dto/products/update-product.dto.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACvD,6GAA6G;AAC7G,MAAM,OAAO,gBAAiB,SAAQ,WAAW,CAAC,UAAU,CAAC;IAC3D;yCACqC;IAGrC,EAAE,CAAS;CACZ;AADC;IAFC,QAAQ,EAAE;IACV,UAAU,EAAE;4CACF"}
1
+ {"version":3,"file":"update-product.dto.js","sourceRoot":"","sources":["../../../src/dto/products/update-product.dto.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACvD,6GAA6G;AAC7G,MAAM,OAAO,gBAAiB,SAAQ,WAAW,CAAC,UAAU,CAAC;IAC3D;yCACqC;IAGrC,EAAE,CAAS;CACZ;AADC;IAFC,QAAQ,EAAE;IACV,UAAU,EAAE;4CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@renzosanchez1357/libreria-compartida-microservicios01",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Libreria compartida, para DTOS, y validacion",
5
5
  "main": "dist/index.js",
6
6
  "types": "module",