Skip to content

Commit

Permalink
v1.0.20240911 auto update ip database
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 11, 2024
1 parent 54838c6 commit 97dd984
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 30 deletions.
Binary file modified browser/country-extra/4.idx
Binary file not shown.
Binary file modified browser/country-extra/6.idx
Binary file not shown.
Binary file modified browser/country/4.idx
Binary file not shown.
Binary file modified browser/country/6.idx
Binary file not shown.
60 changes: 30 additions & 30 deletions browser/country/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "@iplookup/country",
"version": "1.0.0",
"description": "Browser api to lookup country from IP address",
"keywords": [
"location",
"iplookup",
"lookup",
"geo",
"geoip",
"ip",
"ipv4",
"ipv6",
"ip-location-db",
"country"
],
"author": "sapics",
"homepage": "https://github.com/sapics/ip-location-api",
"repository": {
"type": "git",
"url": "git://github.com/sapics/ip-location-api.git"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"main": "iplookup.cjs",
"exports": {
"import": "./iplookup.mjs",
"require": "./iplookup.cjs"
}
"name": "@iplookup/country",
"version": "1.0.20240911",
"description": "Browser api to lookup country from IP address",
"keywords": [
"location",
"iplookup",
"lookup",
"geo",
"geoip",
"ip",
"ipv4",
"ipv6",
"ip-location-db",
"country"
],
"author": "sapics",
"homepage": "https://github.com/sapics/ip-location-api",
"repository": {
"type": "git",
"url": "git://github.com/sapics/ip-location-api.git"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"main": "iplookup.cjs",
"exports": {
"import": "./iplookup.mjs",
"require": "./iplookup.cjs"
}
}

0 comments on commit 97dd984

Please sign in to comment.