Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Feb 10, 2024
1 parent 19270be commit f1e5486
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/nocapd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"@nostr-fetch/adapter-nostr-tools": "0.14.1",
"@nostrwatch/controlflow": "^0.0.2",
"@nostrwatch/logger": "^0.0.3",
"@nostrwatch/nocap": "^0.1.8",
"@nostrwatch/nocap": "^0.1.9",
"@nostrwatch/nwcache": "^0.0.2",
"@nostrwatch/publisher": "^0.0.1",
"@nostrwatch/publisher": "^0.0.2",
"@nostrwatch/seed": "^0.0.1",
"@nostrwatch/utils": "^0.0.1",
"chalk": "5.3.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/nocap-dns-adapter-default",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@nostrwatch/nocap-every-adapter-default",
"version": "1.0.6",
"version": "1.0.7",
"type": "module",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@nostrwatch/nocap-dns-adapter-default": "^1.0.0",
"@nostrwatch/nocap-geo-adapter-default": "^1.0.0",
"@nostrwatch/nocap-dns-adapter-default": "^1.0.2",
"@nostrwatch/nocap-geo-adapter-default": "^1.0.1",
"@nostrwatch/nocap-info-adapter-default": "^1.0.0",
"@nostrwatch/nocap-ssl-adapter-default": "^1.0.1",
"@nostrwatch/nocap-websocket-adapter-default": "^1.0.4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/nocap-geo-adapter-default",
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/nocap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/nocap",
"version": "0.1.8",
"version": "0.1.9",
"main": "src/index.js",
"type": "module",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@nostrwatch/logger": "^0.0.1",
"@nostrwatch/nocap-every-adapter-default": "^1.0.6",
"@nostrwatch/nocap-every-adapter-default": "^1.0.7",
"@nostrwatch/utils": "^0.0.1",
"fetch-h2": "3.0.2",
"get-ssl-certificate": "2.3.3",
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.0.1",
"version": "0.1.0",
"type": "module",
"description": "Library for publishing nostr.watch relay status and publisher registration events",
"main": "index.js",
Expand Down

0 comments on commit f1e5486

Please sign in to comment.