@getsupertab/supertab-js 3.0.0-beta.3 → 3.0.0-beta.4

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.
@@ -337,10 +337,7 @@ declare interface Offering {
337
337
  }
338
338
 
339
339
  declare interface PaygateExperienceResult {
340
- isShowing: () => boolean;
341
340
  show: () => Promise<ExperienceStateSummary>;
342
- hide: () => Promise<ExperienceStateSummary>;
343
- toggle: () => Promise<ExperienceStateSummary>;
344
341
  logIn: () => Promise<ExperienceStateSummary>;
345
342
  destroy: () => void;
346
343
  initialState: ExperienceStateSummary;
@@ -1,4 +1,4 @@
1
- import { S as e } from "./sdk-NMlgEbso.js";
1
+ import { S as e } from "./sdk-2YSdNEu0.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-NMlgEbso.js";
2
+ import { T as l, P as m, a as c, V as E } from "./sdk-2YSdNEu0.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.3",
24
+ "version": "3.0.0-beta.4",
25
25
  "type": "module",
26
26
  "scripts": {
27
27
  "dev": "vite --config .vite/vite.dev.config.ts",