gameanalytics-node-sdk
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/goldfire/gameanalytics-node-sdk", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "GameAnalytics", |
@@ -87,3 +87,5 @@ /** | ||
if (!data.os_version) { | ||
const version = (uaData.os.version || '0.0.0').replace('Vista', '6.0'); | ||
const version = (uaData.os.version || '0.0.0') | ||
.replace('Vista', '6.0') | ||
.replace('x86_64', '8.0'); // Hack to fix Chrome OS reporting until GA supports it. | ||
data.os_version = `${data.platform} ${version}`; | ||
@@ -90,0 +92,0 @@ } |
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
21985
600