@getsupertab/supertab-js 3.11.0 → 3.12.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.
@@ -1,4 +1,4 @@
1
- import { S as e } from "./supertab-C_uXis8K.js";
1
+ import { S as e } from "./supertab-DRyo1CCb.js";
2
2
  export {
3
3
  e as Supertab
4
4
  };
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "engines": {
23
23
  "node": ">=22.13.1"
24
24
  },
25
- "version": "3.11.0",
25
+ "version": "3.12.0",
26
26
  "type": "module",
27
27
  "scripts": {
28
28
  "dev": "vite --config .vite/vite.dev.config.ts",
@@ -49,13 +49,12 @@
49
49
  "build-storybook": "storybook build",
50
50
  "prepare": "husky",
51
51
  "lint": "eslint src",
52
- "test:e2e": "testcafe",
53
- "test:e2e:local": "testcafe --speed 0.5",
52
+ "test:e2e": "npx playwright test",
53
+ "test:e2e:headed": "npm run test:e2e -- --headed",
54
54
  "test": "vitest",
55
55
  "generate-api-schemas": "bin/generate-api-schemas",
56
56
  "prepublishOnly": "npm run build:pkg:prod"
57
57
  },
58
- "dependencies": {},
59
58
  "devDependencies": {
60
59
  "@emotion/cache": "^11.14.0",
61
60
  "@emotion/react": "^11.14.0",
@@ -66,6 +65,7 @@
66
65
  "@getsupertab/price-utils": "^1.1.0",
67
66
  "@getsupertab/supertab-ds-components": "^2.6.9",
68
67
  "@getsupertab/tapper-sdk": "^24.0.0",
68
+ "@playwright/test": "^1.53.1",
69
69
  "@semantic-release/changelog": "^6.0.3",
70
70
  "@semantic-release/commit-analyzer": "^13.0.0",
71
71
  "@semantic-release/git": "^10.0.1",
@@ -77,8 +77,8 @@
77
77
  "@storybook/addon-links": "^8.6.12",
78
78
  "@storybook/blocks": "^8.6.12",
79
79
  "@storybook/builder-vite": "^8.3.6",
80
- "@storybook/react-vite": "^8.6.12",
81
80
  "@storybook/react": "^8.6.12",
81
+ "@storybook/react-vite": "^8.6.12",
82
82
  "@storybook/test": "^8.6.12",
83
83
  "@types/react": "^19.0.8",
84
84
  "@types/react-dom": "^19.1.2",
@@ -102,7 +102,6 @@
102
102
  "semantic-release": "^24.2.3",
103
103
  "storybook": "^8.6.7",
104
104
  "tailwindcss": "^3.4.17",
105
- "testcafe": "^3.7.2",
106
105
  "ts-case-convert": "^2.1.0",
107
106
  "typed-openapi": "^0.10.1",
108
107
  "typescript": "^5.8.3",