@limetech/limepkg-cpq-order 2.14.7 → 2.14.8

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.
@@ -20,7 +20,7 @@ export declare class ItemSummary implements LimeWebComponent {
20
20
  get translate(): Translator;
21
21
  componentWillLoad(): void;
22
22
  render(): any;
23
- private renderPriceInfoWithoutTax;
24
- private renderPriceInfoWithTax;
23
+ private renderPriceInfoWithoutVat;
24
+ private renderPriceInfoWithVat;
25
25
  private renderSubtotalAndDiscount;
26
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/limepkg-cpq-order",
3
- "version": "2.14.7",
3
+ "version": "2.14.8",
4
4
  "description": "Type definitions for limepkg-cpq-order frontend",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",