Skip to content

Commit 8177b71

Browse files
authored
Merge pull request #744 from OSMCha/changeset-map/v1.13.0
Update changeset-map and whosthat URL
2 parents 94f091d + 30b9f1f commit 8177b71

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Log of changes since the 2.0 version
44

5+
### 1.0.1
6+
- Update changeset-map to 1.13.0
7+
- Update Who's That server URL
8+
59
### 1.0.0
610
- Add OSM US logo and update main logo
711

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osmcha-frontend",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "ISC",
55
"engines": {
66
"node": ">=7.0"
@@ -19,7 +19,7 @@
1919
"@turf/simplify": "^6.5.0",
2020
"@turf/truncate": "^6.5.0",
2121
"animate.css": "^3.7.2",
22-
"changeset-map": "^1.12.1",
22+
"changeset-map": "^1.13.0",
2323
"date-fns": "^2.22.1",
2424
"dompurify": "^3.0.3",
2525
"history": "^4.10.1",

src/config/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const apiOSM =
2323
process.env.REACT_APP_OSM_API || 'https://api.openstreetmap.org/api/0.6';
2424

2525
export const whosThat =
26-
'https://rksbsqdel4.execute-api.us-east-1.amazonaws.com/testing?action=names&id=';
26+
'https://whosthat.osmz.ru/whosthat.php?action=names&id=';
2727

2828
export const nominatimUrl =
2929
process.env.REACT_APP_NOMINATIM_URL ||

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3140,10 +3140,10 @@ changelog@^1.3.0:
31403140
semver "5.5.0"
31413141
wordwrap "1.0.0"
31423142

3143-
changeset-map@^1.12.1:
3144-
version "1.12.1"
3145-
resolved "https://registry.yarnpkg.com/changeset-map/-/changeset-map-1.12.1.tgz#0012e2503c34fd97d110554594a3a3f6d9f94af3"
3146-
integrity sha512-0uqIS4osPkDAMo59JPr60/CXlK+mRLBDkwGuLlOiJdJuXsaUhI8VnvNYOSKypP5/6FzSlZRAnP47GAZFybYswg==
3143+
changeset-map@^1.13.0:
3144+
version "1.13.0"
3145+
resolved "https://registry.yarnpkg.com/changeset-map/-/changeset-map-1.13.0.tgz#66f02e603f0bcc034fc421661eb6ac95c2a99c42"
3146+
integrity sha512-mXXd4a3iKj6HiYPwpxq/u0/bwiYCXse24HUKeiREsPI/JH/jlfLDvn3cmh0ghH9L2v86lRNOPzV81RaB+EJ87Q==
31473147
dependencies:
31483148
"@turf/bbox" "^6.4.0"
31493149
"@turf/bbox-polygon" "^6.4.0"

0 commit comments

Comments
 (0)