Skip to content

Commit

Permalink
update nwcache
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 23, 2024
1 parent 8204684 commit 65d184f
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -7,7 +7,7 @@
"dependencies": {
"@nostr-fetch/adapter-nostr-tools": "0.14.1",
"@nostrwatch/controlflow": "^0.0.2",
"@nostrwatch/logger": "^0.0.2",
"@nostrwatch/logger": "^0.0.3",
"@nostrwatch/nocap": "^0.1.7",
"@nostrwatch/nwcache": "^0.0.1",
"@nostrwatch/publisher": "^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/trawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@nostr-fetch/adapter-nostr-tools": "0.13.1",
"@nostrwatch/controlflow": "^0.0.2",
"@nostrwatch/logger": "^0.0.1",
"@nostrwatch/logger": "^0.0.3",
"@nostrwatch/nocap": "^0.1.7",
"@nostrwatch/nwcache": "^0.0.1",
"@nostrwatch/publisher": "^0.0.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/nwcache/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@nostrwatch/nwcache",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"main": "index.js",
"license": "MIT",
"dependencies": {
"dotenv": "16.3.1",
"lmdb": "^2.9.2",
"lmdb-index": "1.1.0",
"lmdb-oql": "0.5.5",
"murmurhash": "2.0.1",
Expand Down

0 comments on commit 65d184f

Please sign in to comment.