@dxos/client-services 0.5.7-main.a079570 → 0.5.7-main.f701905
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-TBD7C7LD.mjs → chunk-5IC3GXX5.mjs} +5 -5
- package/dist/lib/browser/{chunk-TBD7C7LD.mjs.map → chunk-5IC3GXX5.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-UDAMQIW7.cjs → chunk-MFQQF2HK.cjs} +7 -7
- package/dist/lib/node/{chunk-UDAMQIW7.cjs.map → chunk-MFQQF2HK.cjs.map} +3 -3
- package/dist/lib/node/index.cjs +44 -44
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +8 -8
- package/dist/types/src/packlets/services/service-host.d.ts.map +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +36 -36
- package/src/packlets/services/service-host.ts +3 -4
- 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-5IC3GXX5.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_MFQQF2HK_exports = {};
|
|
30
|
+
__export(chunk_MFQQF2HK_exports, {
|
|
31
31
|
ClientRpcServer: () => ClientRpcServer,
|
|
32
32
|
ClientServicesHost: () => ClientServicesHost,
|
|
33
33
|
ClientServicesProviderResource: () => ClientServicesProviderResource,
|
|
@@ -67,7 +67,7 @@ __export(chunk_UDAMQIW7_exports, {
|
|
|
67
67
|
subscribeToSpaces: () => subscribeToSpaces,
|
|
68
68
|
subscribeToSwarmInfo: () => subscribeToSwarmInfo
|
|
69
69
|
});
|
|
70
|
-
module.exports = __toCommonJS(
|
|
70
|
+
module.exports = __toCommonJS(chunk_MFQQF2HK_exports);
|
|
71
71
|
var import_async = require("@dxos/async");
|
|
72
72
|
var import_codec_protobuf = require("@dxos/codec-protobuf");
|
|
73
73
|
var import_feed_store = require("@dxos/feed-store");
|
|
@@ -5369,7 +5369,7 @@ var ServiceRegistry = class {
|
|
|
5369
5369
|
delete this._handlers[name];
|
|
5370
5370
|
}
|
|
5371
5371
|
};
|
|
5372
|
-
var DXOS_VERSION = "0.5.7-main.
|
|
5372
|
+
var DXOS_VERSION = "0.5.7-main.f701905";
|
|
5373
5373
|
var getPlatform = () => {
|
|
5374
5374
|
if (process.browser) {
|
|
5375
5375
|
if (typeof window !== "undefined") {
|
|
@@ -6273,11 +6273,11 @@ var ClientServicesHost = class {
|
|
|
6273
6273
|
""
|
|
6274
6274
|
]
|
|
6275
6275
|
});
|
|
6276
|
-
const document =
|
|
6276
|
+
const document = this._serviceContext.echoHost.automergeRepo.find(automergeIndex);
|
|
6277
6277
|
await document.whenReady();
|
|
6278
6278
|
const properties = {
|
|
6279
6279
|
system: {
|
|
6280
|
-
type: (0, import_echo_protocol.encodeReference)((0, import_echo_schema2.getTypeReference)(import_client_protocol5.
|
|
6280
|
+
type: (0, import_echo_protocol.encodeReference)((0, import_echo_schema2.getTypeReference)(import_client_protocol5.PropertiesSchema))
|
|
6281
6281
|
},
|
|
6282
6282
|
data: {
|
|
6283
6283
|
[import_client_protocol5.defaultKey]: identity.identityKey.toHex()
|
|
@@ -6390,4 +6390,4 @@ var findConfigs = () => {
|
|
|
6390
6390
|
subscribeToSpaces,
|
|
6391
6391
|
subscribeToSwarmInfo
|
|
6392
6392
|
});
|
|
6393
|
-
//# sourceMappingURL=chunk-
|
|
6393
|
+
//# sourceMappingURL=chunk-MFQQF2HK.cjs.map
|