@tarojs/router 4.0.0-alpha.35 → 4.0.0-alpha.37

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 +8 -8
package/README.md CHANGED
@@ -20,7 +20,7 @@ H5 端路由系统。
20
20
 
21
21
  #### `type`
22
22
 
23
- 框架类型,`react` | `vue` | `nerv` 三选一。
23
+ 框架类型,`react` | `vue` | `solid` | `preact` 四选一。
24
24
 
25
25
  #### `framework`
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/router",
3
- "version": "4.0.0-alpha.35",
3
+ "version": "4.0.0-alpha.37",
4
4
  "description": "Taro-router",
5
5
  "author": "O2Team",
6
6
  "license": "MIT",
@@ -34,15 +34,15 @@
34
34
  "universal-router": "^9.2.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@tarojs/components": "4.0.0-alpha.35",
38
- "@tarojs/runtime": "4.0.0-alpha.35",
39
- "@tarojs/taro": "4.0.0-alpha.35",
40
- "@tarojs/shared": "4.0.0-alpha.35"
37
+ "@tarojs/components": "4.0.0-alpha.37",
38
+ "@tarojs/runtime": "4.0.0-alpha.37",
39
+ "@tarojs/taro": "4.0.0-alpha.37",
40
+ "@tarojs/shared": "4.0.0-alpha.37"
41
41
  },
42
42
  "peerDependencies": {
43
- "@tarojs/shared": "4.0.0-alpha.35",
44
- "@tarojs/taro": "4.0.0-alpha.35",
45
- "@tarojs/runtime": "4.0.0-alpha.35"
43
+ "@tarojs/runtime": "4.0.0-alpha.37",
44
+ "@tarojs/taro": "4.0.0-alpha.37",
45
+ "@tarojs/shared": "4.0.0-alpha.37"
46
46
  },
47
47
  "scripts": {
48
48
  "prod": "pnpm run build",