@dxos/client-services 0.8.0 → 0.8.1-main.a06ad20

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.
@@ -6,7 +6,7 @@ import {
6
6
  InvitationsManager,
7
7
  ServiceContext,
8
8
  SpaceInvitationProtocol
9
- } from "../chunk-25OL3JVO.mjs";
9
+ } from "../chunk-YS3K6YSV.mjs";
10
10
 
11
11
  // packages/sdk/client-services/src/packlets/testing/credential-utils.ts
12
12
  import { createCredential } from "@dxos/credentials";
@@ -26,8 +26,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var chunk_FELZPQQE_exports = {};
30
- __export(chunk_FELZPQQE_exports, {
29
+ var chunk_KUWHXOUH_exports = {};
30
+ __export(chunk_KUWHXOUH_exports, {
31
31
  ClientRpcServer: () => ClientRpcServer,
32
32
  ClientServicesHost: () => ClientServicesHost,
33
33
  DataSpace: () => DataSpace,
@@ -72,7 +72,7 @@ __export(chunk_FELZPQQE_exports, {
72
72
  subscribeToSpaces: () => subscribeToSpaces,
73
73
  subscribeToSwarmInfo: () => subscribeToSwarmInfo
74
74
  });
75
- module.exports = __toCommonJS(chunk_FELZPQQE_exports);
75
+ module.exports = __toCommonJS(chunk_KUWHXOUH_exports);
76
76
  var import_async = require("@dxos/async");
77
77
  var import_stream = require("@dxos/codec-protobuf/stream");
78
78
  var import_feed_store = require("@dxos/feed-store");
@@ -735,7 +735,7 @@ var DevtoolsServiceImpl = class {
735
735
  });
736
736
  }
737
737
  };
738
- var DXOS_VERSION = "0.8.0";
738
+ var DXOS_VERSION = "0.8.1-main.a06ad20";
739
739
  var getPlatform = () => {
740
740
  if (process.browser) {
741
741
  if (typeof window !== "undefined") {
@@ -8451,6 +8451,9 @@ var NetworkServiceImpl = class {
8451
8451
  async leaveSwarm(request) {
8452
8452
  return this.signalManager.leave(request);
8453
8453
  }
8454
+ async querySwarm(request) {
8455
+ return this.signalManager.query(request);
8456
+ }
8454
8457
  subscribeSwarmState(request) {
8455
8458
  return new import_stream14.Stream(({ next }) => {
8456
8459
  const unsubscribe = this.signalManager.swarmState?.on((state) => {
@@ -8974,4 +8977,4 @@ ClientServicesHost = _ts_decorate11([
8974
8977
  subscribeToSpaces,
8975
8978
  subscribeToSwarmInfo
8976
8979
  });
8977
- //# sourceMappingURL=chunk-FELZPQQE.cjs.map
8980
+ //# sourceMappingURL=chunk-KUWHXOUH.cjs.map