weapp-vite 6.16.46 → 6.16.47

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 +5 -5
package/dist/cli.mjs CHANGED
@@ -3892,7 +3892,7 @@ function resolveRunnableHotkeyDefinition(input) {
3892
3892
  }
3893
3893
  //#endregion
3894
3894
  //#region package.json
3895
- var version = "6.16.46";
3895
+ var version = "6.16.47";
3896
3896
  //#endregion
3897
3897
  //#region src/cli/devHotkeys/format.ts
3898
3898
  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.46",
4
+ "version": "6.16.47",
5
5
  "description": "weapp-vite 一个现代化的小程序打包工具",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -122,24 +122,24 @@
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.46",
125
+ "@weapp-vite/ast": "6.16.47",
126
126
  "@weapp-vite/mcp": "1.4.4",
127
127
  "@weapp-vite/miniprogram-automator": "1.2.3",
128
128
  "@weapp-vite/volar": "2.1.0",
129
129
  "@weapp-vite/web": "1.3.31",
130
130
  "@wevu/api": "0.2.9",
131
- "@wevu/web-apis": "1.2.22",
131
+ "@wevu/web-apis": "1.2.23",
132
132
  "rolldown-require": "2.0.19",
133
133
  "vite-plugin-performance": "2.0.1",
134
134
  "weapp-ide-cli": "5.4.6",
135
- "wevu": "6.16.46"
135
+ "wevu": "6.16.47"
136
136
  },
137
137
  "publishConfig": {
138
138
  "access": "public",
139
139
  "registry": "https://registry.npmjs.org"
140
140
  },
141
141
  "devDependencies": {
142
- "oxc-parser": "^0.135.0",
142
+ "oxc-parser": "^0.136.0",
143
143
  "oxc-walker": "^1.0.0",
144
144
  "tailwindcss": "^4.3.1",
145
145
  "ts-morph": "^28.0.0"