@tarojs/taro 4.0.0-beta.72 → 4.0.0-beta.74

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.72",
3
+ "version": "4.0.0-beta.74",
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.72"
24
+ "@tarojs/api": "4.0.0-beta.74"
25
25
  },
26
26
  "devDependencies": {
27
- "@tarojs/helper": "4.0.0-beta.72",
28
- "@tarojs/shared": "4.0.0-beta.72",
29
- "@tarojs/runtime": "4.0.0-beta.72"
27
+ "@tarojs/helper": "4.0.0-beta.74",
28
+ "@tarojs/shared": "4.0.0-beta.74",
29
+ "@tarojs/runtime": "4.0.0-beta.74"
30
30
  },
31
31
  "peerDependencies": {
32
- "@tarojs/helper": "~4.0.0-beta.72",
33
- "@tarojs/runtime": "~4.0.0-beta.72",
34
- "@tarojs/shared": "~4.0.0-beta.72"
32
+ "@tarojs/helper": "~4.0.0-beta.74",
33
+ "@tarojs/shared": "~4.0.0-beta.74",
34
+ "@tarojs/runtime": "~4.0.0-beta.74"
35
35
  },
36
36
  "peerDependenciesMeta": {
37
37
  "@types/react": {
@@ -54,6 +54,7 @@ export interface ViteHarmonyBuildConfig extends CommonBuildConfig, IHarmonyConfi
54
54
  useJSON5?: boolean
55
55
  blended?: boolean
56
56
  runtimePath?: string | string[]
57
+ isPure?: boolean
57
58
  taroComponentsPath: string
58
59
  }
59
60
 
@@ -105,7 +106,6 @@ export interface ViteCompilerContext<T> {
105
106
  logger
106
107
  filesConfig: IMiniFilesConfig
107
108
  configFileList: string[]
108
- isPure?: boolean
109
109
  compilePage: (pageName: string) => VitePageMeta
110
110
  watchConfigFile: (rollupCtx: PluginContext) => void
111
111
  getAppScriptPath: () => string