weapp-vite 7.0.0 → 7.0.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 +20 -20
package/dist/cli.mjs CHANGED
@@ -5044,7 +5044,7 @@ function resolveRunnableHotkeyDefinition(input) {
5044
5044
  }
5045
5045
  //#endregion
5046
5046
  //#region package.json
5047
- var version = "7.0.0";
5047
+ var version = "7.0.1";
5048
5048
  //#endregion
5049
5049
  //#region src/cli/devHotkeys/format.ts
5050
5050
  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": "7.0.0",
4
+ "version": "7.0.1",
5
5
  "description": "weapp-vite 一个现代化的小程序打包工具",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -120,6 +120,20 @@
120
120
  "@vercel/detect-agent": "^1.2.5",
121
121
  "@volar/typescript": "^2.4.28",
122
122
  "@vue/language-core": "^3.3.11",
123
+ "@weapp-core/constants": "0.2.1",
124
+ "@weapp-core/init": "6.0.16",
125
+ "@weapp-core/logger": "3.1.1",
126
+ "@weapp-core/schematics": "6.2.2",
127
+ "@weapp-core/shared": "3.2.0",
128
+ "@weapp-vite/ast": "7.0.1",
129
+ "@weapp-vite/eslint": "0.2.2",
130
+ "@weapp-vite/i18n": "0.2.1",
131
+ "@weapp-vite/mcp": "1.5.1",
132
+ "@weapp-vite/miniprogram-automator": "1.2.16",
133
+ "@weapp-vite/volar": "2.1.6",
134
+ "@weapp-vite/web": "1.4.18",
135
+ "@wevu/api": "0.3.0",
136
+ "@wevu/web-apis": "1.2.39",
123
137
  "cac": "^7.0.0",
124
138
  "chokidar": "^5.0.0",
125
139
  "comment-json": "^5.0.0",
@@ -137,37 +151,23 @@
137
151
  "postcss": "^8.5.26",
138
152
  "rolldown": "1.2.6",
139
153
  "rolldown-plugin-dts": "0.28.4",
154
+ "rolldown-require": "2.0.27",
140
155
  "semver": "^7.8.5",
141
156
  "typescript": "^6.0.3",
142
157
  "vite": "8.2.2",
158
+ "vite-plugin-performance": "2.0.1",
143
159
  "vite-tsconfig-paths": "^6.1.1",
144
160
  "vue": "^3.5.42",
145
161
  "vue-tsc": "^3.3.11",
162
+ "weapp-ide-cli": "6.1.1",
146
163
  "weapp-tailwindcss": "^5.4.2",
147
- "@weapp-core/constants": "0.2.0",
148
- "@weapp-core/logger": "3.1.1",
149
- "@weapp-core/init": "6.0.16",
150
- "@weapp-core/shared": "3.2.0",
151
- "@weapp-core/schematics": "6.2.2",
152
- "@weapp-vite/eslint": "0.2.2",
153
- "@weapp-vite/i18n": "0.2.0",
154
- "@weapp-vite/ast": "7.0.0",
155
- "@weapp-vite/miniprogram-automator": "1.2.16",
156
- "@weapp-vite/mcp": "1.5.1",
157
- "@weapp-vite/volar": "2.1.6",
158
- "@weapp-vite/web": "1.4.17",
159
- "@wevu/api": "0.3.0",
160
- "@wevu/web-apis": "1.2.38",
161
- "vite-plugin-performance": "2.0.1",
162
- "rolldown-require": "2.0.27",
163
- "wevu": "7.0.0",
164
- "weapp-ide-cli": "6.1.1"
164
+ "wevu": "7.0.1"
165
165
  },
166
166
  "optionalDependencies": {
167
167
  "@swc/core": "^1.16.1"
168
168
  },
169
169
  "devDependencies": {
170
- "oxc-parser": "^0.147.0",
170
+ "oxc-parser": "^0.148.0",
171
171
  "oxc-walker": "^1.1.1",
172
172
  "tailwindcss": "^4.3.3",
173
173
  "ts-morph": "^28.0.0"