@dxos/client-services 0.8.4-main.40e3dcdf1b → 0.8.4-main.422d1c7879

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 (150) hide show
  1. package/dist/lib/browser/{chunk-GRA7XSE5.mjs → chunk-J7VTDH4K.mjs} +2042 -1257
  2. package/dist/lib/browser/chunk-J7VTDH4K.mjs.map +7 -0
  3. package/dist/lib/browser/index.mjs +88 -41
  4. package/dist/lib/browser/index.mjs.map +3 -3
  5. package/dist/lib/browser/meta.json +1 -1
  6. package/dist/lib/browser/testing/index.mjs +14 -7
  7. package/dist/lib/browser/testing/index.mjs.map +3 -3
  8. package/dist/lib/node-esm/{chunk-TL5F344H.mjs → chunk-2WCRQW4E.mjs} +2042 -1257
  9. package/dist/lib/node-esm/chunk-2WCRQW4E.mjs.map +7 -0
  10. package/dist/lib/node-esm/index.mjs +88 -41
  11. package/dist/lib/node-esm/index.mjs.map +3 -3
  12. package/dist/lib/node-esm/meta.json +1 -1
  13. package/dist/lib/node-esm/testing/index.mjs +14 -7
  14. package/dist/lib/node-esm/testing/index.mjs.map +3 -3
  15. package/dist/types/src/index.d.ts +1 -0
  16. package/dist/types/src/index.d.ts.map +1 -1
  17. package/dist/types/src/packlets/agents/edge-agent-manager.d.ts +3 -2
  18. package/dist/types/src/packlets/agents/edge-agent-manager.d.ts.map +1 -1
  19. package/dist/types/src/packlets/agents/edge-agent-service.d.ts +2 -1
  20. package/dist/types/src/packlets/agents/edge-agent-service.d.ts.map +1 -1
  21. package/dist/types/src/packlets/devtools/devtools.d.ts.map +1 -1
  22. package/dist/types/src/packlets/diagnostics/diagnostics.d.ts +1 -2
  23. package/dist/types/src/packlets/diagnostics/diagnostics.d.ts.map +1 -1
  24. package/dist/types/src/packlets/identity/contacts-service.d.ts.map +1 -1
  25. package/dist/types/src/packlets/identity/identity-manager.d.ts +3 -3
  26. package/dist/types/src/packlets/identity/identity-manager.d.ts.map +1 -1
  27. package/dist/types/src/packlets/identity/identity-recovery-manager.d.ts +5 -4
  28. package/dist/types/src/packlets/identity/identity-recovery-manager.d.ts.map +1 -1
  29. package/dist/types/src/packlets/identity/identity-service.d.ts +6 -10
  30. package/dist/types/src/packlets/identity/identity-service.d.ts.map +1 -1
  31. package/dist/types/src/packlets/identity/identity.d.ts +6 -9
  32. package/dist/types/src/packlets/identity/identity.d.ts.map +1 -1
  33. package/dist/types/src/packlets/invitations/device-invitation-protocol.d.ts +2 -1
  34. package/dist/types/src/packlets/invitations/device-invitation-protocol.d.ts.map +1 -1
  35. package/dist/types/src/packlets/invitations/edge-invitation-handler.d.ts +1 -1
  36. package/dist/types/src/packlets/invitations/edge-invitation-handler.d.ts.map +1 -1
  37. package/dist/types/src/packlets/invitations/invitation-protocol.d.ts +5 -1
  38. package/dist/types/src/packlets/invitations/invitation-protocol.d.ts.map +1 -1
  39. package/dist/types/src/packlets/invitations/invitation-state.d.ts.map +1 -1
  40. package/dist/types/src/packlets/invitations/invitations-handler.d.ts.map +1 -1
  41. package/dist/types/src/packlets/invitations/invitations-manager.d.ts +3 -3
  42. package/dist/types/src/packlets/invitations/invitations-manager.d.ts.map +1 -1
  43. package/dist/types/src/packlets/invitations/invitations-service.d.ts +3 -3
  44. package/dist/types/src/packlets/invitations/invitations-service.d.ts.map +1 -1
  45. package/dist/types/src/packlets/invitations/space-invitation-protocol.d.ts +2 -1
  46. package/dist/types/src/packlets/invitations/space-invitation-protocol.d.ts.map +1 -1
  47. package/dist/types/src/packlets/logging/logging-service.d.ts.map +1 -1
  48. package/dist/types/src/packlets/network/network-service.d.ts +5 -4
  49. package/dist/types/src/packlets/network/network-service.d.ts.map +1 -1
  50. package/dist/types/src/packlets/services/client-rpc-server.d.ts +3 -3
  51. package/dist/types/src/packlets/services/client-rpc-server.d.ts.map +1 -1
  52. package/dist/types/src/packlets/services/feed-syncer.d.ts +2 -2
  53. package/dist/types/src/packlets/services/feed-syncer.d.ts.map +1 -1
  54. package/dist/types/src/packlets/services/service-context.d.ts +2 -2
  55. package/dist/types/src/packlets/services/service-context.d.ts.map +1 -1
  56. package/dist/types/src/packlets/services/service-host.d.ts +1 -2
  57. package/dist/types/src/packlets/services/service-host.d.ts.map +1 -1
  58. package/dist/types/src/packlets/space-export/archive-format.d.ts +9 -0
  59. package/dist/types/src/packlets/space-export/archive-format.d.ts.map +1 -0
  60. package/dist/types/src/packlets/space-export/index.d.ts +4 -1
  61. package/dist/types/src/packlets/space-export/index.d.ts.map +1 -1
  62. package/dist/types/src/packlets/space-export/serialized-space-reader.d.ts +23 -0
  63. package/dist/types/src/packlets/space-export/serialized-space-reader.d.ts.map +1 -0
  64. package/dist/types/src/packlets/space-export/serialized-space-writer.d.ts +36 -0
  65. package/dist/types/src/packlets/space-export/serialized-space-writer.d.ts.map +1 -0
  66. package/dist/types/src/packlets/space-export/space-archive-reader.d.ts +9 -1
  67. package/dist/types/src/packlets/space-export/space-archive-reader.d.ts.map +1 -1
  68. package/dist/types/src/packlets/space-export/space-archive-writer.d.ts +7 -1
  69. package/dist/types/src/packlets/space-export/space-archive-writer.d.ts.map +1 -1
  70. package/dist/types/src/packlets/space-export/space-archive.test.d.ts +2 -0
  71. package/dist/types/src/packlets/space-export/space-archive.test.d.ts.map +1 -0
  72. package/dist/types/src/packlets/spaces/data-space-manager.d.ts +18 -11
  73. package/dist/types/src/packlets/spaces/data-space-manager.d.ts.map +1 -1
  74. package/dist/types/src/packlets/spaces/data-space.d.ts +24 -7
  75. package/dist/types/src/packlets/spaces/data-space.d.ts.map +1 -1
  76. package/dist/types/src/packlets/spaces/edge-feed-replicator.d.ts.map +1 -1
  77. package/dist/types/src/packlets/spaces/genesis.d.ts +2 -1
  78. package/dist/types/src/packlets/spaces/genesis.d.ts.map +1 -1
  79. package/dist/types/src/packlets/spaces/notarization-plugin.d.ts.map +1 -1
  80. package/dist/types/src/packlets/spaces/spaces-service.d.ts +17 -7
  81. package/dist/types/src/packlets/spaces/spaces-service.d.ts.map +1 -1
  82. package/dist/types/src/packlets/testing/invitation-utils.d.ts.map +1 -1
  83. package/dist/types/src/packlets/worker/worker-runtime.d.ts +10 -0
  84. package/dist/types/src/packlets/worker/worker-runtime.d.ts.map +1 -1
  85. package/dist/types/src/packlets/worker/worker-session.d.ts +0 -2
  86. package/dist/types/src/packlets/worker/worker-session.d.ts.map +1 -1
  87. package/dist/types/src/version.d.ts +1 -1
  88. package/dist/types/tsconfig.tsbuildinfo +1 -1
  89. package/package.json +40 -47
  90. package/src/index.ts +1 -0
  91. package/src/packlets/agents/edge-agent-manager.ts +8 -5
  92. package/src/packlets/agents/edge-agent-service.ts +4 -2
  93. package/src/packlets/devices/devices-service.test.ts +0 -1
  94. package/src/packlets/devtools/devtools.ts +0 -1
  95. package/src/packlets/diagnostics/diagnostics.ts +1 -2
  96. package/src/packlets/identity/contacts-service.ts +0 -1
  97. package/src/packlets/identity/identity-manager.test.ts +5 -5
  98. package/src/packlets/identity/identity-manager.ts +16 -13
  99. package/src/packlets/identity/identity-recovery-manager.ts +20 -16
  100. package/src/packlets/identity/identity-service.test.ts +6 -27
  101. package/src/packlets/identity/identity-service.ts +13 -81
  102. package/src/packlets/identity/identity.test.ts +2 -2
  103. package/src/packlets/identity/identity.ts +9 -32
  104. package/src/packlets/invitations/device-invitation-protocol.ts +3 -2
  105. package/src/packlets/invitations/edge-invitation-handler.ts +9 -5
  106. package/src/packlets/invitations/invitation-protocol.ts +5 -1
  107. package/src/packlets/invitations/invitation-state.ts +0 -10
  108. package/src/packlets/invitations/invitations-handler.test.ts +4 -5
  109. package/src/packlets/invitations/invitations-handler.ts +62 -6
  110. package/src/packlets/invitations/invitations-manager.ts +40 -15
  111. package/src/packlets/invitations/invitations-service.ts +9 -9
  112. package/src/packlets/invitations/space-invitation-protocol.test.ts +17 -16
  113. package/src/packlets/invitations/space-invitation-protocol.ts +4 -3
  114. package/src/packlets/logging/logging-service.ts +15 -15
  115. package/src/packlets/network/network-service.test.ts +0 -1
  116. package/src/packlets/network/network-service.ts +10 -8
  117. package/src/packlets/services/client-rpc-server.ts +15 -12
  118. package/src/packlets/services/feed-syncer.test.ts +3 -3
  119. package/src/packlets/services/feed-syncer.ts +24 -17
  120. package/src/packlets/services/service-context.test.ts +3 -2
  121. package/src/packlets/services/service-context.ts +88 -34
  122. package/src/packlets/services/service-host.test.ts +8 -8
  123. package/src/packlets/services/service-host.ts +16 -15
  124. package/src/packlets/services/service-registry.test.ts +0 -1
  125. package/src/packlets/space-export/archive-format.ts +42 -0
  126. package/src/packlets/space-export/index.ts +4 -1
  127. package/src/packlets/space-export/serialized-space-reader.ts +111 -0
  128. package/src/packlets/space-export/serialized-space-writer.ts +253 -0
  129. package/src/packlets/space-export/space-archive-reader.ts +64 -3
  130. package/src/packlets/space-export/space-archive-writer.ts +38 -2
  131. package/src/packlets/space-export/space-archive.test.ts +461 -0
  132. package/src/packlets/spaces/data-space-manager.test.ts +79 -13
  133. package/src/packlets/spaces/data-space-manager.ts +74 -104
  134. package/src/packlets/spaces/data-space.ts +49 -28
  135. package/src/packlets/spaces/edge-feed-replicator.test.ts +1 -1
  136. package/src/packlets/spaces/edge-feed-replicator.ts +9 -7
  137. package/src/packlets/spaces/epoch-migrations.ts +3 -3
  138. package/src/packlets/spaces/genesis.ts +6 -1
  139. package/src/packlets/spaces/notarization-plugin.ts +2 -1
  140. package/src/packlets/spaces/spaces-service.test.ts +18 -11
  141. package/src/packlets/spaces/spaces-service.ts +113 -17
  142. package/src/packlets/testing/invitation-utils.ts +3 -2
  143. package/src/packlets/worker/worker-runtime.ts +30 -6
  144. package/src/packlets/worker/worker-session.ts +4 -10
  145. package/src/version.ts +1 -1
  146. package/dist/lib/browser/chunk-GRA7XSE5.mjs.map +0 -7
  147. package/dist/lib/node-esm/chunk-TL5F344H.mjs.map +0 -7
  148. package/dist/types/src/packlets/identity/default-space-state-machine.d.ts +0 -19
  149. package/dist/types/src/packlets/identity/default-space-state-machine.d.ts.map +0 -1
  150. package/src/packlets/identity/default-space-state-machine.ts +0 -44

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.