@vizejs/vite-plugin-musea 0.290.0 → 0.291.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.
- package/dist/index.mjs +10 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizejs/vite-plugin-musea",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.291.0",
|
|
4
4
|
"description": "Vite plugin for Musea - Component gallery for Vue components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"component-gallery",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@vizejs/native": "0.
|
|
65
|
+
"@vizejs/native": "0.291.0",
|
|
66
66
|
"pngjs": "7.0.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@types/node": "25.9.2",
|
|
72
72
|
"@types/pngjs": "6.0.5",
|
|
73
73
|
"@vitejs/plugin-vue": "6.0.7",
|
|
74
|
-
"@vizejs/vite-plugin": "0.
|
|
74
|
+
"@vizejs/vite-plugin": "0.291.0",
|
|
75
75
|
"highlight.js": "11.11.1",
|
|
76
76
|
"marked": "18.0.5",
|
|
77
77
|
"marked-highlight": "2.2.4",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"vue-router": "4.5.1"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
|
-
"@vizejs/vite-plugin": "0.
|
|
87
|
+
"@vizejs/vite-plugin": "0.291.0",
|
|
88
88
|
"axe-core": "^4.7.0",
|
|
89
89
|
"playwright": "^1.40.0",
|
|
90
90
|
"vite": "^7.3.0 || ^8.0.0"
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"build": "vp pack && vp build --config gallery-vite.config.ts",
|
|
105
105
|
"build:gallery": "vp build --config gallery-vite.config.ts",
|
|
106
106
|
"dev": "vp pack --watch",
|
|
107
|
-
"test": "vp exec tsx --test src/*.test.ts src/**/*.test.ts",
|
|
107
|
+
"test": "pnpm --dir ../vite build && vp exec tsx --test src/*.test.ts src/**/*.test.ts",
|
|
108
108
|
"check": "vp check src vite.config.ts",
|
|
109
109
|
"check:fix": "vp check --fix src vite.config.ts",
|
|
110
110
|
"fmt": "vp fmt --write src vite.config.ts"
|