weapp-vite 6.18.5 → 6.18.7
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 +3 -3
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.7";
|
|
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.7",
|
|
5
5
|
"description": "weapp-vite 一个现代化的小程序打包工具",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"@weapp-core/logger": "3.1.1",
|
|
125
125
|
"@weapp-core/schematics": "6.0.4",
|
|
126
126
|
"@weapp-core/shared": "3.0.6",
|
|
127
|
-
"@weapp-vite/ast": "6.18.
|
|
127
|
+
"@weapp-vite/ast": "6.18.7",
|
|
128
128
|
"@weapp-vite/mcp": "1.4.9",
|
|
129
129
|
"@weapp-vite/miniprogram-automator": "1.2.8",
|
|
130
130
|
"@weapp-vite/volar": "2.1.2",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"rolldown-require": "2.0.22",
|
|
135
135
|
"vite-plugin-performance": "2.0.1",
|
|
136
136
|
"weapp-ide-cli": "6.0.0",
|
|
137
|
-
"wevu": "6.18.
|
|
137
|
+
"wevu": "6.18.7"
|
|
138
138
|
},
|
|
139
139
|
"publishConfig": {
|
|
140
140
|
"access": "public",
|