Skip to content

Commit

Permalink
Fixed TypeScript definition for latitude/longitude to be either strin…
Browse files Browse the repository at this point in the history
…g or number
  • Loading branch information
ip2location committed Nov 25, 2024
1 parent 4447a9c commit 3f814b7
Show file tree
Hide file tree
Showing 2 changed files with 872 additions and 872 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "ip2location-nodejs",
"version": "9.6.1",
"description": "IP2Location geolocation component",
"keywords": [
"ip2location",
"geolocation"
],
"homepage": "http://www.ip2location.com/developers/nodejs",
"author": {
"name": "IP2Location.com",
"email": "[email protected]",
"url": "http://www.ip2location.com/"
},
"files": [
"src/ip2location.js",
"src/test.js",
"src/ip2location.d.ts",
"./README.md"
],
"main": "src/ip2location.js",
"types": "src/ip2location.d.ts",
"license": "MIT",
"dependencies": {
"csv-parser": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ip2location/ip2location-nodejs.git"
},
"devDependencies": {
"prettier": "2.4.0"
}
}
{
"name": "ip2location-nodejs",
"version": "9.6.2",
"description": "IP2Location geolocation component",
"keywords": [
"ip2location",
"geolocation"
],
"homepage": "http://www.ip2location.com/developers/nodejs",
"author": {
"name": "IP2Location.com",
"email": "[email protected]",
"url": "http://www.ip2location.com/"
},
"files": [
"src/ip2location.js",
"src/test.js",
"src/ip2location.d.ts",
"./README.md"
],
"main": "src/ip2location.js",
"types": "src/ip2location.d.ts",
"license": "MIT",
"dependencies": {
"csv-parser": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ip2location/ip2location-nodejs.git"
},
"devDependencies": {
"prettier": "2.4.0"
}
}
Loading

0 comments on commit 3f814b7

Please sign in to comment.