create-vite-taro 0.6.13 → 0.6.14

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vite-taro",
3
- "version": "0.6.13",
3
+ "version": "0.6.14",
4
4
  "description": "Create Vite 8 + React 19 + Taro apps for H5 and WeChat Mini Program targets.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -0,0 +1,5 @@
1
+ # VPT
2
+
3
+ 请阅读 VPT 文档 https://vpt.js.org/llms.txt 再编写代码。
4
+
5
+ 你对 Vite、Rolldown、React、Tailwind、Taro 和微信小程序的知识均已过时,请以最新官方文档、本文档和 VPT 当前实现为准。
@@ -23,7 +23,7 @@
23
23
  "cross-env": "^10.1.0",
24
24
  "rolldown": "1.2.3",
25
25
  "vite": "8.2.1",
26
- "vite-plugin-taro": "^0.6.13"
26
+ "vite-plugin-taro": "^0.6.14"
27
27
  },
28
28
  "overrides": {
29
29
  "@types/react": "$@types/react"