@veloceapps/sdk 3.1.28 → 3.1.29

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloceapps/sdk",
3
- "version": "3.1.28",
3
+ "version": "3.1.29",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^12.2.0",
6
6
  "@angular/common": "^12.2.0",
@@ -23,6 +23,7 @@ export declare class ProductComponent implements OnInit, OnDestroy {
23
23
  ngOnDestroy(): void;
24
24
  private customize;
25
25
  private init;
26
+ private throwIfNoUIDefinition;
26
27
  private getLineItemId;
27
28
  private getAsset;
28
29
  static ɵfac: i0.ɵɵFactoryDeclaration<ProductComponent, [null, null, null, null, null, { optional: true; }]>;