@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.
- package/dist/lib/browser/{chunk-2TPEVL6X.mjs → chunk-I6MMWGWX.mjs} +3 -3
- package/dist/lib/browser/{chunk-2TPEVL6X.mjs.map → chunk-I6MMWGWX.mjs.map} +3 -3
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +1 -1
- package/dist/lib/node/{chunk-DIVJ2C6E.cjs → chunk-PAH5HN65.cjs} +6 -6
- package/dist/lib/node/{chunk-DIVJ2C6E.cjs.map → chunk-PAH5HN65.cjs.map} +3 -3
- package/dist/lib/node/index.cjs +45 -45
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs +8 -8
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +37 -37
- package/src/packlets/spaces/edge-feed-replicator.ts +1 -1
- package/src/version.ts +1 -1
|
@@ -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.
|
|
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 !==
|
|
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-
|
|
7813
|
+
//# sourceMappingURL=chunk-I6MMWGWX.mjs.map
|