@informath/nominatim
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -11,3 +11,3 @@ const fetch = require('node-fetch'), // Forgot the "Usage Policy" part... NotLikeThis | ||
const Nominatim = Proxy({}, { | ||
const Nominatim = new Proxy({}, { | ||
get: (obj, prop) => (prop == 'default' ? { | ||
@@ -14,0 +14,0 @@ addressdetails: 1, |
@@ -5,3 +5,3 @@ { | ||
"description": "Completely rewritten version of David Howell's Nominatim", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
2757