@oh-my-pi/pi-wire 15.12.4 → 15.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -9
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,21 +2,20 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## [15.12.4] - 2026-06-13
6
- ### Changed
7
-
8
- - Changed `WireModel.contextWindow` and `ContextUsage.contextWindow` to `number | null` to allow representing unavailable context-window values
9
-
10
- ## [15.12.0] - 2026-06-12
11
5
  ### Added
12
6
 
13
7
  - Added `readOnly` flags to participant and session payload types to indicate when a guest is connected via a read-only (view) link
14
8
  - Added `writeToken` to `GuestFrame` hello payloads and parsed collaboration links so full-access links can carry and expose a write-capability token
15
9
  - Added `ROOM_KEY_BYTES` and `WRITE_TOKEN_BYTES` constants for room key and write-token sizing in the wire protocol
16
10
  - Added `DEFAULT_SHARE_URL` (`https://my.omp.sh/s`), the default share viewer/upload base for `/share` links
11
+ - Added shared collab live-session wire contracts for the host CLI and browser guest client.
17
12
 
18
- ## [15.11.8] - 2026-06-12
13
+ ### Changed
19
14
 
20
- ### Added
15
+ - Changed `WireModel.contextWindow` and `ContextUsage.contextWindow` to `number | null` to allow representing unavailable context-window values
16
+
17
+ ## [15.12.4] - 2026-06-13
21
18
 
22
- - Added shared collab live-session wire contracts for the host CLI and browser guest client.
19
+ ## [15.12.0] - 2026-06-12
20
+
21
+ ## [15.11.8] - 2026-06-12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@oh-my-pi/pi-wire",
4
- "version": "15.12.4",
4
+ "version": "15.13.0",
5
5
  "description": "Shared wire protocol types for Oh My Pi packages",
6
6
  "homepage": "https://omp.sh",
7
7
  "author": "Can Boluk",