Skip to content

Commit bb88050

Browse files
brainkimclaude
andcommitted
fix: bump @b9g/platform to 0.1.19 with missing broadcast channel exports
@b9g/platform@0.1.18 was published before the BroadcastChannel feature was added, but @b9g/platform-cloudflare@0.1.17 was published after, causing a missing export error for setBroadcastChannelBackend. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 969c13a commit bb88050

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

packages/platform/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @b9g/platform
2+
3+
## 0.1.19
4+
5+
### Bug Fixes
6+
7+
- Fix missing `setBroadcastChannelBackend`, `setBroadcastChannelRelay`, `deliverBroadcastMessage`, and `ShovelBroadcastChannel` exports from `@b9g/platform/runtime`. These were added in source but not included in the 0.1.18 published build, breaking `@b9g/platform-cloudflare@0.1.17` which imports `setBroadcastChannelBackend`.

packages/platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@b9g/platform",
3-
"version": "0.1.18",
3+
"version": "0.1.19",
44
"description": "The portable meta-framework built on web standards.",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)