@namiml/web-sdk 3.3.9 → 3.4.0-dev.202603232321

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.
@@ -142,6 +142,7 @@ export type TInitialState = {
142
142
  currentPage: string;
143
143
  fullScreenPresentation?: boolean;
144
144
  isLoggedIn?: boolean;
145
+ presentationStyle?: NamiPresentationStyle;
145
146
  presentation_style?: NamiPresentationStyle;
146
147
  [key: string]: any;
147
148
  groups: InitiateStateGroup[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@namiml/web-sdk",
3
3
  "type": "module",
4
- "version": "3.3.9",
4
+ "version": "3.4.0-dev.202603232321",
5
5
  "source": "src/nami-web.ts",
6
6
  "description": "Subscription monetization infrastructure — drop-in SDK with no-code paywalls, onboarding flows, A/B testing for web",
7
7
  "scripts": {