@dxos/client-services 0.7.5-main.2567c87 → 0.7.5-main.5ae2ba8

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 (95) hide show
  1. package/dist/lib/browser/{chunk-443F7E4C.mjs → chunk-C6HAFZX6.mjs} +276 -195
  2. package/dist/lib/browser/chunk-C6HAFZX6.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-LKVY5GQC.cjs → chunk-F7R4IRLD.cjs} +303 -222
  7. package/dist/lib/node/chunk-F7R4IRLD.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-RZEXZLYL.mjs → chunk-EBNDRSDP.mjs} +276 -195
  12. package/dist/lib/node-esm/chunk-EBNDRSDP.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/agents/edge-agent-manager.d.ts.map +1 -1
  17. package/dist/types/src/packlets/agents/edge-agent-service.d.ts +1 -1
  18. package/dist/types/src/packlets/agents/edge-agent-service.d.ts.map +1 -1
  19. package/dist/types/src/packlets/devices/devices-service.d.ts +1 -1
  20. package/dist/types/src/packlets/devices/devices-service.d.ts.map +1 -1
  21. package/dist/types/src/packlets/devtools/devtools.d.ts +1 -1
  22. package/dist/types/src/packlets/devtools/devtools.d.ts.map +1 -1
  23. package/dist/types/src/packlets/devtools/feeds.d.ts +1 -1
  24. package/dist/types/src/packlets/devtools/feeds.d.ts.map +1 -1
  25. package/dist/types/src/packlets/devtools/keys.d.ts +1 -1
  26. package/dist/types/src/packlets/devtools/keys.d.ts.map +1 -1
  27. package/dist/types/src/packlets/devtools/metadata.d.ts +1 -1
  28. package/dist/types/src/packlets/devtools/metadata.d.ts.map +1 -1
  29. package/dist/types/src/packlets/devtools/network.d.ts +1 -1
  30. package/dist/types/src/packlets/devtools/network.d.ts.map +1 -1
  31. package/dist/types/src/packlets/devtools/spaces.d.ts +1 -1
  32. package/dist/types/src/packlets/devtools/spaces.d.ts.map +1 -1
  33. package/dist/types/src/packlets/diagnostics/diagnostics-collector.d.ts.map +1 -1
  34. package/dist/types/src/packlets/diagnostics/diagnostics.d.ts.map +1 -1
  35. package/dist/types/src/packlets/identity/contacts-service.d.ts +1 -1
  36. package/dist/types/src/packlets/identity/contacts-service.d.ts.map +1 -1
  37. package/dist/types/src/packlets/identity/identity-manager.d.ts +0 -3
  38. package/dist/types/src/packlets/identity/identity-manager.d.ts.map +1 -1
  39. package/dist/types/src/packlets/identity/identity-recovery-manager.d.ts +12 -4
  40. package/dist/types/src/packlets/identity/identity-recovery-manager.d.ts.map +1 -1
  41. package/dist/types/src/packlets/identity/identity-service.d.ts +9 -4
  42. package/dist/types/src/packlets/identity/identity-service.d.ts.map +1 -1
  43. package/dist/types/src/packlets/identity/identity.d.ts +3 -1
  44. package/dist/types/src/packlets/identity/identity.d.ts.map +1 -1
  45. package/dist/types/src/packlets/invitations/invitations-handler.d.ts.map +1 -1
  46. package/dist/types/src/packlets/invitations/invitations-service.d.ts +1 -1
  47. package/dist/types/src/packlets/invitations/invitations-service.d.ts.map +1 -1
  48. package/dist/types/src/packlets/invitations/space-invitation-protocol.d.ts.map +1 -1
  49. package/dist/types/src/packlets/invitations/utils.d.ts +1 -0
  50. package/dist/types/src/packlets/invitations/utils.d.ts.map +1 -1
  51. package/dist/types/src/packlets/logging/logging-service.d.ts +1 -1
  52. package/dist/types/src/packlets/logging/logging-service.d.ts.map +1 -1
  53. package/dist/types/src/packlets/network/network-service.d.ts +1 -1
  54. package/dist/types/src/packlets/network/network-service.d.ts.map +1 -1
  55. package/dist/types/src/packlets/services/service-host.d.ts +1 -1
  56. package/dist/types/src/packlets/services/service-host.d.ts.map +1 -1
  57. package/dist/types/src/packlets/spaces/spaces-service.d.ts +1 -1
  58. package/dist/types/src/packlets/spaces/spaces-service.d.ts.map +1 -1
  59. package/dist/types/src/packlets/system/system-service.d.ts +1 -1
  60. package/dist/types/src/packlets/system/system-service.d.ts.map +1 -1
  61. package/dist/types/src/version.d.ts +1 -1
  62. package/package.json +39 -38
  63. package/src/packlets/agents/edge-agent-manager.ts +6 -0
  64. package/src/packlets/agents/edge-agent-service.ts +1 -1
  65. package/src/packlets/devices/devices-service.ts +1 -1
  66. package/src/packlets/devtools/devtools.ts +1 -1
  67. package/src/packlets/devtools/feeds.ts +1 -1
  68. package/src/packlets/devtools/keys.ts +1 -1
  69. package/src/packlets/devtools/metadata.ts +1 -1
  70. package/src/packlets/devtools/network.ts +1 -1
  71. package/src/packlets/devtools/spaces.ts +1 -1
  72. package/src/packlets/diagnostics/diagnostics-collector.ts +2 -2
  73. package/src/packlets/diagnostics/diagnostics.ts +17 -13
  74. package/src/packlets/identity/contacts-service.ts +1 -1
  75. package/src/packlets/identity/identity-manager.ts +3 -29
  76. package/src/packlets/identity/identity-recovery-manager.ts +86 -9
  77. package/src/packlets/identity/identity-service.ts +17 -4
  78. package/src/packlets/identity/identity.test.ts +2 -1
  79. package/src/packlets/identity/identity.ts +4 -1
  80. package/src/packlets/invitations/invitations-handler.ts +15 -6
  81. package/src/packlets/invitations/invitations-manager.ts +1 -1
  82. package/src/packlets/invitations/invitations-service.ts +1 -1
  83. package/src/packlets/invitations/space-invitation-protocol.ts +2 -3
  84. package/src/packlets/invitations/utils.ts +7 -0
  85. package/src/packlets/logging/logging-service.ts +1 -1
  86. package/src/packlets/network/network-service.ts +1 -1
  87. package/src/packlets/spaces/data-space-manager.ts +3 -3
  88. package/src/packlets/spaces/data-space.ts +2 -2
  89. package/src/packlets/spaces/edge-feed-replicator.ts +8 -8
  90. package/src/packlets/spaces/spaces-service.ts +31 -21
  91. package/src/packlets/system/system-service.ts +1 -1
  92. package/src/version.ts +1 -1
  93. package/dist/lib/browser/chunk-443F7E4C.mjs.map +0 -7
  94. package/dist/lib/node/chunk-LKVY5GQC.cjs.map +0 -7
  95. package/dist/lib/node-esm/chunk-RZEXZLYL.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_LKVY5GQC.ClientRpcServer,
22
- ClientServicesHost: () => import_chunk_LKVY5GQC.ClientServicesHost,
23
- DataSpace: () => import_chunk_LKVY5GQC.DataSpace,
24
- DataSpaceManager: () => import_chunk_LKVY5GQC.DataSpaceManager,
25
- DeviceInvitationProtocol: () => import_chunk_LKVY5GQC.DeviceInvitationProtocol,
26
- DevtoolsHostEvents: () => import_chunk_LKVY5GQC.DevtoolsHostEvents,
27
- DevtoolsServiceImpl: () => import_chunk_LKVY5GQC.DevtoolsServiceImpl,
28
- DiagnosticsCollector: () => import_chunk_LKVY5GQC.DiagnosticsCollector,
29
- EdgeAgentManager: () => import_chunk_LKVY5GQC.EdgeAgentManager,
30
- EdgeAgentServiceImpl: () => import_chunk_LKVY5GQC.EdgeAgentServiceImpl,
31
- EdgeFeedReplicator: () => import_chunk_LKVY5GQC.EdgeFeedReplicator,
32
- Identity: () => import_chunk_LKVY5GQC.Identity,
33
- IdentityManager: () => import_chunk_LKVY5GQC.IdentityManager,
34
- IdentityServiceImpl: () => import_chunk_LKVY5GQC.IdentityServiceImpl,
35
- InvitationsHandler: () => import_chunk_LKVY5GQC.InvitationsHandler,
36
- InvitationsManager: () => import_chunk_LKVY5GQC.InvitationsManager,
37
- InvitationsServiceImpl: () => import_chunk_LKVY5GQC.InvitationsServiceImpl,
38
- Lock: () => import_chunk_LKVY5GQC.Lock,
39
- ServiceContext: () => import_chunk_LKVY5GQC.ServiceContext,
40
- ServiceRegistry: () => import_chunk_LKVY5GQC.ServiceRegistry,
41
- SpaceInvitationProtocol: () => import_chunk_LKVY5GQC.SpaceInvitationProtocol,
42
- SpacesServiceImpl: () => import_chunk_LKVY5GQC.SpacesServiceImpl,
43
- TrustedKeySetAuthVerifier: () => import_chunk_LKVY5GQC.TrustedKeySetAuthVerifier,
21
+ ClientRpcServer: () => import_chunk_F7R4IRLD.ClientRpcServer,
22
+ ClientServicesHost: () => import_chunk_F7R4IRLD.ClientServicesHost,
23
+ DataSpace: () => import_chunk_F7R4IRLD.DataSpace,
24
+ DataSpaceManager: () => import_chunk_F7R4IRLD.DataSpaceManager,
25
+ DeviceInvitationProtocol: () => import_chunk_F7R4IRLD.DeviceInvitationProtocol,
26
+ DevtoolsHostEvents: () => import_chunk_F7R4IRLD.DevtoolsHostEvents,
27
+ DevtoolsServiceImpl: () => import_chunk_F7R4IRLD.DevtoolsServiceImpl,
28
+ DiagnosticsCollector: () => import_chunk_F7R4IRLD.DiagnosticsCollector,
29
+ EdgeAgentManager: () => import_chunk_F7R4IRLD.EdgeAgentManager,
30
+ EdgeAgentServiceImpl: () => import_chunk_F7R4IRLD.EdgeAgentServiceImpl,
31
+ EdgeFeedReplicator: () => import_chunk_F7R4IRLD.EdgeFeedReplicator,
32
+ Identity: () => import_chunk_F7R4IRLD.Identity,
33
+ IdentityManager: () => import_chunk_F7R4IRLD.IdentityManager,
34
+ IdentityServiceImpl: () => import_chunk_F7R4IRLD.IdentityServiceImpl,
35
+ InvitationsHandler: () => import_chunk_F7R4IRLD.InvitationsHandler,
36
+ InvitationsManager: () => import_chunk_F7R4IRLD.InvitationsManager,
37
+ InvitationsServiceImpl: () => import_chunk_F7R4IRLD.InvitationsServiceImpl,
38
+ Lock: () => import_chunk_F7R4IRLD.Lock,
39
+ ServiceContext: () => import_chunk_F7R4IRLD.ServiceContext,
40
+ ServiceRegistry: () => import_chunk_F7R4IRLD.ServiceRegistry,
41
+ SpaceInvitationProtocol: () => import_chunk_F7R4IRLD.SpaceInvitationProtocol,
42
+ SpacesServiceImpl: () => import_chunk_F7R4IRLD.SpacesServiceImpl,
43
+ TrustedKeySetAuthVerifier: () => import_chunk_F7R4IRLD.TrustedKeySetAuthVerifier,
44
44
  WorkerRuntime: () => WorkerRuntime,
45
45
  WorkerSession: () => WorkerSession,
46
- createAdmissionKeypair: () => import_chunk_LKVY5GQC.createAdmissionKeypair,
47
- createAuthProvider: () => import_chunk_LKVY5GQC.createAuthProvider,
48
- createCollectDiagnosticsBroadcastHandler: () => import_chunk_LKVY5GQC.createCollectDiagnosticsBroadcastHandler,
49
- createCollectDiagnosticsBroadcastSender: () => import_chunk_LKVY5GQC.createCollectDiagnosticsBroadcastSender,
50
- createDiagnostics: () => import_chunk_LKVY5GQC.createDiagnostics,
51
- createLevel: () => import_chunk_LKVY5GQC.createLevel,
52
- createStorageObjects: () => import_chunk_LKVY5GQC.createStorageObjects,
53
- decodeProfileArchive: () => import_chunk_LKVY5GQC.decodeProfileArchive,
54
- encodeProfileArchive: () => import_chunk_LKVY5GQC.encodeProfileArchive,
55
- exportProfileData: () => import_chunk_LKVY5GQC.exportProfileData,
56
- getNetworkPeers: () => import_chunk_LKVY5GQC.getNetworkPeers,
57
- importProfileData: () => import_chunk_LKVY5GQC.importProfileData,
58
- isLocked: () => import_chunk_LKVY5GQC.isLocked,
59
- subscribeToFeedBlocks: () => import_chunk_LKVY5GQC.subscribeToFeedBlocks,
60
- subscribeToFeeds: () => import_chunk_LKVY5GQC.subscribeToFeeds,
61
- subscribeToNetworkStatus: () => import_chunk_LKVY5GQC.subscribeToNetworkStatus,
62
- subscribeToNetworkTopics: () => import_chunk_LKVY5GQC.subscribeToNetworkTopics,
63
- subscribeToSignal: () => import_chunk_LKVY5GQC.subscribeToSignal,
64
- subscribeToSpaces: () => import_chunk_LKVY5GQC.subscribeToSpaces,
65
- subscribeToSwarmInfo: () => import_chunk_LKVY5GQC.subscribeToSwarmInfo
46
+ createAdmissionKeypair: () => import_chunk_F7R4IRLD.createAdmissionKeypair,
47
+ createAuthProvider: () => import_chunk_F7R4IRLD.createAuthProvider,
48
+ createCollectDiagnosticsBroadcastHandler: () => import_chunk_F7R4IRLD.createCollectDiagnosticsBroadcastHandler,
49
+ createCollectDiagnosticsBroadcastSender: () => import_chunk_F7R4IRLD.createCollectDiagnosticsBroadcastSender,
50
+ createDiagnostics: () => import_chunk_F7R4IRLD.createDiagnostics,
51
+ createLevel: () => import_chunk_F7R4IRLD.createLevel,
52
+ createStorageObjects: () => import_chunk_F7R4IRLD.createStorageObjects,
53
+ decodeProfileArchive: () => import_chunk_F7R4IRLD.decodeProfileArchive,
54
+ encodeProfileArchive: () => import_chunk_F7R4IRLD.encodeProfileArchive,
55
+ exportProfileData: () => import_chunk_F7R4IRLD.exportProfileData,
56
+ getNetworkPeers: () => import_chunk_F7R4IRLD.getNetworkPeers,
57
+ importProfileData: () => import_chunk_F7R4IRLD.importProfileData,
58
+ isLocked: () => import_chunk_F7R4IRLD.isLocked,
59
+ subscribeToFeedBlocks: () => import_chunk_F7R4IRLD.subscribeToFeedBlocks,
60
+ subscribeToFeeds: () => import_chunk_F7R4IRLD.subscribeToFeeds,
61
+ subscribeToNetworkStatus: () => import_chunk_F7R4IRLD.subscribeToNetworkStatus,
62
+ subscribeToNetworkTopics: () => import_chunk_F7R4IRLD.subscribeToNetworkTopics,
63
+ subscribeToSignal: () => import_chunk_F7R4IRLD.subscribeToSignal,
64
+ subscribeToSpaces: () => import_chunk_F7R4IRLD.subscribeToSpaces,
65
+ subscribeToSwarmInfo: () => import_chunk_F7R4IRLD.subscribeToSwarmInfo
66
66
  });
67
67
  module.exports = __toCommonJS(node_exports);
68
- var import_chunk_LKVY5GQC = require("./chunk-LKVY5GQC.cjs");
68
+ var import_chunk_F7R4IRLD = require("./chunk-F7R4IRLD.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_LKVY5GQC.ClientRpcServer({
123
+ this._clientRpc = new import_chunk_F7R4IRLD.ClientRpcServer({
124
124
  serviceRegistry: this._serviceHost.serviceRegistry,
125
125
  port: appPort,
126
126
  ...middleware
127
127
  });
128
- this._shellClientRpc = shellPort ? new import_chunk_LKVY5GQC.ClientRpcServer({
128
+ this._shellClientRpc = shellPort ? new import_chunk_F7R4IRLD.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_LKVY5GQC.ClientServicesHost({
257
+ this._clientServices = new import_chunk_F7R4IRLD.ClientServicesHost({
258
258
  callbacks: {
259
259
  onReset: async () => this.stop()
260
260
  }