Skip to content

Commit 01c485f

Browse files
committed
Version bumped by Changesets
1 parent e0d996b commit 01c485f

File tree

13 files changed

+58
-23
lines changed

13 files changed

+58
-23
lines changed

.changeset/silent-pumpkins-suffer.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

apps/nocapd/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @nostrwatch/nocapd
22

3+
## 1.12.2
4+
5+
### Patch Changes
6+
7+
- e0d996b: concurrency, race condition and lmdb fixes
8+
- Updated dependencies [e0d996b]
9+
- @nostrwatch/announce@0.4.5
10+
- @nostrwatch/publisher@0.12.2
11+
- @nostrwatch/seed@0.1.3
12+
- @nostrwatch/utils@0.1.9
13+
314
## 1.12.1
415

516
### Patch Changes

apps/nocapd/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "@nostrwatch/nocapd",
33
"type": "module",
4-
"version": "1.12.1",
4+
"version": "1.12.2",
55
"main": "index.js",
66
"license": "MIT",
77
"dependencies": {
88
"@nostr-fetch/adapter-nostr-tools": "0.14.1",
9-
"@nostrwatch/announce": "0.4.4",
9+
"@nostrwatch/announce": "0.4.5",
1010
"@nostrwatch/controlflow": "0.5.1",
1111
"@nostrwatch/logger": "0.0.9",
1212
"@nostrwatch/nocap": "0.9.1",
1313
"@nostrwatch/nocap-every-adapter-default": "1.6.3",
1414
"@nostrwatch/nwcache": "0.4.0",
15-
"@nostrwatch/publisher": "0.12.1",
16-
"@nostrwatch/seed": "0.1.2",
17-
"@nostrwatch/utils": "0.1.8",
15+
"@nostrwatch/publisher": "0.12.2",
16+
"@nostrwatch/seed": "0.1.3",
17+
"@nostrwatch/utils": "0.1.9",
1818
"bluebird": "3.7.2",
1919
"chalk": "5.3.0",
2020
"ngeohash": "^0.6.3",

apps/trawler/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @nostrwatch/trawler
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- e0d996b: concurrency, race condition and lmdb fixes
8+
- Updated dependencies [e0d996b]
9+
- @nostrwatch/publisher@0.12.2
10+
- @nostrwatch/seed@0.1.3
11+
- @nostrwatch/utils@0.1.9
12+
313
## 0.5.1
414

515
### Patch Changes

apps/trawler/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nostrwatch/trawler",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"main": "src/index.js",
55
"type": "module",
66
"engines": {
@@ -15,10 +15,10 @@
1515
"@nostrwatch/nocap": "0.9.1",
1616
"@nostrwatch/nostrawl": "*",
1717
"@nostrwatch/nwcache": "0.4.0",
18-
"@nostrwatch/publisher": "0.12.1",
18+
"@nostrwatch/publisher": "0.12.2",
1919
"@nostrwatch/nostrings": "0.2.2",
20-
"@nostrwatch/seed": "0.1.2",
21-
"@nostrwatch/utils": "0.1.8",
20+
"@nostrwatch/seed": "0.1.3",
21+
"@nostrwatch/utils": "0.1.9",
2222
"@types/ioredis": "5.0.0",
2323
"bullmq": "4.13.3",
2424
"chalk": "^5.3.0",

internal/announce/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nostrwatch/announce
22

3+
## 0.4.5
4+
5+
### Patch Changes
6+
7+
- e0d996b: concurrency, race condition and lmdb fixes
8+
39
## 0.4.4
410

511
### Patch Changes

internal/announce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nostrwatch/announce",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "Generates a NIP-66 10166 event, NIP-65 10002 event and NIP-01 0 events for monitors on *every* boot.",
55
"main": "dist/index.js",
66
"type": "module",

internal/publisher/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nostrwatch/publisher
22

3+
## 0.12.2
4+
5+
### Patch Changes
6+
7+
- e0d996b: concurrency, race condition and lmdb fixes
8+
39
## 0.12.1
410

511
### Patch Changes

internal/publisher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nostrwatch/publisher",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"type": "module",
55
"description": "Library for publishing nostr.watch relay status and publisher registration events",
66
"main": "index.js",

internal/seed/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nostrwatch/seed
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- e0d996b: concurrency, race condition and lmdb fixes
8+
39
## 0.1.2
410

511
### Patch Changes

0 commit comments

Comments
 (0)