@persistica/flux-mesh 0.0.17 → 0.0.18

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@persistica/flux-mesh",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "Persistica Flux Mesh",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -42,7 +42,7 @@ export declare class NetworkAuthorityRedisCache {
42
42
  /**
43
43
  * Removes a client from the cache and unregisters it globally.
44
44
  *
45
- * @param { TNetworkId_S } networkId - The network ID
45
+ * @param { TNetworkId_S } networkId
46
46
  * @param { TAddress } networkAuthorityAddress - The address of the unresponsive client
47
47
  */
48
48
  removeUnresponsiveClient(networkId: TNetworkId_S, networkAuthorityAddress: TAddress): void;