@osovitny/anatoly 2.14.18 → 2.14.19

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.
@@ -2374,7 +2374,7 @@ class BuyAccessButtonComponent {
2374
2374
  });
2375
2375
  });
2376
2376
  */
2377
- this.buy.emit({ plan: this.plan });
2377
+ this.buy.emit(this.plan);
2378
2378
  }
2379
2379
  }
2380
2380
  BuyAccessButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: BuyAccessButtonComponent, deps: [{ token: AppContextService }], target: i0.ɵɵFactoryTarget.Component });