@tarojs/taro 3.6.16-alpha.0 → 3.6.16-alpha.1

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.6.16-alpha.0",
3
+ "version": "3.6.16-alpha.1",
4
4
  "description": "Taro framework",
5
5
  "homepage": "https://github.com/nervjs/taro/tree/master/packages/taro#readme",
6
6
  "main": "index.js",
@@ -21,11 +21,11 @@
21
21
  "author": "O2Team",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@tarojs/api": "3.6.16-alpha.0",
25
- "@tarojs/runtime": "3.6.16-alpha.0"
24
+ "@tarojs/api": "3.6.16-alpha.1",
25
+ "@tarojs/runtime": "3.6.16-alpha.1"
26
26
  },
27
27
  "devDependencies": {
28
- "@tarojs/helper": "3.6.16-alpha.0"
28
+ "@tarojs/helper": "3.6.16-alpha.1"
29
29
  },
30
30
  "peerDependenciesMeta": {
31
31
  "@types/react": {
@@ -107,6 +107,7 @@
107
107
  /// <reference path="api/wxml/index.d.ts" />
108
108
  /// <reference path="api/ext/index.d.ts" />
109
109
  /// <reference path="api/ad/index.d.ts" />
110
+ /// <reference path="api/privacy/index.d.ts" />
110
111
 
111
112
  /// <reference path="api/cloud/index.d.ts" />
112
113
  /// <reference path="api/open-api/facial.d.ts" />