weapp-vite 6.15.3 → 6.15.4

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 +6 -6
package/dist/cli.mjs CHANGED
@@ -2077,7 +2077,7 @@ function registerPrepareCommand(cli) {
2077
2077
  }
2078
2078
  //#endregion
2079
2079
  //#region package.json
2080
- var version = "6.15.3";
2080
+ var version = "6.15.4";
2081
2081
  //#endregion
2082
2082
  //#region src/cli/devHotkeys/format.ts
2083
2083
  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.15.3",
4
+ "version": "6.15.4",
5
5
  "description": "weapp-vite 一个现代化的小程序打包工具",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -116,22 +116,22 @@
116
116
  "vite-tsconfig-paths": "^6.1.1",
117
117
  "vue": "^3.5.32",
118
118
  "vue-tsc": "^3.2.6",
119
- "@weapp-core/constants": "0.1.0",
119
+ "@weapp-core/constants": "^0.1.1",
120
120
  "@weapp-core/init": "6.0.6",
121
121
  "@weapp-core/logger": "3.1.1",
122
122
  "@weapp-core/schematics": "6.0.4",
123
123
  "@weapp-core/shared": "3.0.3",
124
- "@weapp-vite/ast": "6.15.3",
124
+ "@weapp-vite/ast": "6.15.4",
125
125
  "@weapp-vite/mcp": "1.2.1",
126
126
  "@weapp-vite/miniprogram-automator": "1.0.2",
127
127
  "@weapp-vite/volar": "2.0.8",
128
- "@weapp-vite/web": "1.3.14",
128
+ "@weapp-vite/web": "1.3.15",
129
129
  "@wevu/api": "0.2.3",
130
- "@wevu/web-apis": "1.2.5",
130
+ "@wevu/web-apis": "1.2.6",
131
131
  "rolldown-require": "2.0.13",
132
132
  "vite-plugin-performance": "2.0.1",
133
133
  "weapp-ide-cli": "5.2.2",
134
- "wevu": "6.15.3"
134
+ "wevu": "6.15.4"
135
135
  },
136
136
  "publishConfig": {
137
137
  "access": "public",