@tarojs/taro 3.5.0-beta.6 → 3.5.0-beta.7

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": "3.5.0-beta.6",
3
+ "version": "3.5.0-beta.7",
4
4
  "description": "Taro framework",
5
5
  "homepage": "https://github.com/nervjs/taro/tree/master/packages/taro#readme",
6
6
  "main": "index.js",
@@ -21,8 +21,8 @@
21
21
  "author": "O2Team",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@tarojs/api": "3.5.0-beta.6",
25
- "@tarojs/runtime": "3.5.0-beta.6"
24
+ "@tarojs/api": "3.5.0-beta.7",
25
+ "@tarojs/runtime": "3.5.0-beta.7"
26
26
  },
27
27
  "peerDependenciesMeta": {
28
28
  "@types/react": {
@@ -370,6 +370,7 @@ interface IPrebundle {
370
370
  force?: boolean
371
371
  include?: string[]
372
372
  exclude?: string[]
373
+ alias?: Record<string, string>
373
374
  esbuild?: Record<string, any>
374
375
  swc?: swc.Config
375
376
  webpack?: {