pelias-openstreetmap 8.4.0 → 8.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pelias-openstreetmap",
3
- "version": "8.4.0",
3
+ "version": "8.4.1",
4
4
  "engines": {
5
5
  "node": ">=10.0.0"
6
6
  },
@@ -140,7 +140,7 @@ const output = {
140
140
  project: {
141
141
  name: 'Pelias Geocoder — OpenStreetMap importer',
142
142
  description: 'Imports OpenStreetMap data into the Pelias geocoding engine',
143
- project_url: pkg.homepage,
143
+ project_url: 'https://pelias.io',
144
144
  doc_url: `${pkg.homepage}#readme`,
145
145
  icon_url: 'https://github.com/pelias.png',
146
146
  contact_name: 'Pelias Team',
package/taginfo.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "project": {
5
5
  "name": "Pelias Geocoder — OpenStreetMap importer",
6
6
  "description": "Imports OpenStreetMap data into the Pelias geocoding engine",
7
- "project_url": "https://github.com/pelias/openstreetmap",
7
+ "project_url": "https://pelias.io",
8
8
  "doc_url": "https://github.com/pelias/openstreetmap#readme",
9
9
  "icon_url": "https://github.com/pelias.png",
10
10
  "contact_name": "Pelias Team",