create-vite-taro 0.5.1 → 0.5.3

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/README.md CHANGED
@@ -6,4 +6,4 @@ Create a Vite 8 + React 19 + Taro app for WeChat Mini Program and Web targets.
6
6
  npm create vite-taro@latest my-app
7
7
  ```
8
8
 
9
- Continue with the [Quick Start guide](https://vite-plugin-taro.netlify.app/guides/quick-start/), or browse the [complete documentation](https://vite-plugin-taro.netlify.app).
9
+ Continue with the [Quick Start guide](https://vpt.js.org/guides/quick-start/), or browse the [complete documentation](https://vpt.js.org).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vite-taro",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "description": "Create Vite 8 + React 19 + Taro apps for H5 and WeChat Mini Program targets.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Vite 8 + React 19 + Taro app generated by `create-vite-taro`.
4
4
 
5
- Documentation: <https://vite-plugin-taro.netlify.app>
5
+ Documentation: <https://vpt.js.org>
6
6
 
7
7
  GitHub: <https://github.com/sep2/vite-plugin-taro>
8
8
 
@@ -23,6 +23,6 @@
23
23
  "cross-env": "^10.1.0",
24
24
  "rolldown": "1.2.3",
25
25
  "vite": "8.2.1",
26
- "vite-plugin-taro": "^0.5.1"
26
+ "vite-plugin-taro": "^0.5.3"
27
27
  }
28
28
  }