@informath/nominatim
Advanced tools
Comparing version 7.0.0 to 7.5.0
@@ -20,3 +20,2 @@ const fetch = require('node-fetch'); // Forgot the "Usage Policy" part... NotLikeThis | ||
if (item) { | ||
console.log(item); | ||
cache[item.url] = await (await fetch(item.url, { | ||
@@ -23,0 +22,0 @@ headers: { |
@@ -5,3 +5,3 @@ { | ||
"description": "Completely rewritten version of David Howell's Nominatim", | ||
"version": "7.0.0", | ||
"version": "7.5.0", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
3817
67