@osovitny/anatoly 3.20.2 → 3.20.4

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/index.d.ts CHANGED
@@ -149,7 +149,7 @@ declare class BuyAccessButtonComponent implements OnInit {
149
149
  private appContext;
150
150
  contextUpdated: boolean;
151
151
  isUserSignedIn: boolean;
152
- currentPlan: number;
152
+ currentPlanId: number;
153
153
  plan: number;
154
154
  visibleIfUserSignedIn: boolean;
155
155
  planselect: EventEmitter<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.20.2",
3
+ "version": "3.20.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.12",
6
6
  "@angular/core": "^20.3.12",