@firmer/mesh 0.0.5 → 0.0.6

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.
@@ -27,6 +27,10 @@ export declare class Mesh {
27
27
  * MEsh consumer set in context.
28
28
  */
29
29
  static readonly CODEC: Key<Codec>;
30
+ /**
31
+ * MPC timeout in mills.
32
+ */
33
+ static readonly TIMEOUT: Key<number>;
30
34
  }
31
35
  declare class MeshFlag {
32
36
  code: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firmer/mesh",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Mesh: A lightweight, distributed, relational network architecture for MPC",
5
5
  "homepage": "mesh",
6
6
  "repository": "git.firmer.tech/firmer/mesh",