@dxos/client-services 0.6.8-main.046e6cf → 0.6.8-main.3be982f

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.
@@ -359,7 +359,7 @@ import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
359
359
  import { TRACE_PROCESSOR } from "@dxos/tracing";
360
360
 
361
361
  // packages/sdk/client-services/src/version.ts
362
- var DXOS_VERSION = "0.6.8-main.046e6cf";
362
+ var DXOS_VERSION = "0.6.8-main.3be982f";
363
363
 
364
364
  // packages/sdk/client-services/src/packlets/services/platform.ts
365
365
  import { Platform } from "@dxos/protocols/proto/dxos/client/services";
@@ -4002,7 +4002,7 @@ var EdgeFeedReplicator = class extends Resource2 {
4002
4002
  return;
4003
4003
  }
4004
4004
  const [service, ...rest] = message.serviceId.split(":");
4005
- if (service !== "hypercore-replicator") {
4005
+ if (service !== EdgeService.FEED_REPLICATOR) {
4006
4006
  return;
4007
4007
  }
4008
4008
  const [spaceId] = rest;
@@ -7810,4 +7810,4 @@ export {
7810
7810
  importProfileData,
7811
7811
  ClientServicesHost
7812
7812
  };
7813
- //# sourceMappingURL=chunk-2TPEVL6X.mjs.map
7813
+ //# sourceMappingURL=chunk-I6MMWGWX.mjs.map