@dxos/client-services 0.8.1-staging.391c573 → 0.8.1-staging.97aedb1

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.
Files changed (32) hide show
  1. package/dist/lib/browser/{chunk-27WUD3Q6.mjs → chunk-5VIKZEA3.mjs} +54 -19
  2. package/dist/lib/browser/chunk-5VIKZEA3.mjs.map +7 -0
  3. package/dist/lib/browser/index.mjs +1 -1
  4. package/dist/lib/browser/meta.json +1 -1
  5. package/dist/lib/browser/testing/index.mjs +1 -1
  6. package/dist/lib/node/{chunk-SJ3DQ4HS.cjs → chunk-HAYNZLSJ.cjs} +52 -17
  7. package/dist/lib/node/chunk-HAYNZLSJ.cjs.map +7 -0
  8. package/dist/lib/node/index.cjs +47 -47
  9. package/dist/lib/node/meta.json +1 -1
  10. package/dist/lib/node/testing/index.cjs +8 -8
  11. package/dist/lib/node-esm/{chunk-ZQFIFOIV.mjs → chunk-NK72VK3B.mjs} +54 -19
  12. package/dist/lib/node-esm/chunk-NK72VK3B.mjs.map +7 -0
  13. package/dist/lib/node-esm/index.mjs +1 -1
  14. package/dist/lib/node-esm/meta.json +1 -1
  15. package/dist/lib/node-esm/testing/index.mjs +1 -1
  16. package/dist/types/src/packlets/devtools/feeds.d.ts.map +1 -1
  17. package/dist/types/src/packlets/identity/identity-recovery-manager.d.ts +6 -0
  18. package/dist/types/src/packlets/identity/identity-recovery-manager.d.ts.map +1 -1
  19. package/dist/types/src/packlets/identity/identity-service.d.ts.map +1 -1
  20. package/dist/types/src/version.d.ts +1 -1
  21. package/package.json +38 -38
  22. package/src/packlets/devices/devices-service.ts +2 -2
  23. package/src/packlets/devtools/feeds.ts +4 -3
  24. package/src/packlets/identity/contacts-service.ts +2 -2
  25. package/src/packlets/identity/identity-recovery-manager.ts +27 -0
  26. package/src/packlets/identity/identity-service.ts +2 -0
  27. package/src/packlets/spaces/data-space-manager.ts +1 -1
  28. package/src/packlets/spaces/spaces-service.ts +6 -6
  29. package/src/version.ts +1 -1
  30. package/dist/lib/browser/chunk-27WUD3Q6.mjs.map +0 -7
  31. package/dist/lib/node/chunk-SJ3DQ4HS.cjs.map +0 -7
  32. package/dist/lib/node-esm/chunk-ZQFIFOIV.mjs.map +0 -7
@@ -18,54 +18,54 @@ 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: () => import_chunk_SJ3DQ4HS.ClientRpcServer,
22
- ClientServicesHost: () => import_chunk_SJ3DQ4HS.ClientServicesHost,
23
- DataSpace: () => import_chunk_SJ3DQ4HS.DataSpace,
24
- DataSpaceManager: () => import_chunk_SJ3DQ4HS.DataSpaceManager,
25
- DeviceInvitationProtocol: () => import_chunk_SJ3DQ4HS.DeviceInvitationProtocol,
26
- DevtoolsHostEvents: () => import_chunk_SJ3DQ4HS.DevtoolsHostEvents,
27
- DevtoolsServiceImpl: () => import_chunk_SJ3DQ4HS.DevtoolsServiceImpl,
28
- DiagnosticsCollector: () => import_chunk_SJ3DQ4HS.DiagnosticsCollector,
29
- EdgeAgentManager: () => import_chunk_SJ3DQ4HS.EdgeAgentManager,
30
- EdgeAgentServiceImpl: () => import_chunk_SJ3DQ4HS.EdgeAgentServiceImpl,
31
- EdgeFeedReplicator: () => import_chunk_SJ3DQ4HS.EdgeFeedReplicator,
32
- Identity: () => import_chunk_SJ3DQ4HS.Identity,
33
- IdentityManager: () => import_chunk_SJ3DQ4HS.IdentityManager,
34
- IdentityServiceImpl: () => import_chunk_SJ3DQ4HS.IdentityServiceImpl,
35
- InvitationsHandler: () => import_chunk_SJ3DQ4HS.InvitationsHandler,
36
- InvitationsManager: () => import_chunk_SJ3DQ4HS.InvitationsManager,
37
- InvitationsServiceImpl: () => import_chunk_SJ3DQ4HS.InvitationsServiceImpl,
38
- Lock: () => import_chunk_SJ3DQ4HS.Lock,
39
- ServiceContext: () => import_chunk_SJ3DQ4HS.ServiceContext,
40
- ServiceRegistry: () => import_chunk_SJ3DQ4HS.ServiceRegistry,
41
- SpaceInvitationProtocol: () => import_chunk_SJ3DQ4HS.SpaceInvitationProtocol,
42
- SpacesServiceImpl: () => import_chunk_SJ3DQ4HS.SpacesServiceImpl,
43
- TrustedKeySetAuthVerifier: () => import_chunk_SJ3DQ4HS.TrustedKeySetAuthVerifier,
21
+ ClientRpcServer: () => import_chunk_HAYNZLSJ.ClientRpcServer,
22
+ ClientServicesHost: () => import_chunk_HAYNZLSJ.ClientServicesHost,
23
+ DataSpace: () => import_chunk_HAYNZLSJ.DataSpace,
24
+ DataSpaceManager: () => import_chunk_HAYNZLSJ.DataSpaceManager,
25
+ DeviceInvitationProtocol: () => import_chunk_HAYNZLSJ.DeviceInvitationProtocol,
26
+ DevtoolsHostEvents: () => import_chunk_HAYNZLSJ.DevtoolsHostEvents,
27
+ DevtoolsServiceImpl: () => import_chunk_HAYNZLSJ.DevtoolsServiceImpl,
28
+ DiagnosticsCollector: () => import_chunk_HAYNZLSJ.DiagnosticsCollector,
29
+ EdgeAgentManager: () => import_chunk_HAYNZLSJ.EdgeAgentManager,
30
+ EdgeAgentServiceImpl: () => import_chunk_HAYNZLSJ.EdgeAgentServiceImpl,
31
+ EdgeFeedReplicator: () => import_chunk_HAYNZLSJ.EdgeFeedReplicator,
32
+ Identity: () => import_chunk_HAYNZLSJ.Identity,
33
+ IdentityManager: () => import_chunk_HAYNZLSJ.IdentityManager,
34
+ IdentityServiceImpl: () => import_chunk_HAYNZLSJ.IdentityServiceImpl,
35
+ InvitationsHandler: () => import_chunk_HAYNZLSJ.InvitationsHandler,
36
+ InvitationsManager: () => import_chunk_HAYNZLSJ.InvitationsManager,
37
+ InvitationsServiceImpl: () => import_chunk_HAYNZLSJ.InvitationsServiceImpl,
38
+ Lock: () => import_chunk_HAYNZLSJ.Lock,
39
+ ServiceContext: () => import_chunk_HAYNZLSJ.ServiceContext,
40
+ ServiceRegistry: () => import_chunk_HAYNZLSJ.ServiceRegistry,
41
+ SpaceInvitationProtocol: () => import_chunk_HAYNZLSJ.SpaceInvitationProtocol,
42
+ SpacesServiceImpl: () => import_chunk_HAYNZLSJ.SpacesServiceImpl,
43
+ TrustedKeySetAuthVerifier: () => import_chunk_HAYNZLSJ.TrustedKeySetAuthVerifier,
44
44
  WorkerRuntime: () => WorkerRuntime,
45
45
  WorkerSession: () => WorkerSession,
46
- createAdmissionKeypair: () => import_chunk_SJ3DQ4HS.createAdmissionKeypair,
47
- createAuthProvider: () => import_chunk_SJ3DQ4HS.createAuthProvider,
48
- createCollectDiagnosticsBroadcastHandler: () => import_chunk_SJ3DQ4HS.createCollectDiagnosticsBroadcastHandler,
49
- createCollectDiagnosticsBroadcastSender: () => import_chunk_SJ3DQ4HS.createCollectDiagnosticsBroadcastSender,
50
- createDiagnostics: () => import_chunk_SJ3DQ4HS.createDiagnostics,
51
- createLevel: () => import_chunk_SJ3DQ4HS.createLevel,
52
- createStorageObjects: () => import_chunk_SJ3DQ4HS.createStorageObjects,
53
- decodeProfileArchive: () => import_chunk_SJ3DQ4HS.decodeProfileArchive,
54
- encodeProfileArchive: () => import_chunk_SJ3DQ4HS.encodeProfileArchive,
55
- exportProfileData: () => import_chunk_SJ3DQ4HS.exportProfileData,
56
- getNetworkPeers: () => import_chunk_SJ3DQ4HS.getNetworkPeers,
57
- importProfileData: () => import_chunk_SJ3DQ4HS.importProfileData,
58
- isLocked: () => import_chunk_SJ3DQ4HS.isLocked,
59
- subscribeToFeedBlocks: () => import_chunk_SJ3DQ4HS.subscribeToFeedBlocks,
60
- subscribeToFeeds: () => import_chunk_SJ3DQ4HS.subscribeToFeeds,
61
- subscribeToNetworkStatus: () => import_chunk_SJ3DQ4HS.subscribeToNetworkStatus,
62
- subscribeToNetworkTopics: () => import_chunk_SJ3DQ4HS.subscribeToNetworkTopics,
63
- subscribeToSignal: () => import_chunk_SJ3DQ4HS.subscribeToSignal,
64
- subscribeToSpaces: () => import_chunk_SJ3DQ4HS.subscribeToSpaces,
65
- subscribeToSwarmInfo: () => import_chunk_SJ3DQ4HS.subscribeToSwarmInfo
46
+ createAdmissionKeypair: () => import_chunk_HAYNZLSJ.createAdmissionKeypair,
47
+ createAuthProvider: () => import_chunk_HAYNZLSJ.createAuthProvider,
48
+ createCollectDiagnosticsBroadcastHandler: () => import_chunk_HAYNZLSJ.createCollectDiagnosticsBroadcastHandler,
49
+ createCollectDiagnosticsBroadcastSender: () => import_chunk_HAYNZLSJ.createCollectDiagnosticsBroadcastSender,
50
+ createDiagnostics: () => import_chunk_HAYNZLSJ.createDiagnostics,
51
+ createLevel: () => import_chunk_HAYNZLSJ.createLevel,
52
+ createStorageObjects: () => import_chunk_HAYNZLSJ.createStorageObjects,
53
+ decodeProfileArchive: () => import_chunk_HAYNZLSJ.decodeProfileArchive,
54
+ encodeProfileArchive: () => import_chunk_HAYNZLSJ.encodeProfileArchive,
55
+ exportProfileData: () => import_chunk_HAYNZLSJ.exportProfileData,
56
+ getNetworkPeers: () => import_chunk_HAYNZLSJ.getNetworkPeers,
57
+ importProfileData: () => import_chunk_HAYNZLSJ.importProfileData,
58
+ isLocked: () => import_chunk_HAYNZLSJ.isLocked,
59
+ subscribeToFeedBlocks: () => import_chunk_HAYNZLSJ.subscribeToFeedBlocks,
60
+ subscribeToFeeds: () => import_chunk_HAYNZLSJ.subscribeToFeeds,
61
+ subscribeToNetworkStatus: () => import_chunk_HAYNZLSJ.subscribeToNetworkStatus,
62
+ subscribeToNetworkTopics: () => import_chunk_HAYNZLSJ.subscribeToNetworkTopics,
63
+ subscribeToSignal: () => import_chunk_HAYNZLSJ.subscribeToSignal,
64
+ subscribeToSpaces: () => import_chunk_HAYNZLSJ.subscribeToSpaces,
65
+ subscribeToSwarmInfo: () => import_chunk_HAYNZLSJ.subscribeToSwarmInfo
66
66
  });
67
67
  module.exports = __toCommonJS(node_exports);
68
- var import_chunk_SJ3DQ4HS = require("./chunk-SJ3DQ4HS.cjs");
68
+ var import_chunk_HAYNZLSJ = require("./chunk-HAYNZLSJ.cjs");
69
69
  var import_async = require("@dxos/async");
70
70
  var import_client_protocol = require("@dxos/client-protocol");
71
71
  var import_context = require("@dxos/context");
@@ -120,12 +120,12 @@ var WorkerSession = class {
120
120
  return handler(method, params);
121
121
  }
122
122
  };
123
- this._clientRpc = new import_chunk_SJ3DQ4HS.ClientRpcServer({
123
+ this._clientRpc = new import_chunk_HAYNZLSJ.ClientRpcServer({
124
124
  serviceRegistry: this._serviceHost.serviceRegistry,
125
125
  port: appPort,
126
126
  ...middleware
127
127
  });
128
- this._shellClientRpc = shellPort ? new import_chunk_SJ3DQ4HS.ClientRpcServer({
128
+ this._shellClientRpc = shellPort ? new import_chunk_HAYNZLSJ.ClientRpcServer({
129
129
  serviceRegistry: this._serviceHost.serviceRegistry,
130
130
  port: shellPort,
131
131
  ...middleware
@@ -254,7 +254,7 @@ var WorkerRuntime = class {
254
254
  this._releaseLock = releaseLock;
255
255
  this._onStop = onStop;
256
256
  this._channel = channel;
257
- this._clientServices = new import_chunk_SJ3DQ4HS.ClientServicesHost({
257
+ this._clientServices = new import_chunk_HAYNZLSJ.ClientServicesHost({
258
258
  callbacks: {
259
259
  onReset: async () => this.stop()
260
260
  }