@gethashd/bytecave-browser 1.0.46 → 1.0.47
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.d.ts +1 -0
- package/package.json +1 -1
- package/src/client.ts +1 -1
- package/src/types.ts +1 -0
package/dist/types.d.ts
CHANGED
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -476,7 +476,7 @@ Nonce: ${nonce}`;
|
|
|
476
476
|
}
|
|
477
477
|
}
|
|
478
478
|
|
|
479
|
-
// Use WebSocket relay for storage (
|
|
479
|
+
// Use WebSocket relay for storage (simpler connection management than direct P2P)
|
|
480
480
|
if (!this.config.relayWsUrl) {
|
|
481
481
|
return { success: false, error: 'WebSocket relay URL not configured' };
|
|
482
482
|
}
|