@wisdomgarden/mobile-assets 0.0.8 → 0.0.9

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": "@wisdomgarden/mobile-assets",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "host mobile assets",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:WisdomGardenInc/mobile-assets.git",
@@ -23,31 +23,31 @@ Welcome to use TronClass's related services! In order to use TronClass's related
23
23
  > Jiguang Push Core Service SDK
24
24
  > SDK name: jcore.android-2.3.2
25
25
  > Purpose of use: for push messages
26
- > Data type: user identification information (IMEI, MAC address)
26
+ > Data type: user identification information (IMEI, MAC address, APP installation list)
27
27
  > Official website link: https://www.jiguang.cn/
28
28
 
29
29
  > Aurora Push SDK
30
30
  > SDK name: cn.jpush.android-3.3.8
31
31
  > Purpose of use: for push messages
32
- > Data type: user identification information (IMEI, MAC address)
32
+ > Data type: user identification information (IMEI, MAC address, APP installation list)
33
33
  > Official website link: https://www.jiguang.cn/
34
34
 
35
35
  > OneSignal SDK
36
36
  > SDK name: onesignal
37
37
  > Purpose of use: for push messages
38
- > Data type: user identification information (IMEI, MAC address)
38
+ > Data type: user identification information (IMEI, MAC address, APP installation list)
39
39
  > Official website link: https://onesignal.com/
40
40
 
41
41
  > Huawei Push SDK
42
42
  > SDK name: com.huawei.hms
43
43
  > Purpose of use: for push messages
44
- > Data type: user identification information (IMEI, MAC address)
44
+ > Data type: user identification information (IMEI, MAC address, APP installation list)
45
45
  > Official website link: https://developer.huawei.com/consumer/cn/hms/huawei-pushkit
46
46
 
47
47
  > Tencent Browsing Service SDK
48
48
  > SDK name: com.tencent.smtt
49
49
  > Purpose of use: for push messages
50
- > Data type: user identification information (IMEI, MAC address)
50
+ > Data type: user identification information (IMEI, MAC address, APP installation list)
51
51
  > Official website link: https://x5.tencent.com/
52
52
 
53
53
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "updateInfo": {
3
3
  "effectiveTime": "2021-08-18",
4
- "updateTime": "2021-09-08"
4
+ "updateTime": "2021-11-25"
5
5
  },
6
6
  "i18n": {
7
7
  "zh-CN": {
@@ -23,31 +23,31 @@
23
23
  > 极光推送核心服务SDK
24
24
  > SDK名称:jcore.android-2.3.2
25
25
  > 使用目的:用于推送消息
26
- > 数据类型:用户标识信息(IMEI、MAC地址)
26
+ > 数据类型:用户标识信息(IMEI、MAC地址、软件安装列表)
27
27
  > 官网链接:https://www.jiguang.cn/
28
28
 
29
29
  > 极光推送SDK
30
30
  > SDK名称:cn.jpush.android-3.3.8
31
31
  > 使用目的:用于推送消息
32
- > 数据类型:用户标识信息(IMEI、MAC地址)
32
+ > 数据类型:用户标识信息(IMEI、MAC地址、软件安装列表)
33
33
  > 官网链接:https://www.jiguang.cn/
34
34
 
35
35
  > OneSignal SDK
36
36
  > SDK名称:onesignal
37
37
  > 使用目的:用于推送消息
38
- > 数据类型:用户标识信息(IMEI、MAC地址)
38
+ > 数据类型:用户标识信息(IMEI、MAC地址、软件安装列表)
39
39
  > 官网链接:https://onesignal.com/
40
40
 
41
41
  > 华为推送 SDK
42
42
  > SDK名称:com.huawei.hms
43
43
  > 使用目的:用于推送消息
44
- > 数据类型:用户标识信息(IMEI、MAC地址)
44
+ > 数据类型:用户标识信息(IMEI、MAC地址、软件安装列表)
45
45
  > 官网链接:https://developer.huawei.com/consumer/cn/hms/huawei-pushkit
46
46
 
47
47
  > 腾讯浏览服务SDK
48
48
  > SDK名称:com.tencent.smtt
49
49
  > 使用目的:用于推送消息
50
- > 数据类型:用户标识信息(IMEI、MAC地址)
50
+ > 数据类型:用户标识信息(IMEI、MAC地址、软件安装列表)
51
51
  > 官网链接:https://x5.tencent.com/
52
52
 
53
53