@dxos/client-services 0.5.9-main.2e4fe25 → 0.5.9-main.72c50cd
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-D2F2ZWFB.mjs → chunk-G25WUL6O.mjs} +2 -2
- package/dist/lib/browser/{chunk-D2F2ZWFB.mjs.map → chunk-G25WUL6O.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-ZOEHX2BO.cjs → chunk-FTGPY2GQ.cjs} +5 -5
- package/dist/lib/node/{chunk-ZOEHX2BO.cjs.map → chunk-FTGPY2GQ.cjs.map} +1 -1
- package/dist/lib/node/index.cjs +42 -42
- 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,49 +18,49 @@ 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
|
-
ClientServicesProviderResource: () =>
|
|
24
|
-
DataSpace: () =>
|
|
25
|
-
DataSpaceManager: () =>
|
|
26
|
-
DeviceInvitationProtocol: () =>
|
|
27
|
-
DevtoolsHostEvents: () =>
|
|
28
|
-
DevtoolsServiceImpl: () =>
|
|
29
|
-
DiagnosticsCollector: () =>
|
|
30
|
-
Identity: () =>
|
|
31
|
-
IdentityManager: () =>
|
|
32
|
-
IdentityServiceImpl: () =>
|
|
33
|
-
InvitationsHandler: () =>
|
|
34
|
-
InvitationsManager: () =>
|
|
35
|
-
InvitationsServiceImpl: () =>
|
|
36
|
-
Lock: () =>
|
|
37
|
-
ServiceContext: () =>
|
|
38
|
-
ServiceRegistry: () =>
|
|
39
|
-
SpaceInvitationProtocol: () =>
|
|
40
|
-
SpacesServiceImpl: () =>
|
|
41
|
-
TrustedKeySetAuthVerifier: () =>
|
|
21
|
+
ClientRpcServer: () => import_chunk_FTGPY2GQ.ClientRpcServer,
|
|
22
|
+
ClientServicesHost: () => import_chunk_FTGPY2GQ.ClientServicesHost,
|
|
23
|
+
ClientServicesProviderResource: () => import_chunk_FTGPY2GQ.ClientServicesProviderResource,
|
|
24
|
+
DataSpace: () => import_chunk_FTGPY2GQ.DataSpace,
|
|
25
|
+
DataSpaceManager: () => import_chunk_FTGPY2GQ.DataSpaceManager,
|
|
26
|
+
DeviceInvitationProtocol: () => import_chunk_FTGPY2GQ.DeviceInvitationProtocol,
|
|
27
|
+
DevtoolsHostEvents: () => import_chunk_FTGPY2GQ.DevtoolsHostEvents,
|
|
28
|
+
DevtoolsServiceImpl: () => import_chunk_FTGPY2GQ.DevtoolsServiceImpl,
|
|
29
|
+
DiagnosticsCollector: () => import_chunk_FTGPY2GQ.DiagnosticsCollector,
|
|
30
|
+
Identity: () => import_chunk_FTGPY2GQ.Identity,
|
|
31
|
+
IdentityManager: () => import_chunk_FTGPY2GQ.IdentityManager,
|
|
32
|
+
IdentityServiceImpl: () => import_chunk_FTGPY2GQ.IdentityServiceImpl,
|
|
33
|
+
InvitationsHandler: () => import_chunk_FTGPY2GQ.InvitationsHandler,
|
|
34
|
+
InvitationsManager: () => import_chunk_FTGPY2GQ.InvitationsManager,
|
|
35
|
+
InvitationsServiceImpl: () => import_chunk_FTGPY2GQ.InvitationsServiceImpl,
|
|
36
|
+
Lock: () => import_chunk_FTGPY2GQ.Lock,
|
|
37
|
+
ServiceContext: () => import_chunk_FTGPY2GQ.ServiceContext,
|
|
38
|
+
ServiceRegistry: () => import_chunk_FTGPY2GQ.ServiceRegistry,
|
|
39
|
+
SpaceInvitationProtocol: () => import_chunk_FTGPY2GQ.SpaceInvitationProtocol,
|
|
40
|
+
SpacesServiceImpl: () => import_chunk_FTGPY2GQ.SpacesServiceImpl,
|
|
41
|
+
TrustedKeySetAuthVerifier: () => import_chunk_FTGPY2GQ.TrustedKeySetAuthVerifier,
|
|
42
42
|
WorkerRuntime: () => WorkerRuntime,
|
|
43
43
|
WorkerSession: () => WorkerSession,
|
|
44
|
-
createAdmissionKeypair: () =>
|
|
45
|
-
createAuthProvider: () =>
|
|
46
|
-
createCollectDiagnosticsBroadcastHandler: () =>
|
|
47
|
-
createCollectDiagnosticsBroadcastSender: () =>
|
|
48
|
-
createDiagnostics: () =>
|
|
49
|
-
createLevel: () =>
|
|
50
|
-
createStorageObjects: () =>
|
|
51
|
-
findPropertiesObject: () =>
|
|
52
|
-
getNetworkPeers: () =>
|
|
53
|
-
isLocked: () =>
|
|
54
|
-
subscribeToFeedBlocks: () =>
|
|
55
|
-
subscribeToFeeds: () =>
|
|
56
|
-
subscribeToNetworkStatus: () =>
|
|
57
|
-
subscribeToNetworkTopics: () =>
|
|
58
|
-
subscribeToSignal: () =>
|
|
59
|
-
subscribeToSpaces: () =>
|
|
60
|
-
subscribeToSwarmInfo: () =>
|
|
44
|
+
createAdmissionKeypair: () => import_chunk_FTGPY2GQ.createAdmissionKeypair,
|
|
45
|
+
createAuthProvider: () => import_chunk_FTGPY2GQ.createAuthProvider,
|
|
46
|
+
createCollectDiagnosticsBroadcastHandler: () => import_chunk_FTGPY2GQ.createCollectDiagnosticsBroadcastHandler,
|
|
47
|
+
createCollectDiagnosticsBroadcastSender: () => import_chunk_FTGPY2GQ.createCollectDiagnosticsBroadcastSender,
|
|
48
|
+
createDiagnostics: () => import_chunk_FTGPY2GQ.createDiagnostics,
|
|
49
|
+
createLevel: () => import_chunk_FTGPY2GQ.createLevel,
|
|
50
|
+
createStorageObjects: () => import_chunk_FTGPY2GQ.createStorageObjects,
|
|
51
|
+
findPropertiesObject: () => import_chunk_FTGPY2GQ.findPropertiesObject,
|
|
52
|
+
getNetworkPeers: () => import_chunk_FTGPY2GQ.getNetworkPeers,
|
|
53
|
+
isLocked: () => import_chunk_FTGPY2GQ.isLocked,
|
|
54
|
+
subscribeToFeedBlocks: () => import_chunk_FTGPY2GQ.subscribeToFeedBlocks,
|
|
55
|
+
subscribeToFeeds: () => import_chunk_FTGPY2GQ.subscribeToFeeds,
|
|
56
|
+
subscribeToNetworkStatus: () => import_chunk_FTGPY2GQ.subscribeToNetworkStatus,
|
|
57
|
+
subscribeToNetworkTopics: () => import_chunk_FTGPY2GQ.subscribeToNetworkTopics,
|
|
58
|
+
subscribeToSignal: () => import_chunk_FTGPY2GQ.subscribeToSignal,
|
|
59
|
+
subscribeToSpaces: () => import_chunk_FTGPY2GQ.subscribeToSpaces,
|
|
60
|
+
subscribeToSwarmInfo: () => import_chunk_FTGPY2GQ.subscribeToSwarmInfo
|
|
61
61
|
});
|
|
62
62
|
module.exports = __toCommonJS(node_exports);
|
|
63
|
-
var
|
|
63
|
+
var import_chunk_FTGPY2GQ = require("./chunk-FTGPY2GQ.cjs");
|
|
64
64
|
var import_async = require("@dxos/async");
|
|
65
65
|
var import_context = require("@dxos/context");
|
|
66
66
|
var import_invariant = require("@dxos/invariant");
|
|
@@ -118,12 +118,12 @@ var WorkerSession = class {
|
|
|
118
118
|
return handler(method, params);
|
|
119
119
|
}
|
|
120
120
|
};
|
|
121
|
-
this._clientRpc = new
|
|
121
|
+
this._clientRpc = new import_chunk_FTGPY2GQ.ClientRpcServer({
|
|
122
122
|
serviceRegistry: this._serviceHost.serviceRegistry,
|
|
123
123
|
port: appPort,
|
|
124
124
|
...middleware
|
|
125
125
|
});
|
|
126
|
-
this._shellClientRpc = shellPort ? new
|
|
126
|
+
this._shellClientRpc = shellPort ? new import_chunk_FTGPY2GQ.ClientRpcServer({
|
|
127
127
|
serviceRegistry: this._serviceHost.serviceRegistry,
|
|
128
128
|
port: shellPort,
|
|
129
129
|
...middleware
|
|
@@ -250,7 +250,7 @@ var WorkerRuntime = class {
|
|
|
250
250
|
this._signalTelemetryEnabled = false;
|
|
251
251
|
this._acquireLock = acquireLock;
|
|
252
252
|
this._releaseLock = releaseLock;
|
|
253
|
-
this._clientServices = new
|
|
253
|
+
this._clientServices = new import_chunk_FTGPY2GQ.ClientServicesHost({
|
|
254
254
|
callbacks: {
|
|
255
255
|
onReset: async () => onReset()
|
|
256
256
|
}
|