weapp-vite 6.6.1 → 6.6.2

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 +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weapp-vite",
3
3
  "type": "module",
4
- "version": "6.6.1",
4
+ "version": "6.6.2",
5
5
  "description": "weapp-vite 一个现代化的小程序打包工具",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -107,17 +107,17 @@
107
107
  "vite-tsconfig-paths": "^6.1.0",
108
108
  "vue": "^3.5.28",
109
109
  "vue-tsc": "^3.2.4",
110
- "@weapp-core/init": "6.0.1",
111
- "@weapp-core/logger": "3.1.0",
112
110
  "@weapp-core/schematics": "6.0.2",
113
- "@weapp-core/shared": "3.0.1",
114
111
  "@weapp-vite/volar": "2.0.4",
112
+ "@weapp-core/shared": "3.0.1",
115
113
  "@weapp-vite/web": "1.2.4",
116
114
  "@wevu/api": "0.1.1",
117
115
  "rolldown-require": "2.0.6",
118
116
  "vite-plugin-performance": "2.0.1",
119
117
  "weapp-ide-cli": "5.0.3",
120
- "wevu": "2.1.10"
118
+ "@weapp-core/init": "6.0.1",
119
+ "wevu": "2.1.11",
120
+ "@weapp-core/logger": "3.1.0"
121
121
  },
122
122
  "publishConfig": {
123
123
  "access": "public",