File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
- 6.1.0
4
+ 6.1.0 (2025-05-05)
5
5
------------------
6
6
7
7
* Support for the GeoIP Anonymous Plus database has been added. To do a
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @maxmind/geoip2-node" ,
3
- "version" : " 6.0 .0" ,
3
+ "version" : " 6.1 .0" ,
4
4
"description" : " Node.js API for GeoIP2 webservice client and database reader" ,
5
5
"main" : " dist/src/index.js" ,
6
6
"homepage" : " https://github.com/maxmind/GeoIP2-node" ,
Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ export default class WebServiceClient {
44
44
* will be treated as the timeout; however, passing in a number
45
45
* should be considered deprecated and may be removed in a
46
46
* future major version.
47
- * @param host The host to use. The default is "geoip.maxmind.com". To call
48
- * the GeoLite2 web service instead of the GeoIP2 web service, use
49
- * "geolite.info".
50
47
*/
51
48
public constructor (
52
49
accountID : string ,
You can’t perform that action at this time.
0 commit comments