@getsupertab/supertab-js 3.12.9 → 3.14.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-Ka6CkyUb.js";
1
+ import { S as e } from "./supertab-hY_5O4pZ.js";
2
2
  export {
3
3
  e as Supertab
4
4
  };
package/package.json CHANGED
@@ -22,25 +22,29 @@
22
22
  "engines": {
23
23
  "node": ">=22.13.1"
24
24
  },
25
- "version": "3.12.9",
25
+ "version": "3.14.0",
26
26
  "type": "module",
27
27
  "scripts": {
28
28
  "dev": "vite --config .vite/vite.dev.config.ts",
29
29
  "build": "npm run build:cdn",
30
30
  "build:pkg": "tsc && vite build --config .vite/vite.pkg.config.ts",
31
+ "build:pkg:ctl": "TAPPER_ENV=ctl npm run build:pkg",
31
32
  "build:pkg:sbx": "TAPPER_ENV=sbx npm run build:pkg",
32
33
  "build:pkg:stg": "TAPPER_ENV=stg npm run build:pkg",
33
34
  "build:pkg:prod": "TAPPER_ENV=prod npm run build:pkg",
34
35
  "build:pkg-demo": "tsc && vite build --config .vite/vite.pkg-demo.config.ts",
36
+ "build:pkg-demo:ctl": "TAPPER_ENV=ctl npm run build:pkg-demo",
35
37
  "build:pkg-demo:sbx": "TAPPER_ENV=sbx npm run build:pkg-demo",
36
38
  "build:pkg-demo:stg": "TAPPER_ENV=stg npm run build:pkg-demo",
37
39
  "build:pkg-demo:prod": "TAPPER_ENV=prod npm run build:pkg-demo",
38
40
  "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",
41
+ "build:cdn:ctl": "TAPPER_ENV=ctl npm run build:cdn",
39
42
  "build:cdn:sbx": "TAPPER_ENV=sbx npm run build:cdn",
40
43
  "build:cdn:stg": "TAPPER_ENV=stg npm run build:cdn",
41
44
  "build:cdn:prod": "TAPPER_ENV=prod npm run build:cdn",
42
45
  "build:all": "npm run build:cdn && npm run build:pkg && npm run build:pkg-demo",
43
46
  "preview": "PREVIEW_BUILD=true npm run build:all && vite preview --config .vite/vite.preview.config.ts",
47
+ "preview:ctl": "TAPPER_ENV=ctl npm run preview",
44
48
  "preview:sbx": "TAPPER_ENV=sbx npm run preview",
45
49
  "preview:stg": "TAPPER_ENV=stg npm run preview",
46
50
  "preview:prod": "TAPPER_ENV=prod npm run preview",