Skip to content

Commit

Permalink
Update internal dependencies with actual versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Sep 13, 2024
1 parent 8256e87 commit af3fb46
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 34 deletions.
12 changes: 12 additions & 0 deletions .changeset/curvy-bears-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@nostrwatch/nocapd': minor
'@nostrwatch/nwcache': minor
'@nostrwatch/publisher': minor
'@nostrwatch/nocap': minor
'@nostrwatch/trawler': patch
'@nostrwatch/announce': patch
'@nostrwatch/utils': patch
'@nostrwatch/nostrings': patch
---

non-destructive sanitize/dedup with hierarchal relay detection mechanism
18 changes: 9 additions & 9 deletions apps/nocapd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"license": "MIT",
"dependencies": {
"@nostr-fetch/adapter-nostr-tools": "0.14.1",
"@nostrwatch/announce": "*",
"@nostrwatch/controlflow": "*",
"@nostrwatch/logger": "*",
"@nostrwatch/nocap": "*",
"@nostrwatch/nocap-every-adapter-default": "*",
"@nostrwatch/nwcache": "*",
"@nostrwatch/publisher": "*",
"@nostrwatch/seed": "*",
"@nostrwatch/utils": "*",
"@nostrwatch/announce": "0.4.1",
"@nostrwatch/controlflow": "0.5.1",
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap": "0.7.1",
"@nostrwatch/nocap-every-adapter-default": "1.6.1",
"@nostrwatch/nwcache": "0.2.0",
"@nostrwatch/publisher": "0.10.0",
"@nostrwatch/seed": "0.1.1",
"@nostrwatch/utils": "0.1.7",
"bluebird": "3.7.2",
"chalk": "5.3.0",
"ngeohash": "^0.6.3",
Expand Down
16 changes: 8 additions & 8 deletions apps/trawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"dependencies": {
"@nostr-dev-kit/ndk": "2.10.0",
"@nostr-fetch/adapter-nostr-tools": "0.15.1",
"@nostrwatch/controlflow": "*",
"@nostrwatch/logger": "*",
"@nostrwatch/nocap": "*",
"@nostrwatch/controlflow": "0.5.1",
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap": "0.7.1",
"@nostrwatch/nostrawl": "*",
"@nostrwatch/nwcache": "*",
"@nostrwatch/publisher": "*",
"@nostrwatch/nostrings": "*",
"@nostrwatch/seed": "*",
"@nostrwatch/utils": "*",
"@nostrwatch/nwcache": "0.2.0",
"@nostrwatch/publisher": "0.10.0",
"@nostrwatch/nostrings": "0.2.0",
"@nostrwatch/seed": "0.1.1",
"@nostrwatch/utils": "0.1.7",
"@types/ioredis": "5.0.0",
"bullmq": "4.13.3",
"chalk": "^5.3.0",
Expand Down
6 changes: 3 additions & 3 deletions demos/kit-with-idb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"@nostr-dev-kit/ndk": "2.7.1",
"@nostr-dev-kit/ndk-cache-dexie": "2.3.1",
"@nostr-dev-kit/ndk-svelte": "2.2.15",
"@nostrwatch/idb": "*",
"@nostrwatch/kit": "*",
"@nostrwatch/kit-adapter-idb": "*",
"@nostrwatch/idb": "0.0.6",
"@nostrwatch/kit": "0.0.4",
"@nostrwatch/kit-adapter-idb": "0.0.6",
"@square/svelte-store": "1.0.18",
"@svelte-plugins/tooltips": "3.0.1",
"fastq": "1.17.1",
Expand Down
2 changes: 1 addition & 1 deletion internal/nwcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@nostrwatch/nostrings": "*",
"@nostrwatch/nostrings": "0.2.0",
"dotenv": "16.3.1",
"lmdb": "^2.9.2",
"lmdb-index": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/idb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"dependencies": {
"@nostr-dev-kit/ndk": "2.8.2",
"@nostrwatch/kit": "*",
"@nostrwatch/kit": "0.0.4",
"dexie": "4.0.8",
"dexie-observable": "4.0.1-beta.13",
"dexie-syncable": "4.0.1-beta.13",
Expand Down
4 changes: 2 additions & 2 deletions libraries/kit/adapters/kit-adapter-idb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"type": "module",
"dependencies": {
"@nostrwatch/idb": "*",
"@nostrwatch/kit": "*",
"@nostrwatch/idb": "0.0.6",
"@nostrwatch/kit": "0.0.4",
"murmurhash": "2.0.1",
"promise-deferred": "2.0.4",
"web-worker": "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion libraries/nip11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/bundle.js",
"license": "MIT",
"dependencies": {
"@nostrwatch/nip11-schema": "*",
"@nostrwatch/nip11-schema": "0.0.2",
"ajv": "8.17.1",
"quicktype": "23.0.170",
"quicktype-core": "23.0.170",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@nostrwatch/nocap-dns-adapter-default": "*",
"@nostrwatch/nocap-geo-adapter-default": "*",
"@nostrwatch/nocap-info-adapter-default": "*",
"@nostrwatch/nocap-ssl-adapter-default": "*",
"@nostrwatch/nocap-websocket-adapter-default": "*",
"@nostrwatch/nocap-websocket-browser-adapter-default": "*"
"@nostrwatch/nocap-dns-adapter-default": "1.1.4",
"@nostrwatch/nocap-geo-adapter-default": "1.1.0",
"@nostrwatch/nocap-info-adapter-default": "1.1.4",
"@nostrwatch/nocap-ssl-adapter-default": "1.4.5",
"@nostrwatch/nocap-websocket-adapter-default": "1.3.5",
"@nostrwatch/nocap-websocket-browser-adapter-default": "0.0.5"
}
}
4 changes: 2 additions & 2 deletions libraries/nocap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test-ui": "vitest --ui --testTimeout=15000"
},
"dependencies": {
"@nostrwatch/logger": "*",
"@nostrwatch/nocap-every-adapter-default": "*",
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap-every-adapter-default": "1.6.1",
"fetch-h2": "3.0.2",
"get-ssl-certificate": "2.3.3",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion libraries/nostrings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build:clean": "yarn clean && yarn build"
},
"dependencies": {
"@nostrwatch/logger": "*"
"@nostrwatch/logger": "0.0.9"
},
"devDependencies": {
"typescript": "^5.0.0",
Expand Down

0 comments on commit af3fb46

Please sign in to comment.