@empjs/adapter-react 4.0.0-alpha.3 → 4.0.0-beta.0

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ npm install @empjs/adapter-react
18
18
 
19
19
  ## 使用
20
20
 
21
- [DEMO](https://github.com/empjs/emp/blob/main/projects/adapter-app/src/App.tsx)
21
+ [DEMO](https://github.com/empjs/emp/blob/main/apps/adapter-app/src/App.tsx)
22
22
 
23
23
  ### 基础用法
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empjs/adapter-react",
3
- "version": "4.0.0-alpha.3",
3
+ "version": "4.0.0-beta.0",
4
4
  "description": "emp react adapter",
5
5
  "license": "MIT",
6
6
  "type": "module",