@getsupertab/supertab-js 3.7.0 → 3.8.0
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/pkg/prod/{browser-ponyfill-sGts8M8y.js → browser-ponyfill-CDULt84f.js} +1 -1
- package/dist/pkg/prod/{sentry-Dg1blqxr.js → sentry-DozUUuNs.js} +1 -1
- package/dist/pkg/prod/{sdk-hiMQ9cBY.js → supertab-BEEp9nTQ.js} +4 -4
- package/dist/pkg/prod/supertab.js +4 -0
- package/package.json +4 -4
- package/dist/pkg/prod/sdk.js +0 -4
- /package/dist/pkg/prod/{sdk.d.ts → supertab.d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as nu, T as ru, P as su, a as iu, V as ou } from "./
|
|
1
|
+
import { r as nu, T as ru, P as su, a as iu, V as ou } from "./supertab-BEEp9nTQ.js";
|
|
2
2
|
const w = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, st = "9.22.0", $ = globalThis;
|
|
3
3
|
function ft() {
|
|
4
4
|
return nr($), $;
|
|
@@ -4854,10 +4854,10 @@ const DN = Hr({
|
|
|
4854
4854
|
VITE_STATIC_REDIRECT_URI: void 0,
|
|
4855
4855
|
VITE_GTM_CONTAINER_ID: "GTM-NG9GT7FM",
|
|
4856
4856
|
VITE_SENTRY_DSN: "https://d08f3f301f364ceba6345c393c538faf@o23455.ingest.us.sentry.io/4507736861573120",
|
|
4857
|
-
VITE_BASE_URL: "https://js.supertab.co/v3.
|
|
4857
|
+
VITE_BASE_URL: "https://js.supertab.co/v3.8.0/",
|
|
4858
4858
|
TAPPER_ENV: "prod",
|
|
4859
4859
|
PACKAGE_NAME: "@getsupertab/supertab-js",
|
|
4860
|
-
PACKAGE_VERSION: "3.
|
|
4860
|
+
PACKAGE_VERSION: "3.8.0",
|
|
4861
4861
|
MONETIZATION_PROVIDER_SCRIPT_URL: void 0
|
|
4862
4862
|
});
|
|
4863
4863
|
function QI(o, i = {}) {
|
|
@@ -5496,7 +5496,7 @@ const xr = /* @__PURE__ */ p6(j), N9 = /* @__PURE__ */ XL({
|
|
|
5496
5496
|
default: xr
|
|
5497
5497
|
}, [j]), z1 = async (o) => {
|
|
5498
5498
|
if (LN) {
|
|
5499
|
-
const { captureException: i } = await import("./sentry-
|
|
5499
|
+
const { captureException: i } = await import("./sentry-DozUUuNs.js");
|
|
5500
5500
|
i(o);
|
|
5501
5501
|
}
|
|
5502
5502
|
};
|
|
@@ -63430,7 +63430,7 @@ typeof ActiveXObject == "function" && (typeof global < "u" && global.ActiveXObje
|
|
|
63430
63430
|
typeof Z1 != "function" && (Z1 = void 0);
|
|
63431
63431
|
if (!Z1 && !nS && !E5)
|
|
63432
63432
|
try {
|
|
63433
|
-
import("./browser-ponyfill-
|
|
63433
|
+
import("./browser-ponyfill-CDULt84f.js").then((o) => o.b).then(function(o) {
|
|
63434
63434
|
Z1 = o.default;
|
|
63435
63435
|
}).catch(function() {
|
|
63436
63436
|
});
|
package/package.json
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"Supertab.js"
|
|
10
10
|
],
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"main": "dist/pkg/prod/
|
|
13
|
-
"browser": "dist/pkg/prod/
|
|
14
|
-
"types": "dist/pkg/prod/
|
|
12
|
+
"main": "dist/pkg/prod/supertab.js",
|
|
13
|
+
"browser": "dist/pkg/prod/supertab.js",
|
|
14
|
+
"types": "dist/pkg/prod/supertab.d.ts",
|
|
15
15
|
"files": [
|
|
16
16
|
"dist/pkg/prod"
|
|
17
17
|
],
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=22.13.1"
|
|
24
24
|
},
|
|
25
|
-
"version": "3.
|
|
25
|
+
"version": "3.8.0",
|
|
26
26
|
"type": "module",
|
|
27
27
|
"scripts": {
|
|
28
28
|
"dev": "vite --config .vite/vite.dev.config.ts",
|
package/dist/pkg/prod/sdk.js
DELETED
|
File without changes
|