@getsupertab/supertab-js 3.4.2 → 3.4.3

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 BI = M.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.4.2/",
739
+ VITE_BASE_URL: "https://js.supertab.co/v3.4.3/",
740
740
  TAPPER_ENV: "prod",
741
741
  PACKAGE_NAME: "@getsupertab/supertab-js",
742
- PACKAGE_VERSION: "3.4.2",
742
+ PACKAGE_VERSION: "3.4.3",
743
743
  MONETIZATION_PROVIDER_SCRIPT_URL: void 0
744
744
  });
745
745
  function j4(a, l = {}) {
@@ -1374,7 +1374,7 @@ function ds(a) {
1374
1374
  }
1375
1375
  const lu = async (a) => {
1376
1376
  if (MI) {
1377
- const { captureException: l } = await import("./sentry-Bw8uBp86.js");
1377
+ const { captureException: l } = await import("./sentry-D9KGWpW4.js");
1378
1378
  l(a);
1379
1379
  }
1380
1380
  };
@@ -1,4 +1,4 @@
1
- import { S as e } from "./sdk-itc5fxFc.js";
1
+ import { S as e } from "./sdk-BkB1ahBa.js";
2
2
  export {
3
3
  e as Supertab
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import * as a from "@sentry/react";
2
- import { T as l, P as m, a as c, V as E } from "./sdk-itc5fxFc.js";
2
+ import { T as l, P as m, a as c, V as E } from "./sdk-BkB1ahBa.js";
3
3
  a.init({
4
4
  dsn: E,
5
5
  release: `${m}@${c}`,
package/package.json CHANGED
@@ -9,7 +9,8 @@
9
9
  "Supertab.js"
10
10
  ],
11
11
  "license": "MIT",
12
- "browser": "dist/pkg/prod/sdk",
12
+ "main": "dist/pkg/prod/sdk.js",
13
+ "browser": "dist/pkg/prod/sdk.js",
13
14
  "types": "dist/pkg/prod/sdk.d.ts",
14
15
  "files": [
15
16
  "dist/pkg/prod"
@@ -21,7 +22,7 @@
21
22
  "engines": {
22
23
  "node": ">=22.13.1"
23
24
  },
24
- "version": "3.4.2",
25
+ "version": "3.4.3",
25
26
  "type": "module",
26
27
  "scripts": {
27
28
  "dev": "vite --config .vite/vite.dev.config.ts",