@tarojs/taro 4.0.0-beta.45 → 4.0.0-beta.47

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.0.0-beta.45",
3
+ "version": "4.0.0-beta.47",
4
4
  "description": "Taro framework",
5
5
  "homepage": "https://github.com/nervjs/taro/tree/master/packages/taro#readme",
6
6
  "main": "index.js",
@@ -21,17 +21,17 @@
21
21
  "author": "O2Team",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@tarojs/api": "4.0.0-beta.45"
24
+ "@tarojs/api": "4.0.0-beta.47"
25
25
  },
26
26
  "devDependencies": {
27
- "@tarojs/helper": "4.0.0-beta.45",
28
- "@tarojs/shared": "4.0.0-beta.45",
29
- "@tarojs/runtime": "4.0.0-beta.45"
27
+ "@tarojs/helper": "4.0.0-beta.47",
28
+ "@tarojs/runtime": "4.0.0-beta.47",
29
+ "@tarojs/shared": "4.0.0-beta.47"
30
30
  },
31
31
  "peerDependencies": {
32
- "@tarojs/helper": "~4.0.0-beta.45",
33
- "@tarojs/runtime": "~4.0.0-beta.45",
34
- "@tarojs/shared": "~4.0.0-beta.45"
32
+ "@tarojs/shared": "~4.0.0-beta.47",
33
+ "@tarojs/helper": "~4.0.0-beta.47",
34
+ "@tarojs/runtime": "~4.0.0-beta.47"
35
35
  },
36
36
  "peerDependenciesMeta": {
37
37
  "@types/react": {
@@ -62,9 +62,6 @@ export interface IHarmonyConfig<T extends CompilerTypes = 'vite'> {
62
62
  /** 指定 React 框架相关的代码是否使用开发环境(未压缩)代码,默认使用生产环境(压缩后)代码 */
63
63
  debugReact?: boolean
64
64
 
65
- /** 是否允许解析嵌套样式,开启后,可能会影响部分使用了嵌套样式的组件性能 */
66
- useNesting?: boolean
67
-
68
65
  /**
69
66
  * 自定义 Webpack 配置
70
67
  * @param chain [webpackChain](https://github.com/neutrinojs/webpack-chain) 对象
@@ -51,7 +51,6 @@ export interface ViteHarmonyBuildConfig extends CommonBuildConfig, IHarmonyConfi
51
51
  fileType: IFileType
52
52
  useETS?: boolean
53
53
  useJSON5?: boolean
54
- useNesting?: boolean
55
54
  blended?: boolean
56
55
  runtimePath?: string | string[]
57
56
  taroComponentsPath: string