weapp-vite 6.16.25 → 6.16.26
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
|
@@ -3708,7 +3708,7 @@ function resolveRunnableHotkeyDefinition(input) {
|
|
|
3708
3708
|
}
|
|
3709
3709
|
//#endregion
|
|
3710
3710
|
//#region package.json
|
|
3711
|
-
var version = "6.16.
|
|
3711
|
+
var version = "6.16.26";
|
|
3712
3712
|
//#endregion
|
|
3713
3713
|
//#region src/cli/devHotkeys/format.ts
|
|
3714
3714
|
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.16.
|
|
4
|
+
"version": "6.16.26",
|
|
5
5
|
"description": "weapp-vite 一个现代化的小程序打包工具",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"@weapp-core/logger": "3.1.1",
|
|
123
123
|
"@weapp-core/schematics": "6.0.4",
|
|
124
124
|
"@weapp-core/shared": "3.0.4",
|
|
125
|
-
"@weapp-vite/ast": "6.16.
|
|
125
|
+
"@weapp-vite/ast": "6.16.26",
|
|
126
126
|
"@weapp-vite/mcp": "1.3.6",
|
|
127
127
|
"@weapp-vite/miniprogram-automator": "1.1.3",
|
|
128
128
|
"@weapp-vite/volar": "2.1.0",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"rolldown-require": "2.0.17",
|
|
133
133
|
"vite-plugin-performance": "2.0.1",
|
|
134
134
|
"weapp-ide-cli": "5.3.2",
|
|
135
|
-
"wevu": "6.16.
|
|
135
|
+
"wevu": "6.16.26"
|
|
136
136
|
},
|
|
137
137
|
"publishConfig": {
|
|
138
138
|
"access": "public",
|