@monetize.software/sdk-extension 3.0.0-alpha.18 → 3.0.0-alpha.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.
package/dist/content.js CHANGED
@@ -3312,7 +3312,7 @@ let yr = class {
3312
3312
  user: a
3313
3313
  };
3314
3314
  }
3315
- const n = t.user ?? null;
3315
+ const n = this.billing.getCachedUser() ?? t.user ?? null;
3316
3316
  if (n?.has_active_subscription)
3317
3317
  return {
3318
3318
  access: "granted",