vue-data-ui 2.3.0 → 2.3.2

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": "vue-data-ui",
3
3
  "private": false,
4
- "version": "2.3.0",
4
+ "version": "2.3.2",
5
5
  "type": "module",
6
6
  "description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
7
7
  "keywords": [
@@ -85,7 +85,8 @@
85
85
  "test": "vitest --run",
86
86
  "test:w": "vitest --watch",
87
87
  "test:e2e": "npx cypress open",
88
- "simple-build": "npm run clean && vite build --mode production && node copy-types.cjs"
88
+ "simple-build": "npm run clean && vite build --mode production && node copy-types.cjs",
89
+ "preprod": "node del-dev-dep.cjs && npm run clean && vite build --mode production && node copy-types.cjs && node copy-docs.cjs"
89
90
  },
90
91
  "devDependencies": {
91
92
  "@vitejs/plugin-vue": "^5.1.4",