@oh-my-pi/pi-wire 15.12.0 → 15.12.2
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.
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -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
|
|
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
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
|
|
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>`. */
|