File tree 4 files changed +11
-7
lines changed
4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Log of changes since the 2.0 version
4
4
5
+ ### 1.0.1
6
+ - Update changeset-map to 1.13.0
7
+ - Update Who's That server URL
8
+
5
9
### 1.0.0
6
10
- Add OSM US logo and update main logo
7
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " osmcha-frontend" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"license" : " ISC" ,
5
5
"engines" : {
6
6
"node" : " >=7.0"
19
19
"@turf/simplify" : " ^6.5.0" ,
20
20
"@turf/truncate" : " ^6.5.0" ,
21
21
"animate.css" : " ^3.7.2" ,
22
- "changeset-map" : " ^1.12.1 " ,
22
+ "changeset-map" : " ^1.13.0 " ,
23
23
"date-fns" : " ^2.22.1" ,
24
24
"dompurify" : " ^3.0.3" ,
25
25
"history" : " ^4.10.1" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export const apiOSM =
23
23
process . env . REACT_APP_OSM_API || 'https://api.openstreetmap.org/api/0.6' ;
24
24
25
25
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=' ;
27
27
28
28
export const nominatimUrl =
29
29
process . env . REACT_APP_NOMINATIM_URL ||
Original file line number Diff line number Diff line change @@ -3140,10 +3140,10 @@ changelog@^1.3.0:
3140
3140
semver "5.5.0"
3141
3141
wordwrap "1.0.0"
3142
3142
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 ==
3147
3147
dependencies :
3148
3148
" @turf/bbox" " ^6.4.0"
3149
3149
" @turf/bbox-polygon" " ^6.4.0"
You can’t perform that action at this time.
0 commit comments