Skip to content

Commit

Permalink
hotfix: publisher debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Feb 12, 2024
1 parent d1c08b0 commit e272f28
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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.2",
"@nostrwatch/publisher": "^0.1.3",
"@nostrwatch/seed": "^0.0.1",
"@nostrwatch/utils": "^0.0.1",
"chalk": "5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/publisher",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"description": "Library for publishing nostr.watch relay status and publisher registration events",
"main": "index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/publisher/src/kinds/Kind30066.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ export class Kind30066 extends Publisher {
process.exit()
}


return tags
}

Expand Down

0 comments on commit e272f28

Please sign in to comment.