@dxos/protocols 0.2.1 → 0.2.2-main.060c13d

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/proto/gen/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAuDhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AAgf7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,uy2FAAuy2F,CAAC,CAAC,CAAC;AACh22F,MAAM,CAAC,MAAM,MAAM,GAAG,MAAM,CAAC,QAAQ,CAAkB,UAAU,EAAE,aAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/proto/gen/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAuDhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AAgf7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,s02FAAs02F,CAAC,CAAC,CAAC;AAC/32F,MAAM,CAAC,MAAM,MAAM,GAAG,MAAM,CAAC,QAAQ,CAAkB,UAAU,EAAE,aAAa,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/protocols",
3
- "version": "0.2.1",
3
+ "version": "0.2.2-main.060c13d",
4
4
  "description": "Protobuf definitions for DXOS protocols.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -33,10 +33,10 @@
33
33
  "src"
34
34
  ],
35
35
  "dependencies": {
36
- "@dxos/codec-protobuf": "0.2.1",
37
- "@dxos/invariant": "0.2.1",
38
- "@dxos/keys": "0.2.1",
39
- "@dxos/timeframe": "0.2.1"
36
+ "@dxos/codec-protobuf": "0.2.2-main.060c13d",
37
+ "@dxos/invariant": "0.2.2-main.060c13d",
38
+ "@dxos/keys": "0.2.2-main.060c13d",
39
+ "@dxos/timeframe": "0.2.2-main.060c13d"
40
40
  },
41
41
  "devDependencies": {
42
42
  "glob": "~7.1.6"
@@ -37,6 +37,7 @@ message ConnectionInfo {
37
37
  repeated ConnectionEvent events = 6;
38
38
  repeated StreamStats streams = 7;
39
39
  optional string close_reason = 8;
40
+ optional string identity = 9;
40
41
  }
41
42
 
42
43
  message ConnectionEvent {
@@ -53,37 +53,6 @@ import * as dxos_value from "../value";
53
53
  import * as example_testing_data from "../../example/testing/data";
54
54
  import * as example_testing_rpc from "../../example/testing/rpc";
55
55
  import * as google_protobuf from "../../google/protobuf";
56
- /**
57
- * Defined in:
58
- * {@link file://./../../../dxos/devtools/diagnostics.proto}
59
- */
60
- export interface Services {
61
- spaces?: SpaceStats[];
62
- }
63
- /**
64
- * Defined in:
65
- * {@link file://./../../../dxos/devtools/diagnostics.proto}
66
- */
67
- export interface SpaceStats {
68
- key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
69
- peers?: PeerStats[];
70
- }
71
- /**
72
- * Defined in:
73
- * {@link file://./../../../dxos/devtools/diagnostics.proto}
74
- */
75
- export interface PeerStats {
76
- controlFeed: FeedStats;
77
- dataFeed: FeedStats;
78
- }
79
- /**
80
- * Defined in:
81
- * {@link file://./../../../dxos/devtools/diagnostics.proto}
82
- */
83
- export interface FeedStats {
84
- key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
85
- length: number;
86
- }
87
56
  /**
88
57
  * Defined in:
89
58
  * {@link file://./../../../dxos/devtools/host.proto}
@@ -506,3 +475,34 @@ export interface SubscribeToSwarmInfoRequest {
506
475
  export interface SubscribeToSwarmInfoResponse {
507
476
  data?: dxos_devtools_swarm.SwarmInfo[];
508
477
  }
478
+ /**
479
+ * Defined in:
480
+ * {@link file://./../../../dxos/devtools/diagnostics.proto}
481
+ */
482
+ export interface Services {
483
+ spaces?: SpaceStats[];
484
+ }
485
+ /**
486
+ * Defined in:
487
+ * {@link file://./../../../dxos/devtools/diagnostics.proto}
488
+ */
489
+ export interface SpaceStats {
490
+ key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
491
+ peers?: PeerStats[];
492
+ }
493
+ /**
494
+ * Defined in:
495
+ * {@link file://./../../../dxos/devtools/diagnostics.proto}
496
+ */
497
+ export interface PeerStats {
498
+ controlFeed: FeedStats;
499
+ dataFeed: FeedStats;
500
+ }
501
+ /**
502
+ * Defined in:
503
+ * {@link file://./../../../dxos/devtools/diagnostics.proto}
504
+ */
505
+ export interface FeedStats {
506
+ key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
507
+ length: number;
508
+ }
@@ -89,6 +89,11 @@ export interface ConnectionInfo {
89
89
  * - proto3_optional = true
90
90
  */
91
91
  closeReason?: string;
92
+ /**
93
+ * Options:
94
+ * - proto3_optional = true
95
+ */
96
+ identity?: string;
92
97
  }
93
98
  export namespace ConnectionInfo {
94
99
  /**