@tarojs/taro 4.1.12-beta.9 → 4.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/taro",
3
- "version": "4.1.12-beta.9",
3
+ "version": "4.2.0-beta.0",
4
4
  "description": "Taro framework",
5
5
  "author": "O2Team",
6
6
  "license": "MIT",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@types/postcss-url": "^10.0.4",
27
- "@tarojs/runtime": "4.1.12-beta.9",
28
- "@tarojs/api": "4.1.12-beta.9"
27
+ "@tarojs/api": "4.2.0-beta.0",
28
+ "@tarojs/runtime": "4.2.0-beta.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "html-webpack-plugin": "^5.6.0",
@@ -33,9 +33,9 @@
33
33
  "webpack-chain": "^6.5.1",
34
34
  "webpack-dev-server": "^4.15.2",
35
35
  "rollup": "^3.29.4",
36
- "@tarojs/components": "4.1.12-beta.9",
37
- "@tarojs/helper": "4.1.12-beta.9",
38
- "@tarojs/shared": "4.1.12-beta.9"
36
+ "@tarojs/components": "4.2.0-beta.0",
37
+ "@tarojs/shared": "4.2.0-beta.0",
38
+ "@tarojs/helper": "4.2.0-beta.0"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@types/react": "^18",
@@ -46,9 +46,9 @@
46
46
  "webpack": "^5",
47
47
  "webpack-chain": "^6",
48
48
  "webpack-dev-server": "^4",
49
- "@tarojs/components": "4.1.12-beta.9",
50
- "@tarojs/helper": "4.1.12-beta.9",
51
- "@tarojs/shared": "4.1.12-beta.9"
49
+ "@tarojs/components": "4.2.0-beta.0",
50
+ "@tarojs/helper": "4.2.0-beta.0",
51
+ "@tarojs/shared": "4.2.0-beta.0"
52
52
  },
53
53
  "peerDependenciesMeta": {
54
54
  "@types/react": {
@@ -683,6 +683,11 @@ declare module './index' {
683
683
  * @supported alipay
684
684
  */
685
685
  behavior?: Behavior
686
+ /**
687
+ * 用于开启抖音小程序的 tt-dom 渲染模式
688
+ * @supported tt
689
+ */
690
+ enableTTDom?: boolean
686
691
  }
687
692
 
688
693
  interface Config extends PageConfig, AppConfig {