@getsupertab/supertab-js 3.12.2 → 3.12.3

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-CoVw9zQ8.js";
1
+ import { S as e } from "./supertab-djgFDEfi.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.12.2",
25
+ "version": "3.12.3",
26
26
  "type": "module",
27
27
  "scripts": {
28
28
  "dev": "vite --config .vite/vite.dev.config.ts",
@@ -35,7 +35,7 @@
35
35
  "build:pkg-demo:sbx": "TAPPER_ENV=sbx npm run build:pkg-demo",
36
36
  "build:pkg-demo:stg": "TAPPER_ENV=stg npm run build:pkg-demo",
37
37
  "build:pkg-demo:prod": "TAPPER_ENV=prod npm run build:pkg-demo",
38
- "build:cdn": "tsc && vite build --config .vite/vite.cdn.config.ts",
38
+ "build:cdn": "tsc && vite build --config .vite/vite.cdn.config.ts && vite build --config .vite/vite.googlefc.config.ts && vite build --config .vite/vite.supertab-global.config.ts",
39
39
  "build:cdn:sbx": "TAPPER_ENV=sbx npm run build:cdn",
40
40
  "build:cdn:stg": "TAPPER_ENV=stg npm run build:cdn",
41
41
  "build:cdn:prod": "TAPPER_ENV=prod npm run build:cdn",