Skip to content

Commit

Permalink
Version bumped by Changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Sep 13, 2024
1 parent af3fb46 commit e678af3
Show file tree
Hide file tree
Showing 17 changed files with 87 additions and 31 deletions.
12 changes: 0 additions & 12 deletions .changeset/curvy-bears-help.md

This file was deleted.

15 changes: 15 additions & 0 deletions apps/nocapd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @nostrwatch/nocapd

## 1.10.0

### Minor Changes

- af3fb46: non-destructive sanitize/dedup with hierarchal relay detection mechanism

### Patch Changes

- Updated dependencies [af3fb46]
- @nostrwatch/nwcache@0.3.0
- @nostrwatch/publisher@0.11.0
- @nostrwatch/nocap@0.8.0
- @nostrwatch/announce@0.4.2
- @nostrwatch/utils@0.1.8

## 1.9.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions apps/nocapd/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@nostrwatch/nocapd",
"type": "module",
"version": "1.9.1",
"version": "1.10.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@nostr-fetch/adapter-nostr-tools": "0.14.1",
"@nostrwatch/announce": "0.4.1",
"@nostrwatch/announce": "0.4.2",
"@nostrwatch/controlflow": "0.5.1",
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap": "0.7.1",
"@nostrwatch/nocap": "0.8.0",
"@nostrwatch/nocap-every-adapter-default": "1.6.1",
"@nostrwatch/nwcache": "0.2.0",
"@nostrwatch/publisher": "0.10.0",
"@nostrwatch/nwcache": "0.3.0",
"@nostrwatch/publisher": "0.11.0",
"@nostrwatch/seed": "0.1.1",
"@nostrwatch/utils": "0.1.7",
"@nostrwatch/utils": "0.1.8",
"bluebird": "3.7.2",
"chalk": "5.3.0",
"ngeohash": "^0.6.3",
Expand Down
12 changes: 12 additions & 0 deletions apps/trawler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nostrwatch/trawler

## 0.3.1

### Patch Changes

- af3fb46: non-destructive sanitize/dedup with hierarchal relay detection mechanism
- Updated dependencies [af3fb46]
- @nostrwatch/nwcache@0.3.0
- @nostrwatch/publisher@0.11.0
- @nostrwatch/nocap@0.8.0
- @nostrwatch/utils@0.1.8
- @nostrwatch/nostrings@0.2.1

## 0.3.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions apps/trawler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/trawler",
"version": "0.3.0",
"version": "0.3.1",
"main": "src/index.js",
"type": "module",
"engines": {
Expand All @@ -12,13 +12,13 @@
"@nostr-fetch/adapter-nostr-tools": "0.15.1",
"@nostrwatch/controlflow": "0.5.1",
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap": "0.7.1",
"@nostrwatch/nocap": "0.8.0",
"@nostrwatch/nostrawl": "*",
"@nostrwatch/nwcache": "0.2.0",
"@nostrwatch/publisher": "0.10.0",
"@nostrwatch/nostrings": "0.2.0",
"@nostrwatch/nwcache": "0.3.0",
"@nostrwatch/publisher": "0.11.0",
"@nostrwatch/nostrings": "0.2.1",
"@nostrwatch/seed": "0.1.1",
"@nostrwatch/utils": "0.1.7",
"@nostrwatch/utils": "0.1.8",
"@types/ioredis": "5.0.0",
"bullmq": "4.13.3",
"chalk": "^5.3.0",
Expand Down
6 changes: 6 additions & 0 deletions internal/announce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/announce

## 0.4.2

### Patch Changes

- af3fb46: non-destructive sanitize/dedup with hierarchal relay detection mechanism

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/announce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/announce",
"version": "0.4.1",
"version": "0.4.2",
"description": "Generates a NIP-66 10166 event, NIP-65 10002 event and NIP-01 0 events for monitors on *every* boot.",
"main": "dist/index.js",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions internal/nwcache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nostrwatch/nwcache

## 0.3.0

### Minor Changes

- af3fb46: non-destructive sanitize/dedup with hierarchal relay detection mechanism

### Patch Changes

- Updated dependencies [af3fb46]
- @nostrwatch/nostrings@0.2.1

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions internal/nwcache/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@nostrwatch/nwcache",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@nostrwatch/nostrings": "0.2.0",
"@nostrwatch/nostrings": "0.2.1",
"dotenv": "16.3.1",
"lmdb": "^2.9.2",
"lmdb-index": "1.1.0",
Expand Down
6 changes: 6 additions & 0 deletions internal/publisher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/publisher

## 0.11.0

### Minor Changes

- af3fb46: non-destructive sanitize/dedup with hierarchal relay detection mechanism

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/publisher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/publisher",
"version": "0.10.0",
"version": "0.11.0",
"type": "module",
"description": "Library for publishing nostr.watch relay status and publisher registration events",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions internal/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/utils

## 0.1.8

### Patch Changes

- af3fb46: non-destructive sanitize/dedup with hierarchal relay detection mechanism

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/utils",
"version": "0.1.7",
"version": "0.1.8",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions libraries/nocap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/nocap

## 0.8.0

### Minor Changes

- af3fb46: non-destructive sanitize/dedup with hierarchal relay detection mechanism

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libraries/nocap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/nocap",
"version": "0.7.1",
"version": "0.8.0",
"main": "src/index.js",
"type": "module",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions libraries/nostrings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/nostrings

## 0.2.1

### Patch Changes

- af3fb46: non-destructive sanitize/dedup with hierarchal relay detection mechanism

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libraries/nostrings/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nostrwatch/nostrings",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"description": "library of functions for sanitizing and normalizing relay urls",
"main": "dist/index.js",
"repository": "https://github.com/sandwichfarm/nostr-watch",
Expand Down

0 comments on commit e678af3

Please sign in to comment.