@getsupertab/supertab-js 3.4.2 → 3.5.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-DGlRwnUK.js +340 -0
- package/dist/pkg/prod/sdk-CfgHfbKj.js +64255 -0
- package/dist/pkg/prod/sdk.js +1 -1
- package/dist/pkg/prod/sentry-ZWgrg1WJ.js +12528 -0
- package/package.json +13 -18
- package/dist/pkg/prod/sdk-itc5fxFc.js +0 -33666
- package/dist/pkg/prod/sentry-Bw8uBp86.js +0 -42
package/package.json
CHANGED
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"Supertab.js"
|
|
10
10
|
],
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"
|
|
12
|
+
"main": "dist/pkg/prod/sdk.js",
|
|
13
|
+
"browser": "dist/pkg/prod/sdk.js",
|
|
13
14
|
"types": "dist/pkg/prod/sdk.d.ts",
|
|
14
15
|
"files": [
|
|
15
16
|
"dist/pkg/prod"
|
|
@@ -21,7 +22,7 @@
|
|
|
21
22
|
"engines": {
|
|
22
23
|
"node": ">=22.13.1"
|
|
23
24
|
},
|
|
24
|
-
"version": "3.
|
|
25
|
+
"version": "3.5.0",
|
|
25
26
|
"type": "module",
|
|
26
27
|
"scripts": {
|
|
27
28
|
"dev": "vite --config .vite/vite.dev.config.ts",
|
|
@@ -54,25 +55,12 @@
|
|
|
54
55
|
"generate-api-schemas": "bin/generate-api-schemas",
|
|
55
56
|
"prepublishOnly": "npm run build:pkg:prod"
|
|
56
57
|
},
|
|
57
|
-
"dependencies": {
|
|
58
|
+
"dependencies": {},
|
|
59
|
+
"devDependencies": {
|
|
58
60
|
"@emotion/cache": "^11.14.0",
|
|
59
61
|
"@emotion/react": "^11.14.0",
|
|
60
62
|
"@emotion/styled": "^11.14.0",
|
|
61
63
|
"@emotion/utils": "^1.4.2",
|
|
62
|
-
"@sentry/react": "^9.12.0",
|
|
63
|
-
"@xstate/react": "^5.0.2",
|
|
64
|
-
"focus-trap-react": "^11.0.3",
|
|
65
|
-
"i18next": "^24.2.3",
|
|
66
|
-
"i18next-browser-languagedetector": "^8.0.5",
|
|
67
|
-
"i18next-http-backend": "^3.0.2",
|
|
68
|
-
"react": "^18.3.1",
|
|
69
|
-
"react-dom": "^18.3.1",
|
|
70
|
-
"react-i18next": "^15.5.1",
|
|
71
|
-
"ts-case-convert": "^2.1.0",
|
|
72
|
-
"xstate": "^5.19.1",
|
|
73
|
-
"zod": "^3.24.4"
|
|
74
|
-
},
|
|
75
|
-
"devDependencies": {
|
|
76
64
|
"@getsupertab/eslint-config": "^1.1.1",
|
|
77
65
|
"@getsupertab/netlify-plugin-update-client-apps": "^1.1.3",
|
|
78
66
|
"@getsupertab/price-utils": "^1.1.0",
|
|
@@ -83,6 +71,7 @@
|
|
|
83
71
|
"@semantic-release/git": "^10.0.1",
|
|
84
72
|
"@semantic-release/npm": "^12.0.1",
|
|
85
73
|
"@semantic-release/release-notes-generator": "^14.0.1",
|
|
74
|
+
"@sentry/react": "^9.12.0",
|
|
86
75
|
"@storybook/addon-essentials": "^8.6.12",
|
|
87
76
|
"@storybook/addon-interactions": "^8.6.12",
|
|
88
77
|
"@storybook/addon-links": "^8.6.12",
|
|
@@ -98,6 +87,7 @@
|
|
|
98
87
|
"autoprefixer": "^10.4.21",
|
|
99
88
|
"dotenv": "^16.5.0",
|
|
100
89
|
"eslint": "^8.57.0",
|
|
90
|
+
"focus-trap-react": "^11.0.3",
|
|
101
91
|
"happy-dom": "^17.4.6",
|
|
102
92
|
"husky": "^9.1.7",
|
|
103
93
|
"i18next": "^25.0.2",
|
|
@@ -106,16 +96,21 @@
|
|
|
106
96
|
"lint-staged": "^15.5.2",
|
|
107
97
|
"msw-storybook-addon": "^2.0.3",
|
|
108
98
|
"postcss": "^8.5.3",
|
|
99
|
+
"react": "^18.3.1",
|
|
100
|
+
"react-dom": "^18.3.1",
|
|
109
101
|
"react-i18next": "^15.5.1",
|
|
110
102
|
"semantic-release": "^24.2.3",
|
|
111
103
|
"storybook": "^8.6.7",
|
|
112
104
|
"tailwindcss": "^3.4.17",
|
|
113
105
|
"testcafe": "^3.7.2",
|
|
106
|
+
"ts-case-convert": "^2.1.0",
|
|
114
107
|
"typed-openapi": "^0.10.1",
|
|
115
108
|
"typescript": "^5.8.3",
|
|
116
109
|
"vite": "^6.3.5",
|
|
117
110
|
"vite-plugin-dts": "^4.5.3",
|
|
118
111
|
"vite-tsconfig-paths": "^5.1.4",
|
|
119
|
-
"vitest": "^3.0.5"
|
|
112
|
+
"vitest": "^3.0.5",
|
|
113
|
+
"xstate": "^5.19.1",
|
|
114
|
+
"zod": "^3.24.4"
|
|
120
115
|
}
|
|
121
116
|
}
|