Skip to content

Commit

Permalink
update nostr-geotags dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Feb 15, 2024
1 parent 2b9f335 commit 5b3a2d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/nocapd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@nostrwatch/logger": "^0.0.3",
"@nostrwatch/nocap": "^0.1.11",
"@nostrwatch/nwcache": "^0.0.2",
"@nostrwatch/publisher": "^0.1.4",
"@nostrwatch/publisher": "^0.1.5",
"@nostrwatch/seed": "^0.0.1",
"@nostrwatch/utils": "^0.0.1",
"chalk": "5.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/publisher/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@nostrwatch/publisher",
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"description": "Library for publishing nostr.watch relay status and publisher registration events",
"main": "index.js",
"repository": "http://github.com/sandwichfarm/nostr-watch",
"author": "sandwich <[email protected]> ",
"license": "MIT",
"dependencies": {
"nostr-geotags": "^0.4.1",
"nostr-geotags": "^0.5.0",
"nostr-tools": "1.17.0"
}
}
4 changes: 2 additions & 2 deletions packages/publisher/src/kinds/Kind30166.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ const transformGeoResult = geo => {
"countryCode": "countryCode",
"country": "countryName",
"regionName": "regionName",
"continent": "contentName",
"continentCode": "continentCode",
// "continent": "contentName",
// "continentCode": "continentCode",
"lat": "lat",
"lon": "lon",
"query": "ip"
Expand Down

0 comments on commit 5b3a2d5

Please sign in to comment.