auto-point 0.0.13 → 0.0.14

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.
Files changed (2) hide show
  1. package/AP/auto_point.js +1 -1
  2. package/package.json +1 -1
package/AP/auto_point.js CHANGED
@@ -12,7 +12,7 @@ class auto_point {
12
12
  // 事件列表
13
13
  #EVENTS = ['click']
14
14
  // 发送数据间隔 单位毫秒 默认10秒
15
- #SEND_TIME = 10_000
15
+ #SEND_TIME = 10000
16
16
  // sing挂载事件元素标记
17
17
  #POINT_SING = "auto_point"
18
18
  // 埋点队列
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auto-point",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Automatic burying point",
5
5
  "main": "index.js",
6
6
  "files": [