@dxos/protocols 0.4.10-main.3040945 → 0.4.10-main.334c9db

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,wksGAAwksG,CAAC,CAAC,CAAC;AACjosG,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,8hsGAA8hsG,CAAC,CAAC,CAAC;AACvlsG,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.3040945",
3
+ "version": "0.4.10-main.334c9db",
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.4.10-main.3040945",
37
- "@dxos/invariant": "0.4.10-main.3040945",
38
- "@dxos/timeframe": "0.4.10-main.3040945",
39
- "@dxos/keys": "0.4.10-main.3040945"
36
+ "@dxos/codec-protobuf": "0.4.10-main.334c9db",
37
+ "@dxos/invariant": "0.4.10-main.334c9db",
38
+ "@dxos/timeframe": "0.4.10-main.334c9db",
39
+ "@dxos/keys": "0.4.10-main.334c9db"
40
40
  },
41
41
  "devDependencies": {
42
42
  "glob": "~7.1.6"
@@ -32,9 +32,6 @@ message Value {
32
32
  Array array = 21;
33
33
 
34
34
  Reference reference = 30;
35
-
36
- // YJS state snapshot.
37
- YJS yjs = 40;
38
35
  }
39
36
  }
40
37
 
@@ -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
+ }
@@ -78,7 +78,6 @@ export interface Value {
78
78
  object?: KeyValueObject;
79
79
  array?: Array;
80
80
  reference?: Reference;
81
- yjs?: YJS;
82
81
  }
83
82
  /**
84
83
  * Ordered collection of values.