weapp-vite 6.3.3 → 6.3.4

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite",
3
3
  "type": "module",
4
- "version": "6.3.3",
4
+ "version": "6.3.4",
5
5
  "description": "weapp-vite 一个现代化的小程序打包工具",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -102,15 +102,15 @@
102
102
  "vite": "8.0.0-beta.8",
103
103
  "vite-tsconfig-paths": "^6.0.4",
104
104
  "vue": "^3.5.27",
105
- "@weapp-core/init": "6.0.0",
105
+ "@weapp-core/schematics": "6.0.1",
106
106
  "@weapp-core/logger": "3.0.1",
107
+ "@weapp-core/init": "6.0.0",
107
108
  "@weapp-core/shared": "3.0.0",
108
- "@weapp-core/schematics": "6.0.1",
109
109
  "@weapp-vite/volar": "2.0.3",
110
110
  "@weapp-vite/web": "1.2.0",
111
111
  "rolldown-require": "2.0.0",
112
112
  "vite-plugin-performance": "2.0.0",
113
- "wevu": "1.2.1",
113
+ "wevu": "1.3.0",
114
114
  "weapp-ide-cli": "5.0.0"
115
115
  },
116
116
  "publishConfig": {