befly-vite 1.40.0 → 1.41.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -527,7 +527,7 @@ const finalRoutes = Layouts(routes, "/dashboard", function (layoutName) {
527
527
 
528
528
  ### 最常见脚本写法
529
529
 
530
- 页面项目自己的 `package.json` 在这里主要只保留运行脚本;在 Befly 仓库内,`lint` / `format` 的配置文件、根脚本和提交钩子统一跟随仓库根 `oxfmt.config.js` / `oxlint.config.ts` 与共享 Oxc 基线,不要在基于 `befly-vite` 的页面包里再复制第二套可执行 Oxc 配置。
530
+ 页面项目自己的 `package.json` 在这里主要只保留运行脚本;在 Befly 仓库内,`lint` / `format` 的配置文件、根脚本和提交钩子统一跟随仓库根 `oxfmt.config.js` / `oxlint.config.js` 与共享 Oxc 基线,不要在基于 `befly-vite` 的页面包里再复制第二套可执行 Oxc 配置。
531
531
 
532
532
  ```json
533
533
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "befly-vite",
3
- "version": "1.40.0",
3
+ "version": "1.41.0",
4
4
  "gitHead": "282f7accca9c8d55956a5490c0365cce4a1ad90d",
5
5
  "private": false,
6
6
  "description": "Befly Vite 配置预设和插件集合",
@@ -40,7 +40,7 @@
40
40
  "@vitejs/plugin-vue": "^6.0.7",
41
41
  "sass-embedded": "^1.100.0",
42
42
  "unplugin-vue-components": "^32.1.0",
43
- "vite": "^8.1.3",
43
+ "vite": "^8.1.4",
44
44
  "vite-bundle-analyzer": "^1.3.8",
45
45
  "vue-router": "^5.1.0"
46
46
  },