@getsupertab/supertab-js 3.23.0 → 3.24.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.
@@ -481,6 +481,7 @@ export declare class Supertab extends SupertabClient {
481
481
  api: ApiClient;
482
482
  auth: AuthClient;
483
483
  checkout: CheckoutClient;
484
+ clientId: string;
484
485
  constructor(supertabConfig: SupertabConfig);
485
486
  createPaywall({ merchantName, merchantLogoUrl, language, experienceId, purchaseMetadata, }?: {
486
487
  merchantName?: string;
@@ -1,4 +1,4 @@
1
- import { S as e } from "./supertab-C80IjRQ6.js";
1
+ import { S as e } from "./supertab-BN6n_kZO.js";
2
2
  export {
3
3
  e as Supertab
4
4
  };
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "engines": {
23
23
  "node": ">=22.13.1"
24
24
  },
25
- "version": "3.23.0",
25
+ "version": "3.24.0",
26
26
  "type": "module",
27
27
  "scripts": {
28
28
  "dev": "vite --config .vite/vite.dev.config.ts",
@@ -116,5 +116,8 @@
116
116
  "vitest": "^3.0.5",
117
117
  "xstate": "^5.19.1",
118
118
  "zod": "^3.24.4"
119
+ },
120
+ "dependencies": {
121
+ "posthog-js": "^1.266.3"
119
122
  }
120
123
  }