@3dsource/angular-unreal-module 0.0.92 → 0.0.93
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/package.json
CHANGED
|
@@ -1381,7 +1381,7 @@ declare const reconnectPeer: _ngrx_store.ActionCreator<string, (props: {
|
|
|
1381
1381
|
maxAttempts: number;
|
|
1382
1382
|
delay?: number;
|
|
1383
1383
|
} & _ngrx_store.Action<string>>;
|
|
1384
|
-
/** Action to reset data channel state before reconnection */
|
|
1384
|
+
/** Action to reset the data channel state before reconnection */
|
|
1385
1385
|
declare const resetDataChannelForReconnect: _ngrx_store.ActionCreator<string, () => _ngrx_store.Action<string>>;
|
|
1386
1386
|
/** Action dispatched when peer reconnection succeeds */
|
|
1387
1387
|
declare const reconnectPeerSuccess: _ngrx_store.ActionCreator<string, () => _ngrx_store.Action<string>>;
|