weapp-vite 6.16.0 → 6.16.1

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
@@ -2784,7 +2784,7 @@ function resolveRunnableHotkeyDefinition(input) {
2784
2784
  }
2785
2785
  //#endregion
2786
2786
  //#region package.json
2787
- var version = "6.16.0";
2787
+ var version = "6.16.1";
2788
2788
  //#endregion
2789
2789
  //#region src/cli/devHotkeys/format.ts
2790
2790
  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.0",
4
+ "version": "6.16.1",
5
5
  "description": "weapp-vite 一个现代化的小程序打包工具",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -122,17 +122,17 @@
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.0",
125
+ "@weapp-vite/ast": "6.16.1",
126
126
  "@weapp-vite/mcp": "1.3.0",
127
127
  "@weapp-vite/miniprogram-automator": "1.0.4",
128
128
  "@weapp-vite/volar": "2.1.0",
129
+ "@weapp-vite/web": "1.3.19",
129
130
  "@wevu/api": "0.2.6",
130
131
  "@wevu/web-apis": "1.2.10",
131
132
  "rolldown-require": "2.0.15",
132
133
  "vite-plugin-performance": "2.0.1",
133
134
  "weapp-ide-cli": "5.2.7",
134
- "wevu": "6.16.0",
135
- "@weapp-vite/web": "1.3.19"
135
+ "wevu": "6.16.1"
136
136
  },
137
137
  "publishConfig": {
138
138
  "access": "public",