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