weapp-vite 6.18.5 → 6.18.6
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 +4 -4
package/dist/cli.mjs
CHANGED
|
@@ -4507,7 +4507,7 @@ function resolveRunnableHotkeyDefinition(input) {
|
|
|
4507
4507
|
}
|
|
4508
4508
|
//#endregion
|
|
4509
4509
|
//#region package.json
|
|
4510
|
-
var version = "6.18.
|
|
4510
|
+
var version = "6.18.6";
|
|
4511
4511
|
//#endregion
|
|
4512
4512
|
//#region src/cli/devHotkeys/format.ts
|
|
4513
4513
|
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.18.
|
|
4
|
+
"version": "6.18.6",
|
|
5
5
|
"description": "weapp-vite 一个现代化的小程序打包工具",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -121,10 +121,9 @@
|
|
|
121
121
|
"vue-tsc": "^3.3.8",
|
|
122
122
|
"@weapp-core/constants": "0.1.14",
|
|
123
123
|
"@weapp-core/init": "6.0.12",
|
|
124
|
-
"@weapp-core/logger": "3.1.1",
|
|
125
124
|
"@weapp-core/schematics": "6.0.4",
|
|
126
125
|
"@weapp-core/shared": "3.0.6",
|
|
127
|
-
"@weapp-
|
|
126
|
+
"@weapp-core/logger": "3.1.1",
|
|
128
127
|
"@weapp-vite/mcp": "1.4.9",
|
|
129
128
|
"@weapp-vite/miniprogram-automator": "1.2.8",
|
|
130
129
|
"@weapp-vite/volar": "2.1.2",
|
|
@@ -134,7 +133,8 @@
|
|
|
134
133
|
"rolldown-require": "2.0.22",
|
|
135
134
|
"vite-plugin-performance": "2.0.1",
|
|
136
135
|
"weapp-ide-cli": "6.0.0",
|
|
137
|
-
"wevu": "6.18.
|
|
136
|
+
"wevu": "6.18.6",
|
|
137
|
+
"@weapp-vite/ast": "6.18.6"
|
|
138
138
|
},
|
|
139
139
|
"publishConfig": {
|
|
140
140
|
"access": "public",
|