vite-plugin-taro-plugin-framework-react 0.1.5 → 0.1.7

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ import Taro from 'virtual:taro/api'
19
19
 
20
20
  ## Generated source
21
21
 
22
- - Generator: [`scripts/build-patched-taro-packages.mjs`](../../scripts/build-patched-taro-packages.mjs)
22
+ - Generator: [`scripts/build-patched-taro-packages.ts`](../../scripts/build-patched-taro-packages.ts)
23
23
  - Patch: [`patches/@tarojs__plugin-framework-react@4.2.0-react19.patch`](../../patches/@tarojs__plugin-framework-react@4.2.0-react19.patch)
24
24
  - Output package directory: [`packages/taro-plugin-framework-react`](.)
25
25
 
@@ -33,7 +33,7 @@ pnpm prepare:taro
33
33
 
34
34
  When updating the upstream Taro version:
35
35
 
36
- 1. Update `upstreamVersion` in `scripts/build-patched-taro-packages.mjs`.
36
+ 1. Update `upstreamVersion` in `scripts/build-patched-taro-packages.ts`.
37
37
  2. Refresh the matching patch file in `patches/`.
38
38
  3. Update this package version in `package.json`.
39
39
  4. Update this package README.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-taro-plugin-framework-react",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "React 19 compatible fork of @tarojs/plugin-framework-react for vite-plugin-taro.",
5
5
  "author": "sep2",
6
6
  "license": "MIT",