ng-easycommerce 0.0.627 → 0.0.628

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.
@@ -54,7 +54,7 @@ export declare class ProductDetailEcComponent extends ComponentHelper implements
54
54
  * @param changeAmount cantidad que se quiere restar.
55
55
  * @param forceMultiple si es true, obliga a que el resultado sea múltiplo de changeAmount.
56
56
  */
57
- less: (changeAmount?: number, forceMultiple?: boolean) => void;
57
+ less: (changeAmount?: number, minimum?: number, forceMultiple?: boolean) => void;
58
58
  showContact: () => boolean;
59
59
  hideContact: () => boolean;
60
60
  thereIsMoreInfo: (product: any) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-easycommerce",
3
- "version": "0.0.627",
3
+ "version": "0.0.628",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^9.0.0",
6
6
  "@angular/core": "^9.0.0",