Skip to content

Commit c59d33d

Browse files
committed
Add changeset and fix wrangler main path
Add a changeset to publish patch updates for multiple packages (y-partyserver, partyserver, partysocket, hono-party, partysync, partywhen, partysub) with message "update deps". Also fix wrangler config by changing the worker entry from "/worker.ts" to a relative "./worker.ts" to ensure correct path resolution.
1 parent 361329a commit c59d33d

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.changeset/early-poets-stare.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"y-partyserver": patch
3+
"partyserver": patch
4+
"partysocket": patch
5+
"hono-party": patch
6+
"partysync": patch
7+
"partywhen": patch
8+
"partysub": patch
9+
---
10+
11+
update deps

packages/y-partyserver/src/tests/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"main": "/worker.ts",
2+
"main": "./worker.ts",
33
"compatibility_date": "2026-01-28",
44
"compatibility_flags": [
55
"nodejs_compat",

0 commit comments

Comments
 (0)