@namiml/web-sdk 1.7.8 → 3.3.9-dev.202603112317

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.
@@ -4,6 +4,7 @@ import { TConditionalComponent, TCountdownTimerTextComponent, TImageComponent, T
4
4
  export interface TBaseComponent {
5
5
  id?: string;
6
6
  title?: string;
7
+ testId?: string;
7
8
  component: string;
8
9
  namiComponentType?: string;
9
10
  grow?: boolean;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@namiml/web-sdk",
3
3
  "type": "module",
4
- "version": "1.7.8",
4
+ "version": "3.3.9-dev.202603112317",
5
5
  "source": "src/nami-web.ts",
6
- "description": "Nami Web SDK makes subscriptions & in-app purchases easy, with powerful built-in paywalls and A/B testing",
6
+ "description": "Subscription monetization infrastructure drop-in SDK with no-code paywalls, onboarding flows, A/B testing for web",
7
7
  "scripts": {
8
8
  "clear-test-cache": "jest --clearCache",
9
9
  "test": "yarn clear-test-cache && TZ=UTC jest --coverage -i --forceExit",
@@ -129,11 +129,12 @@
129
129
  },
130
130
  "homepage": "https://www.namiml.com",
131
131
  "bugs": {
132
- "url": "https://github.com/namiml/nami-web-sdk/issues"
132
+ "url": "https://github.com/namiml/nami-sdk/issues"
133
133
  },
134
134
  "repository": {
135
135
  "type": "git",
136
- "url": "https://github.com/namiml/nami-web-sdk.git"
136
+ "url": "https://github.com/namiml/nami-sdk.git",
137
+ "directory": "sdk/web"
137
138
  },
138
139
  "sideEffects": [
139
140
  "dist/polyfills.js",