@getsupertab/supertab-js 3.48.0 → 3.48.2
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/README.md +2 -0
- package/dist/pkg/prod/{browser-ponyfill-Bts3BR-V.js → browser-ponyfill-DBgBTe5i.js} +1 -1
- package/dist/pkg/prod/{sentry-3jwM0O7_.js → sentry-F4GheEBg.js} +4670 -4168
- package/dist/pkg/prod/{supertab-DkmOQP5h.js → supertab-LVgJr5tH.js} +25528 -25081
- package/dist/pkg/prod/supertab.js +1 -1
- package/package.json +9 -11
package/package.json
CHANGED
|
@@ -19,10 +19,7 @@
|
|
|
19
19
|
"access": "public",
|
|
20
20
|
"registry": "https://registry.npmjs.org/"
|
|
21
21
|
},
|
|
22
|
-
"
|
|
23
|
-
"node": ">=22.13.1"
|
|
24
|
-
},
|
|
25
|
-
"version": "3.48.0",
|
|
22
|
+
"version": "3.48.2",
|
|
26
23
|
"type": "module",
|
|
27
24
|
"scripts": {
|
|
28
25
|
"dev": "vite --config .vite/vite.dev.config.ts",
|
|
@@ -56,6 +53,7 @@
|
|
|
56
53
|
"test:e2e": "npx playwright test",
|
|
57
54
|
"test:e2e:headed": "npm run test:e2e -- --headed",
|
|
58
55
|
"test": "vitest",
|
|
56
|
+
"test:coverage": "vitest --coverage",
|
|
59
57
|
"generate-api-schemas": "bin/generate-api-schemas",
|
|
60
58
|
"prepublishOnly": "npm run build:pkg:prod",
|
|
61
59
|
"chromatic": "npx chromatic"
|
|
@@ -69,7 +67,7 @@
|
|
|
69
67
|
"@getsupertab/netlify-plugin-update-client-apps": "^1.1.3",
|
|
70
68
|
"@getsupertab/price-utils": "^1.1.0",
|
|
71
69
|
"@getsupertab/supertab-ds-components": "7.9.0",
|
|
72
|
-
"@getsupertab/tapper-sdk": "^
|
|
70
|
+
"@getsupertab/tapper-sdk": "^53.0.0",
|
|
73
71
|
"@headlessui/tailwindcss": "^0.2.2",
|
|
74
72
|
"@playwright/test": "^1.57.0",
|
|
75
73
|
"@semantic-release/changelog": "^6.0.3",
|
|
@@ -77,7 +75,7 @@
|
|
|
77
75
|
"@semantic-release/git": "^10.0.1",
|
|
78
76
|
"@semantic-release/npm": "^13.1.2",
|
|
79
77
|
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
80
|
-
"@sentry/react": "^
|
|
78
|
+
"@sentry/react": "^10.32.1",
|
|
81
79
|
"@storybook/addon-essentials": "^8.6.12",
|
|
82
80
|
"@storybook/addon-interactions": "^8.6.12",
|
|
83
81
|
"@storybook/addon-links": "^8.6.12",
|
|
@@ -89,8 +87,8 @@
|
|
|
89
87
|
"@testing-library/react": "^16.3.0",
|
|
90
88
|
"@types/react": "^19.2.7",
|
|
91
89
|
"@types/react-dom": "^19.2.3",
|
|
92
|
-
"@vitest/coverage-v8": "^
|
|
93
|
-
"@xstate/react": "^
|
|
90
|
+
"@vitest/coverage-v8": "^4.0.16",
|
|
91
|
+
"@xstate/react": "^6.0.0",
|
|
94
92
|
"autoprefixer": "^10.4.22",
|
|
95
93
|
"chromatic": "^13.3.4",
|
|
96
94
|
"dotenv": "^17.2.3",
|
|
@@ -107,7 +105,7 @@
|
|
|
107
105
|
"posthog-js": "^1.302.2",
|
|
108
106
|
"react": "^18.3.1",
|
|
109
107
|
"react-dom": "^18.3.1",
|
|
110
|
-
"react-i18next": "^
|
|
108
|
+
"react-i18next": "^16.5.1",
|
|
111
109
|
"semantic-release": "^25.0.2",
|
|
112
110
|
"storybook": "^8.6.7",
|
|
113
111
|
"tailwindcss": "^3.4.18",
|
|
@@ -117,8 +115,8 @@
|
|
|
117
115
|
"typescript": "^5.9.3",
|
|
118
116
|
"vite": "^6.4.1",
|
|
119
117
|
"vite-plugin-dts": "^4.5.3",
|
|
120
|
-
"vite-tsconfig-paths": "^
|
|
121
|
-
"vitest": "^
|
|
118
|
+
"vite-tsconfig-paths": "^6.0.3",
|
|
119
|
+
"vitest": "^4.0.16",
|
|
122
120
|
"xstate": "^5.24.0",
|
|
123
121
|
"zod": "^3.24.4"
|
|
124
122
|
}
|