Skip to content

Commit 4086a19

Browse files
Merge branch 'main' into nip70-reject-protected-events
2 parents 35f12a9 + 1295272 commit 4086a19

26 files changed

Lines changed: 946 additions & 281 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/dependabot-pr-620.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 uuid from 8.3.2 to 14.0.0

.changeset/dependabot-pr-630.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 axios from 1.15.2 to 1.16.0

.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/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-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"@clack/prompts": "^1.2.0",
162162
"@getalby/sdk": "^5.0.0",
163163
"@noble/secp256k1": "1.7.1",
164-
"axios": "^1.15.2",
164+
"axios": "^1.16.0",
165165
"cac": "^7.0.0",
166166
"colorette": "^2.0.20",
167167
"express": "4.22.1",
@@ -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)