weapp-vite 6.0.0-alpha.0 → 6.0.0-alpha.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.
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.0.0-alpha.0",
4
+ "version": "6.0.0-alpha.1",
5
5
  "description": "weapp-vite 一个现代化的小程序打包工具",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -107,16 +107,16 @@
107
107
  "vite": "^8.0.0-beta.5",
108
108
  "vite-tsconfig-paths": "^6.0.3",
109
109
  "vue": "^3.5.26",
110
+ "@weapp-core/logger": "2.0.0",
110
111
  "@weapp-core/init": "3.0.8-alpha.0",
111
- "@weapp-core/shared": "2.0.1",
112
112
  "@weapp-core/schematics": "4.0.1-alpha.0",
113
- "@weapp-core/logger": "2.0.0",
113
+ "@weapp-core/shared": "2.0.1",
114
114
  "@weapp-vite/volar": "0.1.0-alpha.0",
115
115
  "@weapp-vite/web": "0.0.3",
116
116
  "rolldown-require": "1.0.6",
117
117
  "vite-plugin-performance": "1.0.0",
118
118
  "weapp-ide-cli": "4.1.2",
119
- "wevu": "0.0.1"
119
+ "wevu": "0.0.2-alpha.0"
120
120
  },
121
121
  "publishConfig": {
122
122
  "access": "public",