@dxos/client-services 0.5.9-main.a2de4fa → 0.5.9-main.af4882d
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-7ZORW75D.mjs → chunk-6347C7P7.mjs} +5 -4
- package/dist/lib/browser/{chunk-7ZORW75D.mjs.map → chunk-6347C7P7.mjs.map} +3 -3
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/packlets/testing/index.mjs +1 -1
- package/dist/lib/node/{chunk-VQ7KZOFD.cjs → chunk-YO26HDFH.cjs} +8 -7
- package/dist/lib/node/{chunk-VQ7KZOFD.cjs.map → chunk-YO26HDFH.cjs.map} +3 -3
- package/dist/lib/node/index.cjs +41 -41
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +8 -8
- package/dist/types/src/packlets/spaces/data-space.d.ts.map +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +36 -36
- package/src/packlets/spaces/data-space.ts +3 -1
- package/src/version.ts +1 -1
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
InvitationsManager,
|
|
8
8
|
ServiceContext,
|
|
9
9
|
SpaceInvitationProtocol
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-6347C7P7.mjs";
|
|
11
11
|
|
|
12
12
|
// packages/sdk/client-services/src/packlets/testing/credential-utils.ts
|
|
13
13
|
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
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_YO26HDFH_exports = {};
|
|
30
|
+
__export(chunk_YO26HDFH_exports, {
|
|
31
31
|
ClientRpcServer: () => ClientRpcServer,
|
|
32
32
|
ClientServicesHost: () => ClientServicesHost,
|
|
33
33
|
ClientServicesProviderResource: () => ClientServicesProviderResource,
|
|
@@ -66,7 +66,7 @@ __export(chunk_VQ7KZOFD_exports, {
|
|
|
66
66
|
subscribeToSpaces: () => subscribeToSpaces,
|
|
67
67
|
subscribeToSwarmInfo: () => subscribeToSwarmInfo
|
|
68
68
|
});
|
|
69
|
-
module.exports = __toCommonJS(
|
|
69
|
+
module.exports = __toCommonJS(chunk_YO26HDFH_exports);
|
|
70
70
|
var import_async = require("@dxos/async");
|
|
71
71
|
var import_codec_protobuf = require("@dxos/codec-protobuf");
|
|
72
72
|
var import_feed_store = require("@dxos/feed-store");
|
|
@@ -631,7 +631,7 @@ var DevtoolsServiceImpl = class {
|
|
|
631
631
|
});
|
|
632
632
|
}
|
|
633
633
|
};
|
|
634
|
-
var DXOS_VERSION = "0.5.9-main.
|
|
634
|
+
var DXOS_VERSION = "0.5.9-main.af4882d";
|
|
635
635
|
var getPlatform = () => {
|
|
636
636
|
if (process.browser) {
|
|
637
637
|
if (typeof window !== "undefined") {
|
|
@@ -4545,6 +4545,7 @@ var DataSpace = class {
|
|
|
4545
4545
|
S: this,
|
|
4546
4546
|
C: (f, a) => f(...a)
|
|
4547
4547
|
});
|
|
4548
|
+
this._echoHost.replicateDocument(rootUrl);
|
|
4548
4549
|
const handle = this._echoHost.automergeRepo.find(rootUrl);
|
|
4549
4550
|
queueMicrotask(async () => {
|
|
4550
4551
|
try {
|
|
@@ -4595,7 +4596,7 @@ var DataSpace = class {
|
|
|
4595
4596
|
err
|
|
4596
4597
|
}, {
|
|
4597
4598
|
F: __dxlog_file16,
|
|
4598
|
-
L:
|
|
4599
|
+
L: 433,
|
|
4599
4600
|
S: this,
|
|
4600
4601
|
C: (f, a) => f(...a)
|
|
4601
4602
|
});
|
|
@@ -4681,7 +4682,7 @@ var DataSpace = class {
|
|
|
4681
4682
|
state: import_services12.SpaceState[this._state]
|
|
4682
4683
|
}, {
|
|
4683
4684
|
F: __dxlog_file16,
|
|
4684
|
-
L:
|
|
4685
|
+
L: 514,
|
|
4685
4686
|
S: this,
|
|
4686
4687
|
C: (f, a) => f(...a)
|
|
4687
4688
|
});
|
|
@@ -6709,4 +6710,4 @@ ClientServicesHost = _ts_decorate8([
|
|
|
6709
6710
|
subscribeToSpaces,
|
|
6710
6711
|
subscribeToSwarmInfo
|
|
6711
6712
|
});
|
|
6712
|
-
//# sourceMappingURL=chunk-
|
|
6713
|
+
//# sourceMappingURL=chunk-YO26HDFH.cjs.map
|