weapp-vite 6.16.19 → 6.16.20

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.
@@ -47,6 +47,7 @@ var tdesign_default = [
47
47
  "navbar",
48
48
  "notice-bar",
49
49
  "overlay",
50
+ "paragraph",
50
51
  "picker",
51
52
  "picker-item",
52
53
  "popover",
@@ -80,7 +81,9 @@ var tdesign_default = [
80
81
  "table",
81
82
  "tabs",
82
83
  "tag",
84
+ "text",
83
85
  "textarea",
86
+ "title",
84
87
  "toast",
85
88
  "transition",
86
89
  "tree-select",
package/dist/cli.mjs CHANGED
@@ -3708,7 +3708,7 @@ function resolveRunnableHotkeyDefinition(input) {
3708
3708
  }
3709
3709
  //#endregion
3710
3710
  //#region package.json
3711
- var version = "6.16.19";
3711
+ var version = "6.16.20";
3712
3712
  //#endregion
3713
3713
  //#region src/cli/devHotkeys/format.ts
3714
3714
  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.19",
4
+ "version": "6.16.20",
5
5
  "description": "weapp-vite 一个现代化的小程序打包工具",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -111,9 +111,9 @@
111
111
  "postcss": "^8.5.15",
112
112
  "rolldown": "1.0.2",
113
113
  "rolldown-plugin-dts": "0.25.1",
114
- "semver": "^7.8.0",
114
+ "semver": "^7.8.1",
115
115
  "typescript": "^6.0.3",
116
- "vite": "8.0.13",
116
+ "vite": "8.0.14",
117
117
  "vite-tsconfig-paths": "^6.1.1",
118
118
  "vue": "^3.5.34",
119
119
  "vue-tsc": "^3.3.1",
@@ -122,8 +122,8 @@
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.19",
126
- "@weapp-vite/mcp": "1.3.3",
125
+ "@weapp-vite/ast": "6.16.20",
126
+ "@weapp-vite/mcp": "1.3.4",
127
127
  "@weapp-vite/miniprogram-automator": "1.1.1",
128
128
  "@weapp-vite/volar": "2.1.0",
129
129
  "@weapp-vite/web": "1.3.24",
@@ -131,8 +131,8 @@
131
131
  "@wevu/web-apis": "1.2.15",
132
132
  "rolldown-require": "2.0.17",
133
133
  "vite-plugin-performance": "2.0.1",
134
- "weapp-ide-cli": "5.2.11",
135
- "wevu": "6.16.19"
134
+ "weapp-ide-cli": "5.3.0",
135
+ "wevu": "6.16.20"
136
136
  },
137
137
  "publishConfig": {
138
138
  "access": "public",