hsync 0.26.0 → 0.27.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.
- package/dist/hsync.js +1 -1
- package/dist/hsync.min.js +1 -1
- package/lib/peers.js +1 -1
- package/package.json +1 -1
package/lib/peers.js
CHANGED
|
@@ -276,7 +276,7 @@ function initPeers(hsyncClient) {
|
|
|
276
276
|
return peer;
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
hsyncClient.cachedPeers = cachedPeers
|
|
279
|
+
hsyncClient.cachedPeers = cachedPeers;
|
|
280
280
|
hsyncClient.getRPCPeer = getRPCPeer.bind(hsyncClient);
|
|
281
281
|
hsyncClient.createServerPeer = createServerPeer.bind(hsyncClient);
|
|
282
282
|
|