@vizejs/vite-plugin-musea 0.59.0 → 0.60.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.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -4,8 +4,10 @@ Vite plugin for Musea - Vue component gallery and documentation.
4
4
 
5
5
  ## Installation
6
6
 
7
+ Install `vp` once from the [Vite+ install guide](https://viteplus.dev/guide/install), then add the package:
8
+
7
9
  ```bash
8
- npm install @vizejs/vite-plugin-musea
10
+ vp install -D @vizejs/vite-plugin-musea
9
11
  ```
10
12
 
11
13
  ## Usage
@@ -45,10 +47,10 @@ export default defineConfig({
45
47
 
46
48
  ```bash
47
49
  # Start dev server
48
- vite dev
50
+ vp dev
49
51
 
50
52
  # Build gallery
51
- vite build
53
+ vp build
52
54
  ```
53
55
 
54
56
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizejs/vite-plugin-musea",
3
- "version": "0.59.0",
3
+ "version": "0.60.0",
4
4
  "description": "Vite plugin for Musea - Component gallery for Vue components",
5
5
  "keywords": [
6
6
  "component-gallery",
@@ -54,7 +54,7 @@
54
54
  "access": "public"
55
55
  },
56
56
  "dependencies": {
57
- "@vizejs/native": "0.59.0",
57
+ "@vizejs/native": "0.60.0",
58
58
  "pngjs": "7.0.0"
59
59
  },
60
60
  "devDependencies": {
@@ -63,7 +63,7 @@
63
63
  "@types/node": "25.6.0",
64
64
  "@types/pngjs": "6.0.5",
65
65
  "@vitejs/plugin-vue": "6.0.6",
66
- "@vizejs/vite-plugin": "0.59.0",
66
+ "@vizejs/vite-plugin": "0.60.0",
67
67
  "highlight.js": "11.11.1",
68
68
  "marked": "17.0.1",
69
69
  "marked-highlight": "2.2.4",
@@ -75,7 +75,7 @@
75
75
  "vue-router": "4.6.4"
76
76
  },
77
77
  "peerDependencies": {
78
- "@vizejs/vite-plugin": "0.59.0",
78
+ "@vizejs/vite-plugin": "0.60.0",
79
79
  "axe-core": "^4.7.0",
80
80
  "playwright": "^1.40.0",
81
81
  "vite": "^8.0.0"