lf-pagebuilder-vue 0.0.3 → 0.0.5

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,7 +1,7 @@
1
1
  {
2
2
  "name": "lf-pagebuilder-vue",
3
- "version": "0.0.3",
4
- "description": "Pagebuilder Vue component library for Lefebvre projects - A drag-and-drop page builder with visual editing capabilities",
3
+ "version": "0.0.5",
4
+ "description": "Constructor de páginas visual basado en Vue.js que permite crear y diseñar páginas web de forma intuitiva mediante componentes arrastrables y configurables",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -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",