@dxos/client-services 0.6.4 → 0.6.5-staging.42fccfe
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-GB7WWT66.mjs → chunk-BBDKJ4CR.mjs} +6 -5
- package/dist/lib/browser/chunk-BBDKJ4CR.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/{packlets/testing → testing}/index.mjs +1 -1
- package/dist/lib/browser/{packlets/testing → testing}/index.mjs.map +1 -1
- package/dist/lib/node/{chunk-6XNQ7GM4.cjs → chunk-U3F7EJ56.cjs} +9 -8
- package/dist/lib/node/chunk-U3F7EJ56.cjs.map +7 -0
- package/dist/lib/node/index.cjs +44 -44
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/{packlets/testing → testing}/index.cjs +8 -8
- package/dist/lib/node/{packlets/testing → testing}/index.cjs.map +1 -1
- package/dist/types/src/packlets/identity/identity-service.d.ts.map +1 -1
- package/dist/types/src/testing/index.d.ts +2 -0
- package/dist/types/src/testing/index.d.ts.map +1 -0
- package/dist/types/src/version.d.ts +1 -1
- package/dist/types/src/version.d.ts.map +1 -1
- package/package.json +59 -38
- package/src/packlets/identity/identity-service.ts +1 -0
- package/src/testing/index.ts +5 -0
- package/src/version.ts +1 -5
- package/dist/lib/browser/chunk-GB7WWT66.mjs.map +0 -7
- package/dist/lib/node/chunk-6XNQ7GM4.cjs.map +0 -7
- package/testing.d.ts +0 -11
- package/testing.js +0 -5
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_U3F7EJ56.ClientRpcServer,
|
|
22
|
+
ClientServicesHost: () => import_chunk_U3F7EJ56.ClientServicesHost,
|
|
23
|
+
DataSpace: () => import_chunk_U3F7EJ56.DataSpace,
|
|
24
|
+
DataSpaceManager: () => import_chunk_U3F7EJ56.DataSpaceManager,
|
|
25
|
+
DeviceInvitationProtocol: () => import_chunk_U3F7EJ56.DeviceInvitationProtocol,
|
|
26
|
+
DevtoolsHostEvents: () => import_chunk_U3F7EJ56.DevtoolsHostEvents,
|
|
27
|
+
DevtoolsServiceImpl: () => import_chunk_U3F7EJ56.DevtoolsServiceImpl,
|
|
28
|
+
DiagnosticsCollector: () => import_chunk_U3F7EJ56.DiagnosticsCollector,
|
|
29
|
+
Identity: () => import_chunk_U3F7EJ56.Identity,
|
|
30
|
+
IdentityManager: () => import_chunk_U3F7EJ56.IdentityManager,
|
|
31
|
+
IdentityServiceImpl: () => import_chunk_U3F7EJ56.IdentityServiceImpl,
|
|
32
|
+
InvitationsHandler: () => import_chunk_U3F7EJ56.InvitationsHandler,
|
|
33
|
+
InvitationsManager: () => import_chunk_U3F7EJ56.InvitationsManager,
|
|
34
|
+
InvitationsServiceImpl: () => import_chunk_U3F7EJ56.InvitationsServiceImpl,
|
|
35
|
+
Lock: () => import_chunk_U3F7EJ56.Lock,
|
|
36
|
+
ServiceContext: () => import_chunk_U3F7EJ56.ServiceContext,
|
|
37
|
+
ServiceRegistry: () => import_chunk_U3F7EJ56.ServiceRegistry,
|
|
38
|
+
SpaceInvitationProtocol: () => import_chunk_U3F7EJ56.SpaceInvitationProtocol,
|
|
39
|
+
SpacesServiceImpl: () => import_chunk_U3F7EJ56.SpacesServiceImpl,
|
|
40
|
+
TrustedKeySetAuthVerifier: () => import_chunk_U3F7EJ56.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_U3F7EJ56.createAdmissionKeypair,
|
|
44
|
+
createAuthProvider: () => import_chunk_U3F7EJ56.createAuthProvider,
|
|
45
|
+
createCollectDiagnosticsBroadcastHandler: () => import_chunk_U3F7EJ56.createCollectDiagnosticsBroadcastHandler,
|
|
46
|
+
createCollectDiagnosticsBroadcastSender: () => import_chunk_U3F7EJ56.createCollectDiagnosticsBroadcastSender,
|
|
47
|
+
createDiagnostics: () => import_chunk_U3F7EJ56.createDiagnostics,
|
|
48
|
+
createLevel: () => import_chunk_U3F7EJ56.createLevel,
|
|
49
|
+
createStorageObjects: () => import_chunk_U3F7EJ56.createStorageObjects,
|
|
50
|
+
decodeProfileArchive: () => import_chunk_U3F7EJ56.decodeProfileArchive,
|
|
51
|
+
encodeProfileArchive: () => import_chunk_U3F7EJ56.encodeProfileArchive,
|
|
52
|
+
exportProfileData: () => import_chunk_U3F7EJ56.exportProfileData,
|
|
53
|
+
getNetworkPeers: () => import_chunk_U3F7EJ56.getNetworkPeers,
|
|
54
|
+
importProfileData: () => import_chunk_U3F7EJ56.importProfileData,
|
|
55
|
+
isLocked: () => import_chunk_U3F7EJ56.isLocked,
|
|
56
|
+
subscribeToFeedBlocks: () => import_chunk_U3F7EJ56.subscribeToFeedBlocks,
|
|
57
|
+
subscribeToFeeds: () => import_chunk_U3F7EJ56.subscribeToFeeds,
|
|
58
|
+
subscribeToNetworkStatus: () => import_chunk_U3F7EJ56.subscribeToNetworkStatus,
|
|
59
|
+
subscribeToNetworkTopics: () => import_chunk_U3F7EJ56.subscribeToNetworkTopics,
|
|
60
|
+
subscribeToSignal: () => import_chunk_U3F7EJ56.subscribeToSignal,
|
|
61
|
+
subscribeToSpaces: () => import_chunk_U3F7EJ56.subscribeToSpaces,
|
|
62
|
+
subscribeToSwarmInfo: () => import_chunk_U3F7EJ56.subscribeToSwarmInfo
|
|
63
63
|
});
|
|
64
64
|
module.exports = __toCommonJS(node_exports);
|
|
65
|
-
var
|
|
65
|
+
var import_chunk_U3F7EJ56 = require("./chunk-U3F7EJ56.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_U3F7EJ56.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_U3F7EJ56.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_U3F7EJ56.ClientServicesHost({
|
|
256
256
|
callbacks: {
|
|
257
257
|
onReset: async () => onReset()
|
|
258
258
|
}
|