lf-pagebuilder-vue 0.0.3 → 0.0.4

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": "lf-pagebuilder-vue",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Pagebuilder Vue component library for Lefebvre projects - A drag-and-drop page builder with visual editing capabilities",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -22,7 +22,9 @@
22
22
  "dev": "vite build --watch",
23
23
  "build": "vite build && vue-tsc --emitDeclarationOnly",
24
24
  "typecheck": "vue-tsc --noEmit",
25
- "prepublishOnly": "npm run build"
25
+ "prepublishOnly": "npm run build",
26
+ "build:symfony": "vite build --config vite.config.symfony.ts",
27
+ "build:all": "npm run build && npm run build:symfony"
26
28
  },
27
29
  "peerDependencies": {
28
30
  "vue": "^3.3.0",