@oh-my-pi/pi-wire 15.12.1 → 15.12.3

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.
@@ -368,7 +368,7 @@ export declare const ROOM_KEY_BYTES = 32;
368
368
  * proves prompt/abort/agent-cmd capability to the host.
369
369
  */
370
370
  export declare const WRITE_TOKEN_BYTES = 16;
371
- /** Default public relay; bare `<roomId>#<key>` links resolve against it. */
371
+ /** Default public relay; bare `<roomId>.<key>` links resolve against it. */
372
372
  export declare const DEFAULT_RELAY_URL = "wss://my.omp.sh";
373
373
  /** Default share viewer/upload base; `/share` links resolve against `<base>/<id>#<key>`. */
374
374
  export declare const DEFAULT_SHARE_URL = "https://my.omp.sh/s";
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.1",
4
+ "version": "15.12.3",
5
5
  "description": "Shared wire protocol types for Oh My Pi packages",
6
6
  "homepage": "https://omp.sh",
7
7
  "author": "Can Boluk",
package/src/index.ts CHANGED
@@ -363,7 +363,7 @@ export const ROOM_KEY_BYTES = 32;
363
363
  */
364
364
  export const WRITE_TOKEN_BYTES = 16;
365
365
 
366
- /** Default public relay; bare `<roomId>#<key>` links resolve against it. */
366
+ /** Default public relay; bare `<roomId>.<key>` links resolve against it. */
367
367
  export const DEFAULT_RELAY_URL = "wss://my.omp.sh";
368
368
 
369
369
  /** Default share viewer/upload base; `/share` links resolve against `<base>/<id>#<key>`. */