@flarehr/salpac-cars-calculator 1.0.1282 → 1.0.1284
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flarehr/salpac-cars-calculator",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1284",
|
|
4
4
|
"description": "Flare Cars Calculator",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -13,11 +13,12 @@
|
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"dev": "vite",
|
|
16
|
-
"build": "npm run build:clean && npm run build:salpac && npm run build:flare && npm run build:byd && npm run build:merge",
|
|
16
|
+
"build": "npm run build:clean && npm run build:salpac && npm run build:flare && npm run build:byd && npm run build:energy-flex && npm run build:merge",
|
|
17
17
|
"build:clean": "node -e \"require('fs').rmSync('dist', {recursive: true, force: true})\"",
|
|
18
18
|
"build:salpac": "tsc && vite build --config vite.config.salpac.ts",
|
|
19
19
|
"build:flare": "tsc && vite build --config vite.config.flare.ts",
|
|
20
20
|
"build:byd": "vite build --config vite.config.byd.ts",
|
|
21
|
+
"build:energy-flex": "vite build --config vite.config.energy-flex.ts",
|
|
21
22
|
"build:merge": "node scripts/merge-distributions.js",
|
|
22
23
|
"preview": "vite preview",
|
|
23
24
|
"analyze": "npx vite-bundle-visualizer",
|