Comparing version 1.0.6 to 1.0.7
2
m.js
@@ -72,3 +72,3 @@ let initFlag = false; // 初始化完成标记 | ||
} | ||
var { ext = {}, actionId, bizType } = options; | ||
var { ext = {}, actionId, bizType } = eventData; | ||
if (!actionId) { | ||
@@ -75,0 +75,0 @@ console.warn(`[mas] actionId 不能为空`); |
{ | ||
"name": "a-tracker", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/joenix/a-tracker.git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26183