@dxos/client-services 0.6.3 → 0.6.4
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-OZZNR4XY.mjs → chunk-GB7WWT66.mjs} +2 -2
- package/dist/lib/browser/{chunk-OZZNR4XY.mjs.map → chunk-GB7WWT66.mjs.map} +1 -1
- 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-XWGBHONI.cjs → chunk-6XNQ7GM4.cjs} +5 -5
- package/dist/lib/node/{chunk-XWGBHONI.cjs.map → chunk-6XNQ7GM4.cjs.map} +1 -1
- 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/version.d.ts +1 -1
- package/package.json +36 -36
- package/src/version.ts +1 -1
package/dist/lib/node/index.cjs
CHANGED
|
@@ -18,51 +18,51 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
var node_exports = {};
|
|
20
20
|
__export(node_exports, {
|
|
21
|
-
ClientRpcServer: () =>
|
|
22
|
-
ClientServicesHost: () =>
|
|
23
|
-
DataSpace: () =>
|
|
24
|
-
DataSpaceManager: () =>
|
|
25
|
-
DeviceInvitationProtocol: () =>
|
|
26
|
-
DevtoolsHostEvents: () =>
|
|
27
|
-
DevtoolsServiceImpl: () =>
|
|
28
|
-
DiagnosticsCollector: () =>
|
|
29
|
-
Identity: () =>
|
|
30
|
-
IdentityManager: () =>
|
|
31
|
-
IdentityServiceImpl: () =>
|
|
32
|
-
InvitationsHandler: () =>
|
|
33
|
-
InvitationsManager: () =>
|
|
34
|
-
InvitationsServiceImpl: () =>
|
|
35
|
-
Lock: () =>
|
|
36
|
-
ServiceContext: () =>
|
|
37
|
-
ServiceRegistry: () =>
|
|
38
|
-
SpaceInvitationProtocol: () =>
|
|
39
|
-
SpacesServiceImpl: () =>
|
|
40
|
-
TrustedKeySetAuthVerifier: () =>
|
|
21
|
+
ClientRpcServer: () => import_chunk_6XNQ7GM4.ClientRpcServer,
|
|
22
|
+
ClientServicesHost: () => import_chunk_6XNQ7GM4.ClientServicesHost,
|
|
23
|
+
DataSpace: () => import_chunk_6XNQ7GM4.DataSpace,
|
|
24
|
+
DataSpaceManager: () => import_chunk_6XNQ7GM4.DataSpaceManager,
|
|
25
|
+
DeviceInvitationProtocol: () => import_chunk_6XNQ7GM4.DeviceInvitationProtocol,
|
|
26
|
+
DevtoolsHostEvents: () => import_chunk_6XNQ7GM4.DevtoolsHostEvents,
|
|
27
|
+
DevtoolsServiceImpl: () => import_chunk_6XNQ7GM4.DevtoolsServiceImpl,
|
|
28
|
+
DiagnosticsCollector: () => import_chunk_6XNQ7GM4.DiagnosticsCollector,
|
|
29
|
+
Identity: () => import_chunk_6XNQ7GM4.Identity,
|
|
30
|
+
IdentityManager: () => import_chunk_6XNQ7GM4.IdentityManager,
|
|
31
|
+
IdentityServiceImpl: () => import_chunk_6XNQ7GM4.IdentityServiceImpl,
|
|
32
|
+
InvitationsHandler: () => import_chunk_6XNQ7GM4.InvitationsHandler,
|
|
33
|
+
InvitationsManager: () => import_chunk_6XNQ7GM4.InvitationsManager,
|
|
34
|
+
InvitationsServiceImpl: () => import_chunk_6XNQ7GM4.InvitationsServiceImpl,
|
|
35
|
+
Lock: () => import_chunk_6XNQ7GM4.Lock,
|
|
36
|
+
ServiceContext: () => import_chunk_6XNQ7GM4.ServiceContext,
|
|
37
|
+
ServiceRegistry: () => import_chunk_6XNQ7GM4.ServiceRegistry,
|
|
38
|
+
SpaceInvitationProtocol: () => import_chunk_6XNQ7GM4.SpaceInvitationProtocol,
|
|
39
|
+
SpacesServiceImpl: () => import_chunk_6XNQ7GM4.SpacesServiceImpl,
|
|
40
|
+
TrustedKeySetAuthVerifier: () => import_chunk_6XNQ7GM4.TrustedKeySetAuthVerifier,
|
|
41
41
|
WorkerRuntime: () => WorkerRuntime,
|
|
42
42
|
WorkerSession: () => WorkerSession,
|
|
43
|
-
createAdmissionKeypair: () =>
|
|
44
|
-
createAuthProvider: () =>
|
|
45
|
-
createCollectDiagnosticsBroadcastHandler: () =>
|
|
46
|
-
createCollectDiagnosticsBroadcastSender: () =>
|
|
47
|
-
createDiagnostics: () =>
|
|
48
|
-
createLevel: () =>
|
|
49
|
-
createStorageObjects: () =>
|
|
50
|
-
decodeProfileArchive: () =>
|
|
51
|
-
encodeProfileArchive: () =>
|
|
52
|
-
exportProfileData: () =>
|
|
53
|
-
getNetworkPeers: () =>
|
|
54
|
-
importProfileData: () =>
|
|
55
|
-
isLocked: () =>
|
|
56
|
-
subscribeToFeedBlocks: () =>
|
|
57
|
-
subscribeToFeeds: () =>
|
|
58
|
-
subscribeToNetworkStatus: () =>
|
|
59
|
-
subscribeToNetworkTopics: () =>
|
|
60
|
-
subscribeToSignal: () =>
|
|
61
|
-
subscribeToSpaces: () =>
|
|
62
|
-
subscribeToSwarmInfo: () =>
|
|
43
|
+
createAdmissionKeypair: () => import_chunk_6XNQ7GM4.createAdmissionKeypair,
|
|
44
|
+
createAuthProvider: () => import_chunk_6XNQ7GM4.createAuthProvider,
|
|
45
|
+
createCollectDiagnosticsBroadcastHandler: () => import_chunk_6XNQ7GM4.createCollectDiagnosticsBroadcastHandler,
|
|
46
|
+
createCollectDiagnosticsBroadcastSender: () => import_chunk_6XNQ7GM4.createCollectDiagnosticsBroadcastSender,
|
|
47
|
+
createDiagnostics: () => import_chunk_6XNQ7GM4.createDiagnostics,
|
|
48
|
+
createLevel: () => import_chunk_6XNQ7GM4.createLevel,
|
|
49
|
+
createStorageObjects: () => import_chunk_6XNQ7GM4.createStorageObjects,
|
|
50
|
+
decodeProfileArchive: () => import_chunk_6XNQ7GM4.decodeProfileArchive,
|
|
51
|
+
encodeProfileArchive: () => import_chunk_6XNQ7GM4.encodeProfileArchive,
|
|
52
|
+
exportProfileData: () => import_chunk_6XNQ7GM4.exportProfileData,
|
|
53
|
+
getNetworkPeers: () => import_chunk_6XNQ7GM4.getNetworkPeers,
|
|
54
|
+
importProfileData: () => import_chunk_6XNQ7GM4.importProfileData,
|
|
55
|
+
isLocked: () => import_chunk_6XNQ7GM4.isLocked,
|
|
56
|
+
subscribeToFeedBlocks: () => import_chunk_6XNQ7GM4.subscribeToFeedBlocks,
|
|
57
|
+
subscribeToFeeds: () => import_chunk_6XNQ7GM4.subscribeToFeeds,
|
|
58
|
+
subscribeToNetworkStatus: () => import_chunk_6XNQ7GM4.subscribeToNetworkStatus,
|
|
59
|
+
subscribeToNetworkTopics: () => import_chunk_6XNQ7GM4.subscribeToNetworkTopics,
|
|
60
|
+
subscribeToSignal: () => import_chunk_6XNQ7GM4.subscribeToSignal,
|
|
61
|
+
subscribeToSpaces: () => import_chunk_6XNQ7GM4.subscribeToSpaces,
|
|
62
|
+
subscribeToSwarmInfo: () => import_chunk_6XNQ7GM4.subscribeToSwarmInfo
|
|
63
63
|
});
|
|
64
64
|
module.exports = __toCommonJS(node_exports);
|
|
65
|
-
var
|
|
65
|
+
var import_chunk_6XNQ7GM4 = require("./chunk-6XNQ7GM4.cjs");
|
|
66
66
|
var import_async = require("@dxos/async");
|
|
67
67
|
var import_context = require("@dxos/context");
|
|
68
68
|
var import_invariant = require("@dxos/invariant");
|
|
@@ -120,12 +120,12 @@ var WorkerSession = class {
|
|
|
120
120
|
return handler(method, params);
|
|
121
121
|
}
|
|
122
122
|
};
|
|
123
|
-
this._clientRpc = new
|
|
123
|
+
this._clientRpc = new import_chunk_6XNQ7GM4.ClientRpcServer({
|
|
124
124
|
serviceRegistry: this._serviceHost.serviceRegistry,
|
|
125
125
|
port: appPort,
|
|
126
126
|
...middleware
|
|
127
127
|
});
|
|
128
|
-
this._shellClientRpc = shellPort ? new
|
|
128
|
+
this._shellClientRpc = shellPort ? new import_chunk_6XNQ7GM4.ClientRpcServer({
|
|
129
129
|
serviceRegistry: this._serviceHost.serviceRegistry,
|
|
130
130
|
port: shellPort,
|
|
131
131
|
...middleware
|
|
@@ -252,7 +252,7 @@ var WorkerRuntime = class {
|
|
|
252
252
|
this._signalTelemetryEnabled = false;
|
|
253
253
|
this._acquireLock = acquireLock;
|
|
254
254
|
this._releaseLock = releaseLock;
|
|
255
|
-
this._clientServices = new
|
|
255
|
+
this._clientServices = new import_chunk_6XNQ7GM4.ClientServicesHost({
|
|
256
256
|
callbacks: {
|
|
257
257
|
onReset: async () => onReset()
|
|
258
258
|
}
|