vite-plugin-taro-plugin-framework-react 0.1.0 → 0.1.2
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ When updating the upstream Taro version:
|
|
|
38
38
|
3. Update this package version in `package.json`.
|
|
39
39
|
4. Update this package README.
|
|
40
40
|
5. Run `pnpm prepare:taro`.
|
|
41
|
-
6. Run `pnpm build:plugin`, `pnpm typecheck`, `pnpm build:sample:
|
|
41
|
+
6. Run `pnpm build:plugin`, `pnpm typecheck`, `pnpm build:sample:wx`, and `pnpm build:sample:h5`.
|
|
42
42
|
|
|
43
43
|
## License
|
|
44
44
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vite-plugin-taro-plugin-framework-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "React 19 compatible fork of @tarojs/plugin-framework-react for vite-plugin-taro.",
|
|
5
|
-
"author": "
|
|
5
|
+
"author": "sep2",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "index.js",
|
|
8
8
|
"files": [
|