@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.
- package/dist/pkg/prod/{browser-ponyfill-CeCiPlVw.js → browser-ponyfill-C10LSn33.js} +1 -1
- package/dist/pkg/prod/{sentry-BMLGC_XW.js → sentry-Bsd48veL.js} +1 -1
- package/dist/pkg/prod/supertab-BN6n_kZO.js +70847 -0
- package/dist/pkg/prod/supertab.d.ts +1 -0
- package/dist/pkg/prod/supertab.js +1 -1
- package/package.json +4 -1
- package/dist/pkg/prod/supertab-C80IjRQ6.js +0 -65990
|
@@ -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;
|
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=22.13.1"
|
|
24
24
|
},
|
|
25
|
-
"version": "3.
|
|
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
|
}
|