@dxos/protocols 0.5.7-main.fa910e0 → 0.5.7-next.3828245

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;AA+DhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AA2iB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,ip0GAAip0G,CAAC,CAAC,CAAC;AAC1s0G,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;AA+DhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AA2iB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,4o0GAA4o0G,CAAC,CAAC,CAAC;AACrs0G,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.5.7-main.fa910e0",
3
+ "version": "0.5.7-next.3828245",
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.5.7-main.fa910e0",
37
- "@dxos/keys": "0.5.7-main.fa910e0",
38
- "@dxos/invariant": "0.5.7-main.fa910e0",
39
- "@dxos/timeframe": "0.5.7-main.fa910e0"
36
+ "@dxos/codec-protobuf": "0.5.7-next.3828245",
37
+ "@dxos/invariant": "0.5.7-next.3828245",
38
+ "@dxos/keys": "0.5.7-next.3828245",
39
+ "@dxos/timeframe": "0.5.7-next.3828245"
40
40
  },
41
41
  "devDependencies": {
42
42
  "glob": "~7.1.6"
@@ -299,7 +299,6 @@ message Space {
299
299
  optional dxos.echo.timeframe.TimeframeVector known_data_timeframe = 17;
300
300
  }
301
301
 
302
- string id = 5;
303
302
  dxos.keys.PublicKey space_key = 1;
304
303
  SpaceState state = 2;
305
304
  optional PipelineState pipeline = 3;
@@ -9,6 +9,7 @@ import "google/protobuf/empty.proto";
9
9
  import "google/protobuf/struct.proto";
10
10
  import "google/protobuf/timestamp.proto";
11
11
 
12
+
12
13
  package dxos.mesh.signal;
13
14
 
14
15
  option go_package = "github.com/dxos/kube/proto/def/dxos/mesh/signal";
@@ -93,6 +94,7 @@ enum SignalState {
93
94
  }
94
95
 
95
96
  // TOOD(burdon): Rename.
97
+ // TODO(burdon): Reconcile with `@dxos/kube`.
96
98
  service Signal {
97
99
  rpc Join(JoinRequest) returns (stream SwarmEvent);
98
100
  rpc ReceiveMessages(ReceptionRequest) returns (stream Message);
@@ -566,7 +566,6 @@ export enum SpaceState {
566
566
  * {@link file://./../../../dxos/client/services.proto}
567
567
  */
568
568
  export interface Space {
569
- id: string;
570
569
  spaceKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
571
570
  state: SpaceState;
572
571
  /**