@getsupertab/supertab-js 3.64.0 → 3.64.1
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.
|
@@ -3655,7 +3655,7 @@ var { VITE_STATIC_REDIRECT_URI: Xe, VITE_GTM_CONTAINER_ID: Ze, VITE_SENTRY_DSN:
|
|
|
3655
3655
|
VITE_STATIC_REDIRECT_URI: void 0,
|
|
3656
3656
|
VITE_GTM_CONTAINER_ID: "GTM-NG9GT7FM",
|
|
3657
3657
|
VITE_SENTRY_DSN: "https://d08f3f301f364ceba6345c393c538faf@o23455.ingest.us.sentry.io/4507736861573120",
|
|
3658
|
-
VITE_BASE_URL: "https://js.supertab.co/v3.64.
|
|
3658
|
+
VITE_BASE_URL: "https://js.supertab.co/v3.64.1/",
|
|
3659
3659
|
VITE_DEMO_CLIENT_ID: void 0,
|
|
3660
3660
|
VITE_API_BASE_URL: void 0,
|
|
3661
3661
|
VITE_SSO_BASE_URL: void 0,
|
|
@@ -3664,7 +3664,7 @@ var { VITE_STATIC_REDIRECT_URI: Xe, VITE_GTM_CONTAINER_ID: Ze, VITE_SENTRY_DSN:
|
|
|
3664
3664
|
VITE_CHECKOUT_URL: void 0,
|
|
3665
3665
|
TAPPER_ENV: "prod",
|
|
3666
3666
|
PACKAGE_NAME: "@getsupertab/supertab-js",
|
|
3667
|
-
PACKAGE_VERSION: "3.64.
|
|
3667
|
+
PACKAGE_VERSION: "3.64.1",
|
|
3668
3668
|
MONETIZATION_PROVIDER_SCRIPT_URL: void 0,
|
|
3669
3669
|
VITE_POSTHOG_API_HOST: void 0,
|
|
3670
3670
|
VITE_POSTHOG_API_KEY: void 0
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as e } from "./chunk-NnHqS4_Y.js";
|
|
2
|
-
import { T as t, d as n, n as r, r as i, t as a } from "./env-
|
|
2
|
+
import { T as t, d as n, n as r, r as i, t as a } from "./env-D0CZsYuF.js";
|
|
3
3
|
//#region node_modules/@sentry/core/build/esm/debug-build.js
|
|
4
4
|
var o = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, s = globalThis, c = "10.47.0";
|
|
5
5
|
//#endregion
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { a as e, i as t, n, r, t as i } from "./chunk-NnHqS4_Y.js";
|
|
2
|
-
import { C as a, S as o, T as s, _ as c, a as l, b as u, c as d, d as f, f as p, g as m, h, i as g, l as _, m as v, o as y, p as b, r as x, s as S, u as C, v as w, w as T, x as E, y as D } from "./env-
|
|
2
|
+
import { C as a, S as o, T as s, _ as c, a as l, b as u, c as d, d as f, f as p, g as m, h, i as g, l as _, m as v, o as y, p as b, r as x, s as S, u as C, v as w, w as T, x as E, y as D } from "./env-D0CZsYuF.js";
|
|
3
3
|
//#region src/capture-errors.ts
|
|
4
4
|
var O = /* @__PURE__ */ e(s(), 1), k = async (e) => {
|
|
5
5
|
if (f) {
|
|
6
|
-
let { captureException: t } = await import("./sentry-
|
|
6
|
+
let { captureException: t } = await import("./sentry-DKCpGiCC.js");
|
|
7
7
|
t(e);
|
|
8
8
|
}
|
|
9
9
|
}, A = x === "ctl" || x === "sbx" || x === "stg" ? !0 : x === "prod" && typeof window < "u" && window.location ? new URLSearchParams(window.location.search).has("supertab-enable-logging") : !1, j = {
|
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"access": "public",
|
|
23
23
|
"registry": "https://registry.npmjs.org/"
|
|
24
24
|
},
|
|
25
|
-
"version": "3.64.
|
|
25
|
+
"version": "3.64.1",
|
|
26
26
|
"type": "module",
|
|
27
27
|
"scripts": {
|
|
28
28
|
"dev": "vite --config .vite/vite.dev.config.ts",
|
|
@@ -113,7 +113,6 @@
|
|
|
113
113
|
"typescript": "^5.9.3",
|
|
114
114
|
"vite": "^8.0.8",
|
|
115
115
|
"vite-plugin-dts": "^4.5.3",
|
|
116
|
-
"vite-tsconfig-paths": "^6.0.3",
|
|
117
116
|
"vitest": "^4.0.16",
|
|
118
117
|
"xstate": "^5.24.0",
|
|
119
118
|
"zod": "^3.24.4"
|