@dxos/protocols 0.1.31-next.ea8f0bc → 0.1.31
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/cjs/src/proto/gen/dxos/client/services.d.ts +20 -0
- package/dist/cjs/src/proto/gen/dxos/client/services.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/client/services.js.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/devtools/host.d.ts +31 -31
- package/dist/cjs/src/proto/gen/dxos/devtools/host.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/echo/feed.d.ts +1 -1
- package/dist/cjs/src/proto/gen/dxos/echo/feed.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/echo/model/text.d.ts +32 -4
- package/dist/cjs/src/proto/gen/dxos/echo/model/text.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/echo/model/text.js +10 -0
- package/dist/cjs/src/proto/gen/dxos/echo/model/text.js.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/mesh/presence.d.ts +5 -20
- package/dist/cjs/src/proto/gen/dxos/mesh/presence.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/dxos/mesh/teleport/gossip.d.ts +26 -0
- package/dist/cjs/src/proto/gen/dxos/mesh/teleport/gossip.d.ts.map +1 -0
- package/dist/cjs/src/proto/gen/dxos/mesh/teleport/{presence.js → gossip.js} +1 -1
- package/dist/cjs/src/proto/gen/dxos/mesh/teleport/gossip.js.map +1 -0
- package/dist/cjs/src/proto/gen/index.d.ts +9 -7
- package/dist/cjs/src/proto/gen/index.d.ts.map +1 -1
- package/dist/cjs/src/proto/gen/index.js +1 -1
- package/dist/cjs/src/proto/gen/index.js.map +1 -1
- package/dist/cjs/src/testing.d.ts.map +1 -1
- package/dist/cjs/src/testing.js +12 -8
- package/dist/cjs/src/testing.js.map +1 -1
- package/dist/cjs/src/types.d.ts +2 -2
- package/dist/cjs/src/types.d.ts.map +1 -1
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/esm/src/proto/gen/dxos/client/services.d.ts +20 -0
- package/dist/esm/src/proto/gen/dxos/client/services.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/client/services.js.map +1 -1
- package/dist/esm/src/proto/gen/dxos/devtools/host.d.ts +31 -31
- package/dist/esm/src/proto/gen/dxos/devtools/host.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/echo/feed.d.ts +1 -1
- package/dist/esm/src/proto/gen/dxos/echo/feed.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/echo/model/text.d.ts +32 -4
- package/dist/esm/src/proto/gen/dxos/echo/model/text.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/echo/model/text.js +9 -1
- package/dist/esm/src/proto/gen/dxos/echo/model/text.js.map +1 -1
- package/dist/esm/src/proto/gen/dxos/mesh/presence.d.ts +5 -20
- package/dist/esm/src/proto/gen/dxos/mesh/presence.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/dxos/mesh/teleport/gossip.d.ts +26 -0
- package/dist/esm/src/proto/gen/dxos/mesh/teleport/gossip.d.ts.map +1 -0
- package/dist/esm/src/proto/gen/dxos/mesh/teleport/gossip.js +2 -0
- package/dist/esm/src/proto/gen/dxos/mesh/teleport/gossip.js.map +1 -0
- package/dist/esm/src/proto/gen/index.d.ts +9 -7
- package/dist/esm/src/proto/gen/index.d.ts.map +1 -1
- package/dist/esm/src/proto/gen/index.js +1 -1
- package/dist/esm/src/proto/gen/index.js.map +1 -1
- package/dist/esm/src/testing.d.ts.map +1 -1
- package/dist/esm/src/testing.js +12 -8
- package/dist/esm/src/testing.js.map +1 -1
- package/dist/esm/src/types.d.ts +2 -2
- package/dist/esm/src/types.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/proto/dxos/client/services.proto +15 -0
- package/src/proto/dxos/echo/feed.proto +1 -2
- package/src/proto/dxos/echo/model/text.proto +13 -4
- package/src/proto/dxos/iframe.proto +1 -0
- package/src/proto/dxos/mesh/presence.proto +5 -8
- package/src/proto/dxos/mesh/teleport/gossip.proto +26 -0
- package/src/proto/gen/dxos/bot.ts +1 -1
- package/src/proto/gen/dxos/client/services.ts +20 -1
- package/src/proto/gen/dxos/config.ts +1 -1
- package/src/proto/gen/dxos/devtools/host.ts +32 -32
- package/src/proto/gen/dxos/devtools/swarm.ts +1 -1
- package/src/proto/gen/dxos/echo/feed.ts +2 -2
- package/src/proto/gen/dxos/echo/metadata.ts +1 -1
- package/src/proto/gen/dxos/echo/model/document.ts +1 -1
- package/src/proto/gen/dxos/echo/model/messenger.ts +1 -1
- package/src/proto/gen/dxos/echo/model/text.ts +33 -5
- package/src/proto/gen/dxos/echo/object.ts +1 -1
- package/src/proto/gen/dxos/echo/service.ts +1 -1
- package/src/proto/gen/dxos/echo/snapshot.ts +1 -1
- package/src/proto/gen/dxos/echo/timeframe.ts +1 -1
- package/src/proto/gen/dxos/gravity.ts +1 -1
- package/src/proto/gen/dxos/halo/credentials/auth.ts +1 -1
- package/src/proto/gen/dxos/halo/credentials/greet.ts +1 -1
- package/src/proto/gen/dxos/halo/credentials/identity.ts +1 -1
- package/src/proto/gen/dxos/halo/credentials.ts +1 -1
- package/src/proto/gen/dxos/halo/invitations.ts +1 -1
- package/src/proto/gen/dxos/halo/keyring.ts +1 -1
- package/src/proto/gen/dxos/halo/keys.ts +1 -1
- package/src/proto/gen/dxos/halo/signed.ts +1 -1
- package/src/proto/gen/dxos/iframe.ts +1 -1
- package/src/proto/gen/dxos/keys.ts +1 -1
- package/src/proto/gen/dxos/mesh/bridge.ts +1 -1
- package/src/proto/gen/dxos/mesh/broadcast.ts +1 -1
- package/src/proto/gen/dxos/mesh/messaging.ts +1 -1
- package/src/proto/gen/dxos/mesh/muxer.ts +1 -1
- package/src/proto/gen/dxos/mesh/presence.ts +5 -21
- package/src/proto/gen/dxos/mesh/protocol.ts +1 -1
- package/src/proto/gen/dxos/mesh/replicator.ts +1 -1
- package/src/proto/gen/dxos/mesh/signal.ts +1 -1
- package/src/proto/gen/dxos/mesh/swarm.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/auth.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/control.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/{presence.ts → gossip.ts} +9 -9
- package/src/proto/gen/dxos/mesh/teleport/notarization.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/objectsync.ts +1 -1
- package/src/proto/gen/dxos/mesh/teleport/replicator.ts +1 -1
- package/src/proto/gen/dxos/registry.ts +1 -1
- package/src/proto/gen/dxos/rpc.ts +1 -1
- package/src/proto/gen/dxos/service/publisher.ts +1 -1
- package/src/proto/gen/dxos/service/scheduler.ts +1 -1
- package/src/proto/gen/dxos/service/supervisor.ts +1 -1
- package/src/proto/gen/dxos/type.ts +1 -1
- package/src/proto/gen/example/testing/data.ts +1 -1
- package/src/proto/gen/example/testing/rpc.ts +1 -1
- package/src/proto/gen/google/protobuf.ts +1 -1
- package/src/proto/gen/index.ts +10 -8
- package/src/testing.ts +12 -8
- package/src/types.ts +2 -2
- package/dist/cjs/src/proto/gen/dxos/mesh/teleport/presence.d.ts +0 -26
- package/dist/cjs/src/proto/gen/dxos/mesh/teleport/presence.d.ts.map +0 -1
- package/dist/cjs/src/proto/gen/dxos/mesh/teleport/presence.js.map +0 -1
- package/dist/esm/src/proto/gen/dxos/mesh/teleport/presence.d.ts +0 -26
- package/dist/esm/src/proto/gen/dxos/mesh/teleport/presence.d.ts.map +0 -1
- package/dist/esm/src/proto/gen/dxos/mesh/teleport/presence.js +0 -2
- package/dist/esm/src/proto/gen/dxos/mesh/teleport/presence.js.map +0 -1
- package/src/proto/dxos/mesh/teleport/presence.proto +0 -25
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "./signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "./swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "./teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "./teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "./teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "./teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "./signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "./swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "./teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "./teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "./teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "./teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "./signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "./swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "./teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "./teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "./teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "./teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "./signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "./swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "./teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "./teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "./teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "./teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -52,26 +52,10 @@ import * as google_protobuf from "../../google/protobuf";
|
|
|
52
52
|
* Defined in:
|
|
53
53
|
* {@link file://./../../../dxos/mesh/presence.proto}
|
|
54
54
|
*/
|
|
55
|
-
export interface
|
|
56
|
-
peerId: Uint8Array;
|
|
57
|
-
connections?: Alive.Connection[];
|
|
55
|
+
export interface PeerState {
|
|
58
56
|
/**
|
|
59
|
-
*
|
|
60
|
-
* - proto3_optional = true
|
|
57
|
+
* Will be used to build network graph
|
|
61
58
|
*/
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
export namespace Alive {
|
|
65
|
-
/**
|
|
66
|
-
* Defined in:
|
|
67
|
-
* {@link file://./../../../dxos/mesh/presence.proto}
|
|
68
|
-
*/
|
|
69
|
-
export interface Connection {
|
|
70
|
-
peerId: Uint8Array;
|
|
71
|
-
/**
|
|
72
|
-
* Options:
|
|
73
|
-
* - proto3_optional = true
|
|
74
|
-
*/
|
|
75
|
-
initiator?: boolean;
|
|
76
|
-
}
|
|
59
|
+
connections?: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>[];
|
|
60
|
+
identityKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
77
61
|
}
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "./signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "./swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "./teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "./teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "./teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "./teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_signal from "./signal";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "./swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "./teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "./teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "./teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "./teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_replicator from "./replicator";
|
|
|
35
35
|
import * as dxos_mesh_swarm from "./swarm";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "./teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "./teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "./teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "./teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_replicator from "./replicator";
|
|
|
35
35
|
import * as dxos_mesh_signal from "./signal";
|
|
36
36
|
import * as dxos_mesh_teleport_auth from "./teleport/auth";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "./teleport/control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "./teleport/gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "./teleport/notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./teleport/objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./teleport/presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./teleport/replicator";
|
|
42
42
|
import * as dxos_registry from "../registry";
|
|
43
43
|
import * as dxos_rpc from "../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_replicator from "../replicator";
|
|
|
35
35
|
import * as dxos_mesh_signal from "../signal";
|
|
36
36
|
import * as dxos_mesh_swarm from "../swarm";
|
|
37
37
|
import * as dxos_mesh_teleport_control from "./control";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "./gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "./notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./replicator";
|
|
42
42
|
import * as dxos_registry from "../../registry";
|
|
43
43
|
import * as dxos_rpc from "../../rpc";
|
|
@@ -35,9 +35,9 @@ import * as dxos_mesh_replicator from "../replicator";
|
|
|
35
35
|
import * as dxos_mesh_signal from "../signal";
|
|
36
36
|
import * as dxos_mesh_swarm from "../swarm";
|
|
37
37
|
import * as dxos_mesh_teleport_auth from "./auth";
|
|
38
|
+
import * as dxos_mesh_teleport_gossip from "./gossip";
|
|
38
39
|
import * as dxos_mesh_teleport_notarization from "./notarization";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./replicator";
|
|
42
42
|
import * as dxos_registry from "../../registry";
|
|
43
43
|
import * as dxos_rpc from "../../rpc";
|
|
@@ -50,25 +50,25 @@ import * as example_testing_rpc from "../../../example/testing/rpc";
|
|
|
50
50
|
import * as google_protobuf from "../../../google/protobuf";
|
|
51
51
|
/**
|
|
52
52
|
* Defined in:
|
|
53
|
-
* {@link file://./../../../../dxos/mesh/teleport/
|
|
53
|
+
* {@link file://./../../../../dxos/mesh/teleport/gossip.proto}
|
|
54
54
|
*/
|
|
55
|
-
export interface
|
|
55
|
+
export interface GossipMessage {
|
|
56
56
|
peerId: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
57
57
|
/**
|
|
58
|
-
*
|
|
58
|
+
* Used to route differnt payload types to correct listeners.
|
|
59
59
|
*/
|
|
60
|
-
|
|
60
|
+
channelId: string;
|
|
61
61
|
/**
|
|
62
|
-
* Peer tracks what had been sent by message id
|
|
62
|
+
* Peer tracks what had been sent by message id.
|
|
63
63
|
*/
|
|
64
64
|
messageId: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
65
65
|
timestamp: ReturnType<(typeof substitutions)["google.protobuf.Timestamp"]["decode"]>;
|
|
66
|
-
|
|
66
|
+
payload: ReturnType<(typeof substitutions)["google.protobuf.Any"]["decode"]>;
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
69
|
* Defined in:
|
|
70
|
-
* {@link file://./../../../../dxos/mesh/teleport/
|
|
70
|
+
* {@link file://./../../../../dxos/mesh/teleport/gossip.proto}
|
|
71
71
|
*/
|
|
72
|
-
export interface
|
|
73
|
-
announce: (request:
|
|
72
|
+
export interface GossipService {
|
|
73
|
+
announce: (request: GossipMessage) => Promise<void>;
|
|
74
74
|
}
|
|
@@ -36,8 +36,8 @@ import * as dxos_mesh_signal from "../signal";
|
|
|
36
36
|
import * as dxos_mesh_swarm from "../swarm";
|
|
37
37
|
import * as dxos_mesh_teleport_auth from "./auth";
|
|
38
38
|
import * as dxos_mesh_teleport_control from "./control";
|
|
39
|
+
import * as dxos_mesh_teleport_gossip from "./gossip";
|
|
39
40
|
import * as dxos_mesh_teleport_objectsync from "./objectsync";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./replicator";
|
|
42
42
|
import * as dxos_registry from "../../registry";
|
|
43
43
|
import * as dxos_rpc from "../../rpc";
|
|
@@ -36,8 +36,8 @@ import * as dxos_mesh_signal from "../signal";
|
|
|
36
36
|
import * as dxos_mesh_swarm from "../swarm";
|
|
37
37
|
import * as dxos_mesh_teleport_auth from "./auth";
|
|
38
38
|
import * as dxos_mesh_teleport_control from "./control";
|
|
39
|
+
import * as dxos_mesh_teleport_gossip from "./gossip";
|
|
39
40
|
import * as dxos_mesh_teleport_notarization from "./notarization";
|
|
40
|
-
import * as dxos_mesh_teleport_presence from "./presence";
|
|
41
41
|
import * as dxos_mesh_teleport_replicator from "./replicator";
|
|
42
42
|
import * as dxos_registry from "../../registry";
|
|
43
43
|
import * as dxos_rpc from "../../rpc";
|
|
@@ -36,9 +36,9 @@ import * as dxos_mesh_signal from "../signal";
|
|
|
36
36
|
import * as dxos_mesh_swarm from "../swarm";
|
|
37
37
|
import * as dxos_mesh_teleport_auth from "./auth";
|
|
38
38
|
import * as dxos_mesh_teleport_control from "./control";
|
|
39
|
+
import * as dxos_mesh_teleport_gossip from "./gossip";
|
|
39
40
|
import * as dxos_mesh_teleport_notarization from "./notarization";
|
|
40
41
|
import * as dxos_mesh_teleport_objectsync from "./objectsync";
|
|
41
|
-
import * as dxos_mesh_teleport_presence from "./presence";
|
|
42
42
|
import * as dxos_registry from "../../registry";
|
|
43
43
|
import * as dxos_rpc from "../../rpc";
|
|
44
44
|
import * as dxos_service_publisher from "../../service/publisher";
|
|
@@ -36,9 +36,9 @@ import * as dxos_mesh_signal from "./mesh/signal";
|
|
|
36
36
|
import * as dxos_mesh_swarm from "./mesh/swarm";
|
|
37
37
|
import * as dxos_mesh_teleport_auth from "./mesh/teleport/auth";
|
|
38
38
|
import * as dxos_mesh_teleport_control from "./mesh/teleport/control";
|
|
39
|
+
import * as dxos_mesh_teleport_gossip from "./mesh/teleport/gossip";
|
|
39
40
|
import * as dxos_mesh_teleport_notarization from "./mesh/teleport/notarization";
|
|
40
41
|
import * as dxos_mesh_teleport_objectsync from "./mesh/teleport/objectsync";
|
|
41
|
-
import * as dxos_mesh_teleport_presence from "./mesh/teleport/presence";
|
|
42
42
|
import * as dxos_mesh_teleport_replicator from "./mesh/teleport/replicator";
|
|
43
43
|
import * as dxos_rpc from "./rpc";
|
|
44
44
|
import * as dxos_service_publisher from "./service/publisher";
|
|
@@ -36,9 +36,9 @@ import * as dxos_mesh_signal from "./mesh/signal";
|
|
|
36
36
|
import * as dxos_mesh_swarm from "./mesh/swarm";
|
|
37
37
|
import * as dxos_mesh_teleport_auth from "./mesh/teleport/auth";
|
|
38
38
|
import * as dxos_mesh_teleport_control from "./mesh/teleport/control";
|
|
39
|
+
import * as dxos_mesh_teleport_gossip from "./mesh/teleport/gossip";
|
|
39
40
|
import * as dxos_mesh_teleport_notarization from "./mesh/teleport/notarization";
|
|
40
41
|
import * as dxos_mesh_teleport_objectsync from "./mesh/teleport/objectsync";
|
|
41
|
-
import * as dxos_mesh_teleport_presence from "./mesh/teleport/presence";
|
|
42
42
|
import * as dxos_mesh_teleport_replicator from "./mesh/teleport/replicator";
|
|
43
43
|
import * as dxos_registry from "./registry";
|
|
44
44
|
import * as dxos_service_publisher from "./service/publisher";
|
|
@@ -36,9 +36,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
36
36
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
37
37
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
38
38
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
39
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
39
40
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
40
41
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
41
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
42
42
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
43
43
|
import * as dxos_registry from "../registry";
|
|
44
44
|
import * as dxos_rpc from "../rpc";
|
|
@@ -36,9 +36,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
36
36
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
37
37
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
38
38
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
39
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
39
40
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
40
41
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
41
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
42
42
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
43
43
|
import * as dxos_registry from "../registry";
|
|
44
44
|
import * as dxos_rpc from "../rpc";
|
|
@@ -36,9 +36,9 @@ import * as dxos_mesh_signal from "../mesh/signal";
|
|
|
36
36
|
import * as dxos_mesh_swarm from "../mesh/swarm";
|
|
37
37
|
import * as dxos_mesh_teleport_auth from "../mesh/teleport/auth";
|
|
38
38
|
import * as dxos_mesh_teleport_control from "../mesh/teleport/control";
|
|
39
|
+
import * as dxos_mesh_teleport_gossip from "../mesh/teleport/gossip";
|
|
39
40
|
import * as dxos_mesh_teleport_notarization from "../mesh/teleport/notarization";
|
|
40
41
|
import * as dxos_mesh_teleport_objectsync from "../mesh/teleport/objectsync";
|
|
41
|
-
import * as dxos_mesh_teleport_presence from "../mesh/teleport/presence";
|
|
42
42
|
import * as dxos_mesh_teleport_replicator from "../mesh/teleport/replicator";
|
|
43
43
|
import * as dxos_registry from "../registry";
|
|
44
44
|
import * as dxos_rpc from "../rpc";
|
|
@@ -36,9 +36,9 @@ import * as dxos_mesh_signal from "./mesh/signal";
|
|
|
36
36
|
import * as dxos_mesh_swarm from "./mesh/swarm";
|
|
37
37
|
import * as dxos_mesh_teleport_auth from "./mesh/teleport/auth";
|
|
38
38
|
import * as dxos_mesh_teleport_control from "./mesh/teleport/control";
|
|
39
|
+
import * as dxos_mesh_teleport_gossip from "./mesh/teleport/gossip";
|
|
39
40
|
import * as dxos_mesh_teleport_notarization from "./mesh/teleport/notarization";
|
|
40
41
|
import * as dxos_mesh_teleport_objectsync from "./mesh/teleport/objectsync";
|
|
41
|
-
import * as dxos_mesh_teleport_presence from "./mesh/teleport/presence";
|
|
42
42
|
import * as dxos_mesh_teleport_replicator from "./mesh/teleport/replicator";
|
|
43
43
|
import * as dxos_registry from "./registry";
|
|
44
44
|
import * as dxos_rpc from "./rpc";
|
|
@@ -36,9 +36,9 @@ import * as dxos_mesh_signal from "../../dxos/mesh/signal";
|
|
|
36
36
|
import * as dxos_mesh_swarm from "../../dxos/mesh/swarm";
|
|
37
37
|
import * as dxos_mesh_teleport_auth from "../../dxos/mesh/teleport/auth";
|
|
38
38
|
import * as dxos_mesh_teleport_control from "../../dxos/mesh/teleport/control";
|
|
39
|
+
import * as dxos_mesh_teleport_gossip from "../../dxos/mesh/teleport/gossip";
|
|
39
40
|
import * as dxos_mesh_teleport_notarization from "../../dxos/mesh/teleport/notarization";
|
|
40
41
|
import * as dxos_mesh_teleport_objectsync from "../../dxos/mesh/teleport/objectsync";
|
|
41
|
-
import * as dxos_mesh_teleport_presence from "../../dxos/mesh/teleport/presence";
|
|
42
42
|
import * as dxos_mesh_teleport_replicator from "../../dxos/mesh/teleport/replicator";
|
|
43
43
|
import * as dxos_registry from "../../dxos/registry";
|
|
44
44
|
import * as dxos_rpc from "../../dxos/rpc";
|
|
@@ -36,9 +36,9 @@ import * as dxos_mesh_signal from "../../dxos/mesh/signal";
|
|
|
36
36
|
import * as dxos_mesh_swarm from "../../dxos/mesh/swarm";
|
|
37
37
|
import * as dxos_mesh_teleport_auth from "../../dxos/mesh/teleport/auth";
|
|
38
38
|
import * as dxos_mesh_teleport_control from "../../dxos/mesh/teleport/control";
|
|
39
|
+
import * as dxos_mesh_teleport_gossip from "../../dxos/mesh/teleport/gossip";
|
|
39
40
|
import * as dxos_mesh_teleport_notarization from "../../dxos/mesh/teleport/notarization";
|
|
40
41
|
import * as dxos_mesh_teleport_objectsync from "../../dxos/mesh/teleport/objectsync";
|
|
41
|
-
import * as dxos_mesh_teleport_presence from "../../dxos/mesh/teleport/presence";
|
|
42
42
|
import * as dxos_mesh_teleport_replicator from "../../dxos/mesh/teleport/replicator";
|
|
43
43
|
import * as dxos_registry from "../../dxos/registry";
|
|
44
44
|
import * as dxos_rpc from "../../dxos/rpc";
|
|
@@ -36,9 +36,9 @@ import * as dxos_mesh_signal from "../dxos/mesh/signal";
|
|
|
36
36
|
import * as dxos_mesh_swarm from "../dxos/mesh/swarm";
|
|
37
37
|
import * as dxos_mesh_teleport_auth from "../dxos/mesh/teleport/auth";
|
|
38
38
|
import * as dxos_mesh_teleport_control from "../dxos/mesh/teleport/control";
|
|
39
|
+
import * as dxos_mesh_teleport_gossip from "../dxos/mesh/teleport/gossip";
|
|
39
40
|
import * as dxos_mesh_teleport_notarization from "../dxos/mesh/teleport/notarization";
|
|
40
41
|
import * as dxos_mesh_teleport_objectsync from "../dxos/mesh/teleport/objectsync";
|
|
41
|
-
import * as dxos_mesh_teleport_presence from "../dxos/mesh/teleport/presence";
|
|
42
42
|
import * as dxos_mesh_teleport_replicator from "../dxos/mesh/teleport/replicator";
|
|
43
43
|
import * as dxos_registry from "../dxos/registry";
|
|
44
44
|
import * as dxos_rpc from "../dxos/rpc";
|