@k03mad/ip2geo 11.5.0 β†’ 11.6.0

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": "@k03mad/ip2geo",
3
- "version": "11.5.0",
3
+ "version": "11.6.0",
4
4
  "description": "GeoIP library",
5
5
  "maintainers": [
6
6
  "Kirill Molchanov <k03.mad@gmail.com"
@@ -19,17 +19,17 @@
19
19
  "node": ">=22"
20
20
  },
21
21
  "dependencies": {
22
- "@k03mad/request": "7.6.1",
23
- "@k03mad/simple-log": "5.1.1",
22
+ "@k03mad/request": "7.7.0",
23
+ "@k03mad/simple-log": "5.2.1",
24
24
  "chalk": "5.4.1",
25
25
  "debug": "4.4.0",
26
26
  "is-ip": "5.0.1"
27
27
  },
28
28
  "devDependencies": {
29
- "@k03mad/eslint-config": "28.2.0",
30
- "eslint": "9.17.0",
29
+ "@k03mad/eslint-config": "28.4.0",
30
+ "eslint": "9.18.0",
31
31
  "husky": "9.1.7",
32
- "mocha": "11.0.1",
32
+ "mocha": "11.1.0",
33
33
  "npm-run-all": "4.1.5"
34
34
  },
35
35
  "scripts": {
@@ -32,14 +32,14 @@ export const REQUEST_IPV4_MAP_OFF_ONLY = {
32
32
 
33
33
  export const REQUEST_IPV6 = {
34
34
  ip: '2a00:dd80:40:100::',
35
- continent: 'Europe',
36
- continentCode: 'EU',
37
- country: 'Netherlands',
38
- countryCode: 'NL',
39
- countryEmoji: 'πŸ‡³πŸ‡±',
40
- region: 'North Holland',
41
- regionCode: 'NH',
42
- city: 'Amsterdam',
35
+ continent: 'North America',
36
+ continentCode: 'NA',
37
+ country: 'United States',
38
+ countryCode: 'US',
39
+ countryEmoji: 'πŸ‡ΊπŸ‡Έ',
40
+ region: 'District of Columbia',
41
+ regionCode: 'DC',
42
+ city: 'Washington',
43
43
  connectionAsn: 36_236,
44
44
  connectionOrg: 'Netactuate INC',
45
45
  connectionIsp: 'Netactuate, INC',