@monetize.software/sdk 3.0.0-alpha.15 → 3.0.0-alpha.16
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/chunks/{PaywallUI-CwFdm-2Q.js → PaywallUI-BBX0qK8m.js} +2 -2
- package/dist/chunks/{PaywallUI-CwFdm-2Q.js.map → PaywallUI-BBX0qK8m.js.map} +1 -1
- package/dist/chunks/{PaywallUI-DZAhxO9L.js → PaywallUI-CX81Oe3o.js} +2 -2
- package/dist/chunks/{PaywallUI-DZAhxO9L.js.map → PaywallUI-CX81Oe3o.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.js +1 -1
- package/package.json +1 -1
|
@@ -3365,7 +3365,7 @@ class Cr {
|
|
|
3365
3365
|
user: o
|
|
3366
3366
|
};
|
|
3367
3367
|
}
|
|
3368
|
-
const i = r.user ?? null;
|
|
3368
|
+
const i = this.billing.getCachedUser() ?? r.user ?? null;
|
|
3369
3369
|
if (i?.has_active_subscription)
|
|
3370
3370
|
return {
|
|
3371
3371
|
access: "granted",
|
|
@@ -3509,4 +3509,4 @@ export {
|
|
|
3509
3509
|
Cr as P,
|
|
3510
3510
|
er as b
|
|
3511
3511
|
};
|
|
3512
|
-
//# sourceMappingURL=PaywallUI-
|
|
3512
|
+
//# sourceMappingURL=PaywallUI-BBX0qK8m.js.map
|