Skip to content

Commit

Permalink
Update changeset-map and whosthat URL
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed Aug 26, 2024
1 parent 94f091d commit 30b9f1f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Log of changes since the 2.0 version

### 1.0.1
- Update changeset-map to 1.13.0
- Update Who's That server URL

### 1.0.0
- Add OSM US logo and update main logo

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "osmcha-frontend",
"version": "1.0.0",
"version": "1.0.1",
"license": "ISC",
"engines": {
"node": ">=7.0"
Expand All @@ -19,7 +19,7 @@
"@turf/simplify": "^6.5.0",
"@turf/truncate": "^6.5.0",
"animate.css": "^3.7.2",
"changeset-map": "^1.12.1",
"changeset-map": "^1.13.0",
"date-fns": "^2.22.1",
"dompurify": "^3.0.3",
"history": "^4.10.1",
Expand Down
2 changes: 1 addition & 1 deletion src/config/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const apiOSM =
process.env.REACT_APP_OSM_API || 'https://api.openstreetmap.org/api/0.6';

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

export const nominatimUrl =
process.env.REACT_APP_NOMINATIM_URL ||
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3140,10 +3140,10 @@ changelog@^1.3.0:
semver "5.5.0"
wordwrap "1.0.0"

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

0 comments on commit 30b9f1f

Please sign in to comment.