@dxos/client-services 0.8.0 → 0.8.1-main.303c73a

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.
@@ -397,7 +397,7 @@ import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
397
397
  import { TRACE_PROCESSOR } from "@dxos/tracing";
398
398
 
399
399
  // packages/sdk/client-services/src/version.ts
400
- var DXOS_VERSION = "0.8.0";
400
+ var DXOS_VERSION = "0.8.1-main.303c73a";
401
401
 
402
402
  // packages/sdk/client-services/src/packlets/services/platform.ts
403
403
  import { Platform } from "@dxos/protocols/proto/dxos/client/services";
@@ -8647,6 +8647,9 @@ var NetworkServiceImpl = class {
8647
8647
  async leaveSwarm(request) {
8648
8648
  return this.signalManager.leave(request);
8649
8649
  }
8650
+ async querySwarm(request) {
8651
+ return this.signalManager.query(request);
8652
+ }
8650
8653
  subscribeSwarmState(request) {
8651
8654
  return new Stream15(({ next }) => {
8652
8655
  const unsubscribe = this.signalManager.swarmState?.on((state) => {
@@ -9177,4 +9180,4 @@ export {
9177
9180
  importProfileData,
9178
9181
  ClientServicesHost
9179
9182
  };
9180
- //# sourceMappingURL=chunk-25OL3JVO.mjs.map
9183
+ //# sourceMappingURL=chunk-7PUYGZSL.mjs.map