@informath/nominatim
Advanced tools
Comparing version 7.5.0 to 7.5.5
@@ -5,3 +5,3 @@ const fetch = require('node-fetch'); // Forgot the "Usage Policy" part... NotLikeThis | ||
const cache = new Db('cache.json', { | ||
const cache = new Db(require('path').join(__dirname, 'cache.json'), { | ||
saveSpace: true, | ||
@@ -8,0 +8,0 @@ }); |
@@ -5,3 +5,3 @@ { | ||
"description": "Completely rewritten version of David Howell's Nominatim", | ||
"version": "7.5.0", | ||
"version": "7.5.5", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
3850