weapp-vite 6.15.7 → 6.15.8
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/dist/cli.mjs +1 -1
- package/package.json +6 -6
package/dist/cli.mjs
CHANGED
|
@@ -2124,7 +2124,7 @@ function registerPrepareCommand(cli) {
|
|
|
2124
2124
|
}
|
|
2125
2125
|
//#endregion
|
|
2126
2126
|
//#region package.json
|
|
2127
|
-
var version = "6.15.
|
|
2127
|
+
var version = "6.15.8";
|
|
2128
2128
|
//#endregion
|
|
2129
2129
|
//#region src/cli/devHotkeys/format.ts
|
|
2130
2130
|
const FULLWIDTH_ASCII_START = 65281;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weapp-vite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "6.15.
|
|
4
|
+
"version": "6.15.8",
|
|
5
5
|
"description": "weapp-vite 一个现代化的小程序打包工具",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -117,21 +117,21 @@
|
|
|
117
117
|
"vue": "^3.5.32",
|
|
118
118
|
"vue-tsc": "^3.2.6",
|
|
119
119
|
"@weapp-core/constants": "^0.1.1",
|
|
120
|
+
"@weapp-core/init": "6.0.8",
|
|
121
|
+
"@weapp-core/logger": "3.1.1",
|
|
120
122
|
"@weapp-core/schematics": "6.0.4",
|
|
121
|
-
"@weapp-core/init": "6.0.7",
|
|
122
123
|
"@weapp-core/shared": "3.0.4",
|
|
123
|
-
"@weapp-
|
|
124
|
-
"@weapp-vite/ast": "6.15.7",
|
|
124
|
+
"@weapp-vite/ast": "6.15.8",
|
|
125
125
|
"@weapp-vite/mcp": "1.2.1",
|
|
126
|
-
"@weapp-vite/volar": "2.1.0",
|
|
127
126
|
"@weapp-vite/miniprogram-automator": "1.0.3",
|
|
127
|
+
"@weapp-vite/volar": "2.1.0",
|
|
128
128
|
"@weapp-vite/web": "1.3.17",
|
|
129
129
|
"@wevu/api": "0.2.4",
|
|
130
130
|
"@wevu/web-apis": "1.2.8",
|
|
131
131
|
"rolldown-require": "2.0.13",
|
|
132
132
|
"vite-plugin-performance": "2.0.1",
|
|
133
133
|
"weapp-ide-cli": "5.2.4",
|
|
134
|
-
"wevu": "6.15.
|
|
134
|
+
"wevu": "6.15.8"
|
|
135
135
|
},
|
|
136
136
|
"publishConfig": {
|
|
137
137
|
"access": "public",
|