@getsupertab/supertab-js 3.0.0-beta.4 → 3.0.0-beta.5
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.
|
@@ -736,10 +736,10 @@ const DI = F.object({
|
|
|
736
736
|
VITE_STATIC_REDIRECT_URI: void 0,
|
|
737
737
|
VITE_GTM_CONTAINER_ID: "GTM-NG9GT7FM",
|
|
738
738
|
VITE_SENTRY_DSN: "https://d08f3f301f364ceba6345c393c538faf@o23455.ingest.us.sentry.io/4507736861573120",
|
|
739
|
-
VITE_BASE_URL: "https://js.supertab.co/v3.0.0-beta.
|
|
739
|
+
VITE_BASE_URL: "https://js.supertab.co/v3.0.0-beta.5/",
|
|
740
740
|
TAPPER_ENV: "prod",
|
|
741
741
|
PACKAGE_NAME: "@getsupertab/supertab-js",
|
|
742
|
-
PACKAGE_VERSION: "3.0.0-beta.
|
|
742
|
+
PACKAGE_VERSION: "3.0.0-beta.5",
|
|
743
743
|
MONETIZATION_PROVIDER_SCRIPT_URL: void 0
|
|
744
744
|
});
|
|
745
745
|
function Tw(o, l = {}) {
|
|
@@ -1275,7 +1275,7 @@ function ds(o) {
|
|
|
1275
1275
|
}
|
|
1276
1276
|
const lu = async (o) => {
|
|
1277
1277
|
if (NI) {
|
|
1278
|
-
const { captureException: l } = await import("./sentry-
|
|
1278
|
+
const { captureException: l } = await import("./sentry-BW2dXF-l.js");
|
|
1279
1279
|
l(o);
|
|
1280
1280
|
}
|
|
1281
1281
|
};
|
|
@@ -3619,6 +3619,11 @@ const $0 = {
|
|
|
3619
3619
|
guard: "entitlementExpired",
|
|
3620
3620
|
target: "Initializing",
|
|
3621
3621
|
reenter: !0
|
|
3622
|
+
},
|
|
3623
|
+
{
|
|
3624
|
+
// If the entitlement is not expired, re-enter the same state to check again in 1 second
|
|
3625
|
+
target: "PriorEntitlement",
|
|
3626
|
+
reenter: !0
|
|
3622
3627
|
}
|
|
3623
3628
|
]
|
|
3624
3629
|
}
|
package/dist/pkg/prod/sdk.js
CHANGED