@vaadin/vaadin-usage-statistics
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -6,3 +6,3 @@ { | ||
"name": "@vaadin/vaadin-usage-statistics", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"directories": { | ||
@@ -9,0 +9,0 @@ "test": "test" |
@@ -216,3 +216,3 @@ /* This file is autogenerated from src/vaadin-usage-statistics.tpl.html */ | ||
if (version) { | ||
frameworks[framework] = { "version": version }; | ||
frameworks[framework] = { version: version }; | ||
} | ||
@@ -247,5 +247,5 @@ } catch (e) {} | ||
if (!storedStats[type][key] || _typeof(storedStats[type][key]) != _typeof({})) { | ||
storedStats[type][key] = { "firstUsed": now }; | ||
storedStats[type][key] = { firstUsed: now }; | ||
} | ||
// Discards any previously logged version numebr | ||
// Discards any previously logged version number | ||
storedStats[type][key].version = gatheredStats[type][key].version; | ||
@@ -464,3 +464,3 @@ storedStats[type][key].lastUsed = now; | ||
get: function get$1() { | ||
return '2.0.6'; | ||
return '2.0.7'; | ||
} | ||
@@ -467,0 +467,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
32375