Comparing version 6.1.1 to 6.1.2
@@ -146,2 +146,3 @@ "use strict"; | ||
force_urban(50.7029, -57.3511, urban_data); // fix #13 | ||
force_urban(49.7261, -1.9104, urban_data); // fix #15 | ||
@@ -148,0 +149,0 @@ const tz_data = Buffer.allocUnsafe((width / 4) * (height / 2) * 2); |
{ | ||
"name": "tz-lookup", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "fast time zone lookup", | ||
@@ -5,0 +5,0 @@ "main": "tz.js", |
@@ -80,2 +80,3 @@ describe("tzlookup", function() { | ||
[[ 50.7029, -57.3511], "America/St_Johns" ], | ||
[[ 49.7261, -1.9104], "Europe/Paris" ], | ||
@@ -82,0 +83,0 @@ /* Sanity-check international waters. */ |
Sorry, the diff of this file is too big to display
172646
1318