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 8ca31d7 commit e71b797
Show file tree
Hide file tree
Showing 15 changed files with 76 additions and 25 deletions.
10 changes: 0 additions & 10 deletions .changeset/pretty-queens-eat.md

This file was deleted.

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

## 1.11.0

### Minor Changes

- 8ca31d7: improve websocket handling, improve event handling, eliminate another ws attack vectro

### Patch Changes

- Updated dependencies [8ca31d7]
- @nostrwatch/publisher@0.12.0
- @nostrwatch/nocap@0.9.0
- @nostrwatch/announce@0.4.3
- @nostrwatch/nocap-every-adapter-default@1.6.2

## 1.10.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/nocapd/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@nostrwatch/nocapd",
"type": "module",
"version": "1.10.3",
"version": "1.11.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@nostr-fetch/adapter-nostr-tools": "0.14.1",
"@nostrwatch/announce": "0.4.2",
"@nostrwatch/announce": "0.4.3",
"@nostrwatch/controlflow": "0.5.1",
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap": "0.8.0",
"@nostrwatch/nocap-every-adapter-default": "1.6.1",
"@nostrwatch/nocap": "0.9.0",
"@nostrwatch/nocap-every-adapter-default": "1.6.2",
"@nostrwatch/nwcache": "0.3.0",
"@nostrwatch/publisher": "0.11.2",
"@nostrwatch/publisher": "0.12.0",
"@nostrwatch/seed": "0.1.1",
"@nostrwatch/utils": "0.1.8",
"bluebird": "3.7.2",
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.4.0

### Minor Changes

- 8ca31d7: improve websocket handling, improve event handling, eliminate another ws attack vectro

### Patch Changes

- Updated dependencies [8ca31d7]
- @nostrwatch/publisher@0.12.0
- @nostrwatch/nocap@0.9.0

## 0.3.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "0.4.0",
"main": "src/index.js",
"type": "module",
"engines": {
Expand All @@ -12,10 +12,10 @@
"@nostr-fetch/adapter-nostr-tools": "0.15.1",
"@nostrwatch/controlflow": "0.5.1",
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap": "0.8.0",
"@nostrwatch/nocap": "0.9.0",
"@nostrwatch/nostrawl": "*",
"@nostrwatch/nwcache": "0.3.0",
"@nostrwatch/publisher": "0.11.2",
"@nostrwatch/publisher": "0.12.0",
"@nostrwatch/nostrings": "0.2.1",
"@nostrwatch/seed": "0.1.1",
"@nostrwatch/utils": "0.1.8",
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.3

### Patch Changes

- 8ca31d7: improve websocket handling, improve event handling, eliminate another ws attack vectro

## 0.4.2

### 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.2",
"version": "0.4.3",
"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
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.12.0

### Minor Changes

- 8ca31d7: improve websocket handling, improve event handling, eliminate another ws attack vectro

## 0.11.2

### Patch 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.11.2",
"version": "0.12.0",
"type": "module",
"description": "Library for publishing nostr.watch relay status and publisher registration events",
"main": "index.js",
Expand Down
10 changes: 10 additions & 0 deletions libraries/nocap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nostrwatch/nocap

## 0.9.0

### Minor Changes

- 8ca31d7: improve websocket handling, improve event handling, eliminate another ws attack vectro

### Patch Changes

- @nostrwatch/nocap-every-adapter-default@1.6.2

## 0.8.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nostrwatch/nocap-every-adapter-default

## 1.6.2

### Patch Changes

- Updated dependencies [8ca31d7]
- @nostrwatch/nocap-websocket-adapter-default@1.4.0

## 1.6.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/nocap-every-adapter-default",
"version": "1.6.1",
"version": "1.6.2",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
"@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-adapter-default": "1.4.0",
"@nostrwatch/nocap-websocket-browser-adapter-default": "0.0.5"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/nocap-websocket-adapter-default

## 1.4.0

### Minor Changes

- 8ca31d7: improve websocket handling, improve event handling, eliminate another ws attack vectro

## 1.3.5

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/nocap-websocket-adapter-default",
"version": "1.3.5",
"version": "1.4.0",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions libraries/nocap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/nocap",
"version": "0.8.0",
"version": "0.9.0",
"main": "src/index.js",
"type": "module",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap-every-adapter-default": "1.6.1",
"@nostrwatch/nocap-every-adapter-default": "1.6.2",
"fetch-h2": "3.0.2",
"get-ssl-certificate": "2.3.3",
"jest": "29.7.0",
Expand Down

0 comments on commit e71b797

Please sign in to comment.