@fchc8/vite-plugin-multi-page 1.3.0 → 1.3.1

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/README-EN.md CHANGED
@@ -16,7 +16,7 @@ A powerful Vite plugin for building multi-page applications with smart file rout
16
16
  ## Installation
17
17
 
18
18
  ```bash
19
- npm install vite-plugin-multi-page --save-dev
19
+ npm install @fchc8/vite-plugin-multi-page --save-dev
20
20
  ```
21
21
 
22
22
  ## Quick Start
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  ## 安装
17
17
 
18
18
  ```bash
19
- npm install vite-plugin-multi-page --save-dev
19
+ npm install @fchc8/vite-plugin-multi-page --save-dev
20
20
  ```
21
21
 
22
22
  ## 快速开始
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fchc8/vite-plugin-multi-page",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "A powerful Vite plugin for building multi-page applications with smart file routing and multi-strategy builds",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -65,7 +65,7 @@
65
65
  "git:release": "bash scripts/git-release.sh"
66
66
  },
67
67
  "peerDependencies": {
68
- "vite": "^4.0.0 || ^5.0.0"
68
+ "vite": "^4.0.0 || ^5.0.0 || ^6.0.0"
69
69
  },
70
70
  "dependencies": {
71
71
  "cac": "^6.7.14",