Skip to content

Commit e43f517

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/uuid-14.0.0
2 parents f00f646 + c6368db commit e43f517

34 files changed

Lines changed: 1051 additions & 266 deletions

.changeset/dependabot-pr-617.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"nostream": patch
3+
---
4+
5+
chore(deps): bump fast-uri from 3.1.0 to 3.1.2

.changeset/dependabot-pr-618.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"nostream": patch
3+
---
4+
5+
chore(deps): bump ws from 8.20.0 to 8.20.1

.changeset/funky-coins-know.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"nostream": minor
3+
---
4+
5+
feat: NIP-42 AUTH handler and WebSocket session wiring

.changeset/lemon-views-know.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"nostream": minor
3+
---
4+
5+
new user-facing config field

.changeset/quick-cats-agree.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"nostream": patch
3+
---
4+
5+
Refactor EventRepository query construction to reduce method complexity.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"nostream": minor
3+
---
4+
5+
refactor(http): remove deprecated network.remote_ip_header fallback and rely on network.remoteIpHeader
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"nostream": patch
3+
---
4+
5+
test(integration): verify response content-type across core HTTP paths

.changeset/vast-friends-march.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"nostream": minor
3+
---
4+
5+
feat: add NIP-42 types, schemas and constants

.changeset/vast-signs-melt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"ramda": "0.28.0",
175175
"redis": "4.5.1",
176176
"stream-json": "^2.1.0",
177-
"ws": "^8.18.0",
177+
"ws": "^8.20.1",
178178
"zod": "^3.22.4"
179179
},
180180
"optionalDependencies": {

0 commit comments

Comments
 (0)