@dxos/protocols 0.4.10-main.2b53d56 → 0.4.10-main.2e2de51

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;AA8DhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AA4hB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,8isGAA8isG,CAAC,CAAC,CAAC;AACvmsG,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;AA8DhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AA4hB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,27rGAA27rG,CAAC,CAAC,CAAC;AACp/rG,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.4.10-main.2b53d56",
3
+ "version": "0.4.10-main.2e2de51",
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/keys": "0.4.10-main.2b53d56",
37
- "@dxos/codec-protobuf": "0.4.10-main.2b53d56",
38
- "@dxos/invariant": "0.4.10-main.2b53d56",
39
- "@dxos/timeframe": "0.4.10-main.2b53d56"
36
+ "@dxos/codec-protobuf": "0.4.10-main.2e2de51",
37
+ "@dxos/invariant": "0.4.10-main.2e2de51",
38
+ "@dxos/keys": "0.4.10-main.2e2de51",
39
+ "@dxos/timeframe": "0.4.10-main.2e2de51"
40
40
  },
41
41
  "devDependencies": {
42
42
  "glob": "~7.1.6"
@@ -103,6 +103,10 @@ message Runtime {
103
103
  optional StorageDriver key_store = 2;
104
104
  optional StorageDriver data_store = 3;
105
105
  optional string data_root = 4;
106
+
107
+ /**
108
+ * @deprecated
109
+ */
106
110
  optional bool space_fragmentation = 5;
107
111
  }
108
112
 
@@ -130,9 +134,6 @@ message Runtime {
130
134
 
131
135
  /// Connect to and serve client services to a remote proxy.
132
136
  optional string devtools_proxy = 7;
133
-
134
- /// Enable E.object api
135
- optional bool use_reactive_object_api = 8;
136
137
  }
137
138
 
138
139
  message App {
@@ -298,13 +298,6 @@ export namespace Runtime {
298
298
  * - proto3_optional = true
299
299
  */
300
300
  devtoolsProxy?: string;
301
- /**
302
- * Enable E.object api
303
- *
304
- * Options:
305
- * - proto3_optional = true
306
- */
307
- useReactiveObjectApi?: boolean;
308
301
  }
309
302
  export namespace Client {
310
303
  /**
@@ -333,6 +326,8 @@ export namespace Runtime {
333
326
  */
334
327
  dataRoot?: string;
335
328
  /**
329
+ * @deprecated
330
+ *
336
331
  * Options:
337
332
  * - proto3_optional = true
338
333
  */
@@ -60,37 +60,6 @@ import * as dxos_value from "../value";
60
60
  import * as example_testing_data from "../../example/testing/data";
61
61
  import * as example_testing_rpc from "../../example/testing/rpc";
62
62
  import * as google_protobuf from "../../google/protobuf";
63
- /**
64
- * Defined in:
65
- * {@link file://./../../../dxos/devtools/diagnostics.proto}
66
- */
67
- export interface Services {
68
- spaces?: SpaceStats[];
69
- }
70
- /**
71
- * Defined in:
72
- * {@link file://./../../../dxos/devtools/diagnostics.proto}
73
- */
74
- export interface SpaceStats {
75
- key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
76
- peers?: PeerStats[];
77
- }
78
- /**
79
- * Defined in:
80
- * {@link file://./../../../dxos/devtools/diagnostics.proto}
81
- */
82
- export interface PeerStats {
83
- controlFeed: FeedStats;
84
- dataFeed: FeedStats;
85
- }
86
- /**
87
- * Defined in:
88
- * {@link file://./../../../dxos/devtools/diagnostics.proto}
89
- */
90
- export interface FeedStats {
91
- key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
92
- length: number;
93
- }
94
63
  /**
95
64
  * Defined in:
96
65
  * {@link file://./../../../dxos/devtools/host.proto}
@@ -513,3 +482,34 @@ export interface SubscribeToSwarmInfoRequest {
513
482
  export interface SubscribeToSwarmInfoResponse {
514
483
  data?: dxos_devtools_swarm.SwarmInfo[];
515
484
  }
485
+ /**
486
+ * Defined in:
487
+ * {@link file://./../../../dxos/devtools/diagnostics.proto}
488
+ */
489
+ export interface Services {
490
+ spaces?: SpaceStats[];
491
+ }
492
+ /**
493
+ * Defined in:
494
+ * {@link file://./../../../dxos/devtools/diagnostics.proto}
495
+ */
496
+ export interface SpaceStats {
497
+ key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
498
+ peers?: PeerStats[];
499
+ }
500
+ /**
501
+ * Defined in:
502
+ * {@link file://./../../../dxos/devtools/diagnostics.proto}
503
+ */
504
+ export interface PeerStats {
505
+ controlFeed: FeedStats;
506
+ dataFeed: FeedStats;
507
+ }
508
+ /**
509
+ * Defined in:
510
+ * {@link file://./../../../dxos/devtools/diagnostics.proto}
511
+ */
512
+ export interface FeedStats {
513
+ key: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
514
+ length: number;
515
+ }
@@ -79,14 +79,14 @@ export enum NullValue {
79
79
  export interface ListValue {
80
80
  values?: Value[];
81
81
  }
82
- export interface Any {
83
- type_url: string;
84
- value: Uint8Array;
85
- }
86
82
  export interface Timestamp {
87
83
  seconds: string;
88
84
  nanos: number;
89
85
  }
86
+ export interface Any {
87
+ type_url: string;
88
+ value: Uint8Array;
89
+ }
90
90
  export interface FileDescriptorSet {
91
91
  file?: FileDescriptorProto[];
92
92
  }