@getsupertab/supertab-js 3.0.0-beta.7 → 3.0.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.
@@ -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.7/",
739
+ VITE_BASE_URL: "https://js.supertab.co/v3.0.0/",
740
740
  TAPPER_ENV: "prod",
741
741
  PACKAGE_NAME: "@getsupertab/supertab-js",
742
- PACKAGE_VERSION: "3.0.0-beta.7",
742
+ PACKAGE_VERSION: "3.0.0",
743
743
  MONETIZATION_PROVIDER_SCRIPT_URL: void 0
744
744
  });
745
745
  function TE(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-DkgqG7us.js");
1278
+ const { captureException: l } = await import("./sentry-CTgaRrkO.js");
1279
1279
  l(o);
1280
1280
  }
1281
1281
  };
@@ -1,4 +1,4 @@
1
- import { S as e } from "./sdk-Dv5_v43J.js";
1
+ import { S as e } from "./sdk-JUVn5zR8.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-Dv5_v43J.js";
2
+ import { T as l, P as m, a as c, V as E } from "./sdk-JUVn5zR8.js";
3
3
  a.init({
4
4
  dsn: E,
5
5
  release: `${m}@${c}`,
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "engines": {
22
22
  "node": ">=22.13.1"
23
23
  },
24
- "version": "3.0.0-beta.7",
24
+ "version": "3.0.0",
25
25
  "type": "module",
26
26
  "scripts": {
27
27
  "dev": "vite --config .vite/vite.dev.config.ts",