@dxos/client-services 0.8.4-main.ef1bc66f44 → 0.8.4-main.f466a3d56e

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 (203) hide show
  1. package/LICENSE +102 -5
  2. package/README.md +1 -1
  3. package/dist/lib/browser/{chunk-NTZOEM4P.mjs → chunk-SNHT4M6V.mjs} +1731 -3089
  4. package/dist/lib/browser/chunk-SNHT4M6V.mjs.map +7 -0
  5. package/dist/lib/browser/{chunk-NQSC7HOE.mjs → chunk-XJRPB3GA.mjs} +1 -1
  6. package/dist/lib/browser/index.mjs +106 -194
  7. package/dist/lib/browser/index.mjs.map +3 -3
  8. package/dist/lib/browser/meta.json +1 -1
  9. package/dist/lib/browser/packlets/diagnostics/browser-diagnostics-broadcast.mjs +1 -6
  10. package/dist/lib/browser/packlets/diagnostics/browser-diagnostics-broadcast.mjs.map +2 -2
  11. package/dist/lib/browser/packlets/diagnostics/diagnostics-broadcast.mjs +1 -1
  12. package/dist/lib/browser/packlets/locks/browser.mjs +9 -49
  13. package/dist/lib/browser/packlets/locks/browser.mjs.map +2 -2
  14. package/dist/lib/browser/packlets/locks/node.mjs +4 -22
  15. package/dist/lib/browser/packlets/locks/node.mjs.map +2 -2
  16. package/dist/lib/browser/testing/index.mjs +9 -22
  17. package/dist/lib/browser/testing/index.mjs.map +3 -3
  18. package/dist/lib/node-esm/{chunk-PKEGMOQ4.mjs → chunk-2DT3MZRL.mjs} +1 -1
  19. package/dist/lib/node-esm/{chunk-DQWA5ILA.mjs → chunk-2TVKX6UU.mjs} +1731 -3089
  20. package/dist/lib/node-esm/chunk-2TVKX6UU.mjs.map +7 -0
  21. package/dist/lib/node-esm/index.mjs +106 -194
  22. package/dist/lib/node-esm/index.mjs.map +3 -3
  23. package/dist/lib/node-esm/meta.json +1 -1
  24. package/dist/lib/node-esm/packlets/diagnostics/browser-diagnostics-broadcast.mjs +1 -6
  25. package/dist/lib/node-esm/packlets/diagnostics/browser-diagnostics-broadcast.mjs.map +2 -2
  26. package/dist/lib/node-esm/packlets/diagnostics/diagnostics-broadcast.mjs +1 -1
  27. package/dist/lib/node-esm/packlets/locks/browser.mjs +9 -49
  28. package/dist/lib/node-esm/packlets/locks/browser.mjs.map +2 -2
  29. package/dist/lib/node-esm/packlets/locks/node.mjs +4 -22
  30. package/dist/lib/node-esm/packlets/locks/node.mjs.map +2 -2
  31. package/dist/lib/node-esm/testing/index.mjs +9 -22
  32. package/dist/lib/node-esm/testing/index.mjs.map +3 -3
  33. package/dist/types/src/index.d.ts +1 -0
  34. package/dist/types/src/index.d.ts.map +1 -1
  35. package/dist/types/src/packlets/agents/edge-agent-manager.d.ts +3 -2
  36. package/dist/types/src/packlets/agents/edge-agent-manager.d.ts.map +1 -1
  37. package/dist/types/src/packlets/agents/edge-agent-service.d.ts +2 -1
  38. package/dist/types/src/packlets/agents/edge-agent-service.d.ts.map +1 -1
  39. package/dist/types/src/packlets/devices/devices-service.d.ts.map +1 -1
  40. package/dist/types/src/packlets/devtools/devtools.d.ts.map +1 -1
  41. package/dist/types/src/packlets/devtools/feeds.d.ts.map +1 -1
  42. package/dist/types/src/packlets/devtools/keys.d.ts.map +1 -1
  43. package/dist/types/src/packlets/devtools/metadata.d.ts.map +1 -1
  44. package/dist/types/src/packlets/devtools/network.d.ts.map +1 -1
  45. package/dist/types/src/packlets/devtools/spaces.d.ts.map +1 -1
  46. package/dist/types/src/packlets/diagnostics/browser-diagnostics-broadcast.d.ts.map +1 -1
  47. package/dist/types/src/packlets/diagnostics/diagnostics-broadcast.d.ts.map +1 -1
  48. package/dist/types/src/packlets/diagnostics/diagnostics-collector.d.ts.map +1 -1
  49. package/dist/types/src/packlets/diagnostics/diagnostics.d.ts +2 -3
  50. package/dist/types/src/packlets/diagnostics/diagnostics.d.ts.map +1 -1
  51. package/dist/types/src/packlets/identity/authenticator.d.ts.map +1 -1
  52. package/dist/types/src/packlets/identity/contacts-service.d.ts.map +1 -1
  53. package/dist/types/src/packlets/identity/identity-manager.d.ts +3 -3
  54. package/dist/types/src/packlets/identity/identity-manager.d.ts.map +1 -1
  55. package/dist/types/src/packlets/identity/identity-recovery-manager.d.ts +6 -5
  56. package/dist/types/src/packlets/identity/identity-recovery-manager.d.ts.map +1 -1
  57. package/dist/types/src/packlets/identity/identity-service.d.ts +6 -10
  58. package/dist/types/src/packlets/identity/identity-service.d.ts.map +1 -1
  59. package/dist/types/src/packlets/identity/identity.d.ts +6 -9
  60. package/dist/types/src/packlets/identity/identity.d.ts.map +1 -1
  61. package/dist/types/src/packlets/invitations/device-invitation-protocol.d.ts +2 -1
  62. package/dist/types/src/packlets/invitations/device-invitation-protocol.d.ts.map +1 -1
  63. package/dist/types/src/packlets/invitations/edge-invitation-handler.d.ts +1 -1
  64. package/dist/types/src/packlets/invitations/edge-invitation-handler.d.ts.map +1 -1
  65. package/dist/types/src/packlets/invitations/invitation-guest-extenstion.d.ts.map +1 -1
  66. package/dist/types/src/packlets/invitations/invitation-host-extension.d.ts.map +1 -1
  67. package/dist/types/src/packlets/invitations/invitation-protocol.d.ts +5 -1
  68. package/dist/types/src/packlets/invitations/invitation-protocol.d.ts.map +1 -1
  69. package/dist/types/src/packlets/invitations/invitation-state.d.ts.map +1 -1
  70. package/dist/types/src/packlets/invitations/invitation-topology.d.ts.map +1 -1
  71. package/dist/types/src/packlets/invitations/invitations-handler.d.ts.map +1 -1
  72. package/dist/types/src/packlets/invitations/invitations-manager.d.ts +3 -3
  73. package/dist/types/src/packlets/invitations/invitations-manager.d.ts.map +1 -1
  74. package/dist/types/src/packlets/invitations/invitations-service.d.ts +3 -3
  75. package/dist/types/src/packlets/invitations/invitations-service.d.ts.map +1 -1
  76. package/dist/types/src/packlets/invitations/space-invitation-protocol.d.ts +2 -1
  77. package/dist/types/src/packlets/invitations/space-invitation-protocol.d.ts.map +1 -1
  78. package/dist/types/src/packlets/invitations/utils.d.ts.map +1 -1
  79. package/dist/types/src/packlets/locks/browser.d.ts.map +1 -1
  80. package/dist/types/src/packlets/locks/node.d.ts.map +1 -1
  81. package/dist/types/src/packlets/logging/logging-service.d.ts.map +1 -1
  82. package/dist/types/src/packlets/network/network-service.d.ts +5 -4
  83. package/dist/types/src/packlets/network/network-service.d.ts.map +1 -1
  84. package/dist/types/src/packlets/services/client-rpc-server.d.ts +3 -3
  85. package/dist/types/src/packlets/services/client-rpc-server.d.ts.map +1 -1
  86. package/dist/types/src/packlets/services/feed-syncer.d.ts +22 -4
  87. package/dist/types/src/packlets/services/feed-syncer.d.ts.map +1 -1
  88. package/dist/types/src/packlets/services/feed-syncer.test.d.ts +2 -0
  89. package/dist/types/src/packlets/services/feed-syncer.test.d.ts.map +1 -0
  90. package/dist/types/src/packlets/services/service-context.d.ts +2 -4
  91. package/dist/types/src/packlets/services/service-context.d.ts.map +1 -1
  92. package/dist/types/src/packlets/services/service-host.d.ts +2 -3
  93. package/dist/types/src/packlets/services/service-host.d.ts.map +1 -1
  94. package/dist/types/src/packlets/services/service-registry.d.ts.map +1 -1
  95. package/dist/types/src/packlets/services/util.d.ts.map +1 -1
  96. package/dist/types/src/packlets/space-export/archive-format.d.ts +9 -0
  97. package/dist/types/src/packlets/space-export/archive-format.d.ts.map +1 -0
  98. package/dist/types/src/packlets/space-export/index.d.ts +4 -1
  99. package/dist/types/src/packlets/space-export/index.d.ts.map +1 -1
  100. package/dist/types/src/packlets/space-export/serialized-space-reader.d.ts +23 -0
  101. package/dist/types/src/packlets/space-export/serialized-space-reader.d.ts.map +1 -0
  102. package/dist/types/src/packlets/space-export/serialized-space-writer.d.ts +36 -0
  103. package/dist/types/src/packlets/space-export/serialized-space-writer.d.ts.map +1 -0
  104. package/dist/types/src/packlets/space-export/space-archive-reader.d.ts +9 -1
  105. package/dist/types/src/packlets/space-export/space-archive-reader.d.ts.map +1 -1
  106. package/dist/types/src/packlets/space-export/space-archive-writer.d.ts +7 -1
  107. package/dist/types/src/packlets/space-export/space-archive-writer.d.ts.map +1 -1
  108. package/dist/types/src/packlets/space-export/space-archive.test.d.ts +2 -0
  109. package/dist/types/src/packlets/space-export/space-archive.test.d.ts.map +1 -0
  110. package/dist/types/src/packlets/spaces/automerge-space-state.d.ts.map +1 -1
  111. package/dist/types/src/packlets/spaces/data-space-manager.d.ts +20 -14
  112. package/dist/types/src/packlets/spaces/data-space-manager.d.ts.map +1 -1
  113. package/dist/types/src/packlets/spaces/data-space.d.ts +24 -7
  114. package/dist/types/src/packlets/spaces/data-space.d.ts.map +1 -1
  115. package/dist/types/src/packlets/spaces/edge-feed-replicator.d.ts.map +1 -1
  116. package/dist/types/src/packlets/spaces/epoch-migrations.d.ts.map +1 -1
  117. package/dist/types/src/packlets/spaces/genesis.d.ts +2 -1
  118. package/dist/types/src/packlets/spaces/genesis.d.ts.map +1 -1
  119. package/dist/types/src/packlets/spaces/notarization-plugin.d.ts +1 -4
  120. package/dist/types/src/packlets/spaces/notarization-plugin.d.ts.map +1 -1
  121. package/dist/types/src/packlets/spaces/spaces-service.d.ts +10 -7
  122. package/dist/types/src/packlets/spaces/spaces-service.d.ts.map +1 -1
  123. package/dist/types/src/packlets/storage/level.d.ts.map +1 -1
  124. package/dist/types/src/packlets/storage/profile-archive.d.ts.map +1 -1
  125. package/dist/types/src/packlets/storage/storage.d.ts.map +1 -1
  126. package/dist/types/src/packlets/storage/util.d.ts.map +1 -1
  127. package/dist/types/src/packlets/system/system-service.d.ts +1 -1
  128. package/dist/types/src/packlets/system/system-service.d.ts.map +1 -1
  129. package/dist/types/src/packlets/testing/credential-utils.d.ts.map +1 -1
  130. package/dist/types/src/packlets/testing/invitation-utils.d.ts.map +1 -1
  131. package/dist/types/src/packlets/testing/test-builder.d.ts.map +1 -1
  132. package/dist/types/src/packlets/worker/worker-runtime.d.ts +11 -1
  133. package/dist/types/src/packlets/worker/worker-runtime.d.ts.map +1 -1
  134. package/dist/types/src/packlets/worker/worker-session.d.ts +0 -2
  135. package/dist/types/src/packlets/worker/worker-session.d.ts.map +1 -1
  136. package/dist/types/src/testing/setup.d.ts.map +1 -1
  137. package/dist/types/src/version.d.ts +1 -1
  138. package/dist/types/tsconfig.tsbuildinfo +1 -1
  139. package/package.json +43 -50
  140. package/src/index.ts +1 -0
  141. package/src/packlets/agents/edge-agent-manager.ts +8 -5
  142. package/src/packlets/agents/edge-agent-service.ts +4 -2
  143. package/src/packlets/devices/devices-service.test.ts +0 -1
  144. package/src/packlets/devtools/devtools.ts +0 -1
  145. package/src/packlets/diagnostics/diagnostics.ts +1 -2
  146. package/src/packlets/identity/contacts-service.ts +0 -1
  147. package/src/packlets/identity/identity-manager.test.ts +5 -5
  148. package/src/packlets/identity/identity-manager.ts +18 -17
  149. package/src/packlets/identity/identity-recovery-manager.ts +20 -16
  150. package/src/packlets/identity/identity-service.test.ts +6 -27
  151. package/src/packlets/identity/identity-service.ts +13 -81
  152. package/src/packlets/identity/identity.test.ts +2 -2
  153. package/src/packlets/identity/identity.ts +9 -32
  154. package/src/packlets/invitations/device-invitation-protocol.ts +3 -2
  155. package/src/packlets/invitations/edge-invitation-handler.ts +9 -5
  156. package/src/packlets/invitations/invitation-host-extension.ts +7 -10
  157. package/src/packlets/invitations/invitation-protocol.ts +5 -1
  158. package/src/packlets/invitations/invitation-state.ts +1 -15
  159. package/src/packlets/invitations/invitations-handler.test.ts +4 -5
  160. package/src/packlets/invitations/invitations-handler.ts +67 -15
  161. package/src/packlets/invitations/invitations-manager.ts +40 -15
  162. package/src/packlets/invitations/invitations-service.ts +9 -9
  163. package/src/packlets/invitations/space-invitation-protocol.test.ts +17 -16
  164. package/src/packlets/invitations/space-invitation-protocol.ts +4 -3
  165. package/src/packlets/logging/logging-service.ts +15 -15
  166. package/src/packlets/network/network-service.test.ts +0 -1
  167. package/src/packlets/network/network-service.ts +10 -8
  168. package/src/packlets/services/client-rpc-server.ts +15 -12
  169. package/src/packlets/services/feed-syncer.test.ts +340 -0
  170. package/src/packlets/services/feed-syncer.ts +175 -25
  171. package/src/packlets/services/service-context.test.ts +3 -2
  172. package/src/packlets/services/service-context.ts +113 -47
  173. package/src/packlets/services/service-host.test.ts +8 -8
  174. package/src/packlets/services/service-host.ts +17 -27
  175. package/src/packlets/services/service-registry.test.ts +0 -1
  176. package/src/packlets/space-export/archive-format.ts +42 -0
  177. package/src/packlets/space-export/index.ts +4 -1
  178. package/src/packlets/space-export/serialized-space-reader.ts +111 -0
  179. package/src/packlets/space-export/serialized-space-writer.ts +252 -0
  180. package/src/packlets/space-export/space-archive-reader.ts +64 -3
  181. package/src/packlets/space-export/space-archive-writer.ts +38 -2
  182. package/src/packlets/space-export/space-archive.test.ts +461 -0
  183. package/src/packlets/spaces/data-space-manager.test.ts +79 -13
  184. package/src/packlets/spaces/data-space-manager.ts +80 -115
  185. package/src/packlets/spaces/data-space.ts +55 -31
  186. package/src/packlets/spaces/edge-feed-replicator.test.ts +1 -1
  187. package/src/packlets/spaces/edge-feed-replicator.ts +9 -7
  188. package/src/packlets/spaces/epoch-migrations.ts +4 -3
  189. package/src/packlets/spaces/genesis.ts +6 -1
  190. package/src/packlets/spaces/notarization-plugin.ts +2 -1
  191. package/src/packlets/spaces/spaces-service.test.ts +18 -11
  192. package/src/packlets/spaces/spaces-service.ts +115 -17
  193. package/src/packlets/testing/invitation-utils.ts +3 -2
  194. package/src/packlets/worker/worker-runtime.ts +39 -6
  195. package/src/packlets/worker/worker-session.ts +8 -14
  196. package/src/version.ts +1 -1
  197. package/dist/lib/browser/chunk-NTZOEM4P.mjs.map +0 -7
  198. package/dist/lib/node-esm/chunk-DQWA5ILA.mjs.map +0 -7
  199. package/dist/types/src/packlets/identity/default-space-state-machine.d.ts +0 -19
  200. package/dist/types/src/packlets/identity/default-space-state-machine.d.ts.map +0 -1
  201. package/src/packlets/identity/default-space-state-machine.ts +0 -44
  202. /package/dist/lib/browser/{chunk-NQSC7HOE.mjs.map → chunk-XJRPB3GA.mjs.map} +0 -0
  203. /package/dist/lib/node-esm/{chunk-PKEGMOQ4.mjs.map → chunk-2DT3MZRL.mjs.map} +0 -0
@@ -1 +1 @@
1
- {"inputs":{"src/packlets/devtools/feeds.ts":{"bytes":14230,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/devtools/keys.ts":{"bytes":2080,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/devtools/metadata.ts":{"bytes":1882,"imports":[{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/devtools/network.ts":{"bytes":12297,"imports":[{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/devtools/spaces.ts":{"bytes":6015,"imports":[{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/devtools/devtools.ts":{"bytes":15877,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"src/packlets/devtools/feeds.ts","kind":"import-statement","original":"./feeds"},{"path":"src/packlets/devtools/keys.ts","kind":"import-statement","original":"./keys"},{"path":"src/packlets/devtools/metadata.ts","kind":"import-statement","original":"./metadata"},{"path":"src/packlets/devtools/network.ts","kind":"import-statement","original":"./network"},{"path":"src/packlets/devtools/spaces.ts","kind":"import-statement","original":"./spaces"}],"format":"esm"},"src/packlets/devtools/index.ts":{"bytes":723,"imports":[{"path":"src/packlets/devtools/devtools.ts","kind":"import-statement","original":"./devtools"},{"path":"src/packlets/devtools/feeds.ts","kind":"import-statement","original":"./feeds"},{"path":"src/packlets/devtools/network.ts","kind":"import-statement","original":"./network"},{"path":"src/packlets/devtools/spaces.ts","kind":"import-statement","original":"./spaces"}],"format":"esm"},"src/version.ts":{"bytes":429,"imports":[],"format":"esm"},"src/packlets/services/platform.ts":{"bytes":4857,"imports":[{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/diagnostics/diagnostics.ts":{"bytes":23965,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"src/version.ts","kind":"import-statement","original":"../../version"},{"path":"src/packlets/services/platform.ts","kind":"import-statement","original":"../services/platform"}],"format":"esm"},"src/packlets/diagnostics/diagnostics-broadcast.ts":{"bytes":1863,"imports":[],"format":"esm"},"src/packlets/diagnostics/diagnostics-collector.ts":{"bytes":8054,"imports":[{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/config","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/diagnostics/diagnostics-broadcast.ts","kind":"import-statement","original":"./diagnostics-broadcast"}],"format":"esm"},"src/packlets/diagnostics/index.ts":{"bytes":728,"imports":[{"path":"src/packlets/diagnostics/diagnostics.ts","kind":"import-statement","original":"./diagnostics"},{"path":"src/packlets/diagnostics/diagnostics-collector.ts","kind":"import-statement","original":"./diagnostics-collector"},{"path":"#diagnostics-broadcast","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/identity/authenticator.ts":{"bytes":11754,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/spaces/automerge-space-state.ts":{"bytes":5771,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/spaces/edge-feed-replicator.ts":{"bytes":43752,"imports":[{"path":"cbor-x","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/edge-client","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/buf","kind":"import-statement","external":true},{"path":"@dxos/protocols/buf/dxos/edge/messenger_pb","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/spaces/epoch-migrations.ts":{"bytes":7574,"imports":[{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/spaces/notarization-plugin.ts":{"bytes":50437,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/teleport","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/spaces/data-space.ts":{"bytes":75196,"imports":[{"path":"@automerge/automerge","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/echo-protocol","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/identity/index.ts","kind":"import-statement","original":"../identity"},{"path":"src/packlets/spaces/automerge-space-state.ts","kind":"import-statement","original":"./automerge-space-state"},{"path":"src/packlets/spaces/edge-feed-replicator.ts","kind":"import-statement","original":"./edge-feed-replicator"},{"path":"src/packlets/spaces/epoch-migrations.ts","kind":"import-statement","original":"./epoch-migrations"},{"path":"src/packlets/spaces/notarization-plugin.ts","kind":"import-statement","original":"./notarization-plugin"}],"format":"esm"},"src/packlets/spaces/genesis.ts":{"bytes":8969,"imports":[{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/spaces/data-space-manager.ts":{"bytes":96852,"imports":[{"path":"@automerge/automerge-repo","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/echo-protocol","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/echo/metadata","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/teleport-extension-gossip","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/identity/index.ts","kind":"import-statement","original":"../identity"},{"path":"src/packlets/spaces/data-space.ts","kind":"import-statement","original":"./data-space"},{"path":"src/packlets/spaces/genesis.ts","kind":"import-statement","original":"./genesis"}],"format":"esm"},"src/packlets/space-export/space-archive-writer.ts":{"bytes":9245,"imports":[{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@obsidize/tar-browserify","kind":"dynamic-import","external":true}],"format":"esm"},"src/packlets/space-export/space-archive-reader.ts":{"bytes":5364,"imports":[{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@obsidize/tar-browserify","kind":"dynamic-import","external":true}],"format":"esm"},"src/packlets/space-export/index.ts":{"bytes":629,"imports":[{"path":"src/packlets/space-export/space-archive-writer.ts","kind":"import-statement","original":"./space-archive-writer"},{"path":"src/packlets/space-export/space-archive-reader.ts","kind":"import-statement","original":"./space-archive-reader"}],"format":"esm"},"src/packlets/spaces/spaces-service.ts":{"bytes":58150,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"src/packlets/space-export/index.ts","kind":"import-statement","original":"../space-export"}],"format":"esm"},"src/packlets/spaces/index.ts":{"bytes":813,"imports":[{"path":"src/packlets/spaces/data-space-manager.ts","kind":"import-statement","original":"./data-space-manager"},{"path":"src/packlets/spaces/data-space.ts","kind":"import-statement","original":"./data-space"},{"path":"src/packlets/spaces/spaces-service.ts","kind":"import-statement","original":"./spaces-service"},{"path":"src/packlets/spaces/edge-feed-replicator.ts","kind":"import-statement","original":"./edge-feed-replicator"}],"format":"esm"},"src/packlets/identity/default-space-state-machine.ts":{"bytes":5187,"imports":[{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/identity/identity.ts":{"bytes":30133,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/spaces/index.ts","kind":"import-statement","original":"../spaces"},{"path":"src/packlets/identity/authenticator.ts","kind":"import-statement","original":"./authenticator"},{"path":"src/packlets/identity/default-space-state-machine.ts","kind":"import-statement","original":"./default-space-state-machine"}],"format":"esm"},"src/packlets/identity/identity-manager.ts":{"bytes":53662,"imports":[{"path":"platform","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/teleport-extension-gossip","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/identity/authenticator.ts","kind":"import-statement","original":"./authenticator"},{"path":"src/packlets/identity/identity.ts","kind":"import-statement","original":"./identity"}],"format":"esm"},"src/packlets/identity/identity-service.ts":{"bytes":24498,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/identity/index.ts":{"bytes":794,"imports":[{"path":"src/packlets/identity/authenticator.ts","kind":"import-statement","original":"./authenticator"},{"path":"src/packlets/identity/identity.ts","kind":"import-statement","original":"./identity"},{"path":"src/packlets/identity/identity-manager.ts","kind":"import-statement","original":"./identity-manager"},{"path":"src/packlets/identity/identity-service.ts","kind":"import-statement","original":"./identity-service"}],"format":"esm"},"src/packlets/invitations/device-invitation-protocol.ts":{"bytes":12763,"imports":[{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/invitations/utils.ts":{"bytes":3887,"imports":[{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/invitations/edge-invitation-handler.ts":{"bytes":22448,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"src/packlets/invitations/utils.ts","kind":"import-statement","original":"./utils"}],"format":"esm"},"src/packlets/invitations/invitation-guest-extenstion.ts":{"bytes":15292,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/teleport","kind":"import-statement","external":true},{"path":"src/packlets/invitations/utils.ts","kind":"import-statement","original":"./utils"}],"format":"esm"},"src/packlets/invitations/invitation-host-extension.ts":{"bytes":42602,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/teleport","kind":"import-statement","external":true},{"path":"src/packlets/invitations/utils.ts","kind":"import-statement","original":"./utils"}],"format":"esm"},"src/packlets/invitations/invitation-state.ts":{"bytes":13417,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"src/packlets/invitations/utils.ts","kind":"import-statement","original":"./utils"}],"format":"esm"},"src/packlets/invitations/invitation-topology.ts":{"bytes":11177,"imports":[{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/invitations/invitations-handler.ts":{"bytes":78009,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/network-manager","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/invitations/edge-invitation-handler.ts","kind":"import-statement","original":"./edge-invitation-handler"},{"path":"src/packlets/invitations/invitation-guest-extenstion.ts","kind":"import-statement","original":"./invitation-guest-extenstion"},{"path":"src/packlets/invitations/invitation-host-extension.ts","kind":"import-statement","original":"./invitation-host-extension"},{"path":"src/packlets/invitations/invitation-state.ts","kind":"import-statement","original":"./invitation-state"},{"path":"src/packlets/invitations/invitation-topology.ts","kind":"import-statement","original":"./invitation-topology"}],"format":"esm"},"src/packlets/invitations/invitations-service.ts":{"bytes":14248,"imports":[{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/invitations/space-invitation-protocol.ts":{"bytes":27578,"imports":[{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"src/packlets/invitations/utils.ts","kind":"import-statement","original":"./utils"}],"format":"esm"},"src/packlets/invitations/invitations-manager.ts":{"bytes":44094,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"src/packlets/invitations/invitations-handler.ts","kind":"import-statement","original":"./invitations-handler"}],"format":"esm"},"src/packlets/invitations/index.ts":{"bytes":1060,"imports":[{"path":"src/packlets/invitations/device-invitation-protocol.ts","kind":"import-statement","original":"./device-invitation-protocol"},{"path":"src/packlets/invitations/invitations-handler.ts","kind":"import-statement","original":"./invitations-handler"},{"path":"src/packlets/invitations/invitations-service.ts","kind":"import-statement","original":"./invitations-service"},{"path":"src/packlets/invitations/space-invitation-protocol.ts","kind":"import-statement","original":"./space-invitation-protocol"},{"path":"src/packlets/invitations/invitations-manager.ts","kind":"import-statement","original":"./invitations-manager"}],"format":"esm"},"src/packlets/locks/index.ts":{"bytes":539,"imports":[{"path":"#locks-platform","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/services/client-rpc-server.ts":{"bytes":12768,"imports":[{"path":"@dxos/codec-protobuf","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/rpc","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/agents/edge-agent-manager.ts":{"bytes":26526,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/echo/metadata","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/agents/edge-agent-service.ts":{"bytes":8472,"imports":[{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/agents/index.ts":{"bytes":611,"imports":[{"path":"src/packlets/agents/edge-agent-manager.ts","kind":"import-statement","original":"./edge-agent-manager"},{"path":"src/packlets/agents/edge-agent-service.ts","kind":"import-statement","original":"./edge-agent-service"}],"format":"esm"},"src/packlets/identity/identity-recovery-manager.ts":{"bytes":25710,"imports":[{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/services/feed-syncer.ts":{"bytes":25261,"imports":[{"path":"cbor-x","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/edge-client","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/feed","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/buf","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/services/service-context.ts":{"bytes":62001,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/edge-client","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keyring","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/teleport-extension-object-sync","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/agents/index.ts","kind":"import-statement","original":"../agents"},{"path":"src/packlets/identity/index.ts","kind":"import-statement","original":"../identity"},{"path":"src/packlets/identity/identity-recovery-manager.ts","kind":"import-statement","original":"../identity/identity-recovery-manager"},{"path":"src/packlets/invitations/index.ts","kind":"import-statement","original":"../invitations"},{"path":"src/packlets/spaces/index.ts","kind":"import-statement","original":"../spaces"},{"path":"src/packlets/services/feed-syncer.ts","kind":"import-statement","original":"./feed-syncer"}],"format":"esm"},"src/packlets/devices/devices-service.ts":{"bytes":12536,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/devices/index.ts":{"bytes":491,"imports":[{"path":"src/packlets/devices/devices-service.ts","kind":"import-statement","original":"./devices-service"}],"format":"esm"},"src/packlets/identity/contacts-service.ts":{"bytes":11420,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/logging/logging-service.ts":{"bytes":18440,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/logging/index.ts":{"bytes":491,"imports":[{"path":"src/packlets/logging/logging-service.ts","kind":"import-statement","original":"./logging-service"}],"format":"esm"},"src/packlets/network/network-service.ts":{"bytes":8816,"imports":[{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/network/index.ts":{"bytes":491,"imports":[{"path":"src/packlets/network/network-service.ts","kind":"import-statement","original":"./network-service"}],"format":"esm"},"src/packlets/storage/util.ts":{"bytes":2414,"imports":[{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/config","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/storage/storage.ts":{"bytes":7066,"imports":[{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/config","kind":"import-statement","external":true},{"path":"@dxos/random-access-storage","kind":"import-statement","external":true},{"path":"src/packlets/storage/util.ts","kind":"import-statement","original":"./util"}],"format":"esm"},"src/packlets/storage/level.ts":{"bytes":2449,"imports":[{"path":"@dxos/node-std/path","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/kv-store","kind":"import-statement","external":true},{"path":"src/packlets/storage/util.ts","kind":"import-statement","original":"./util"}],"format":"esm"},"src/packlets/storage/profile-archive.ts":{"bytes":14188,"imports":[{"path":"@automerge/automerge-repo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/storage/index.ts":{"bytes":659,"imports":[{"path":"src/packlets/storage/storage.ts","kind":"import-statement","original":"./storage"},{"path":"src/packlets/storage/level.ts","kind":"import-statement","original":"./level"},{"path":"src/packlets/storage/profile-archive.ts","kind":"import-statement","original":"./profile-archive"}],"format":"esm"},"src/packlets/system/system-service.ts":{"bytes":9379,"imports":[{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/services/platform.ts","kind":"import-statement","original":"../services/platform"}],"format":"esm"},"src/packlets/system/index.ts":{"bytes":489,"imports":[{"path":"src/packlets/system/system-service.ts","kind":"import-statement","original":"./system-service"}],"format":"esm"},"src/packlets/services/service-registry.ts":{"bytes":2745,"imports":[],"format":"esm"},"src/packlets/services/service-host.ts":{"bytes":56240,"imports":[{"path":"@effect/sql/SqlClient","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/edge-client","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/messaging","kind":"import-statement","external":true},{"path":"@dxos/network-manager","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqlExport","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/websocket-rpc","kind":"import-statement","external":true},{"path":"src/packlets/agents/index.ts","kind":"import-statement","original":"../agents"},{"path":"src/packlets/devices/index.ts","kind":"import-statement","original":"../devices"},{"path":"src/packlets/devtools/index.ts","kind":"import-statement","original":"../devtools"},{"path":"src/packlets/diagnostics/index.ts","kind":"import-statement","original":"../diagnostics"},{"path":"src/packlets/identity/index.ts","kind":"import-statement","original":"../identity"},{"path":"src/packlets/identity/contacts-service.ts","kind":"import-statement","original":"../identity/contacts-service"},{"path":"src/packlets/invitations/index.ts","kind":"import-statement","original":"../invitations"},{"path":"src/packlets/locks/index.ts","kind":"import-statement","original":"../locks"},{"path":"src/packlets/logging/index.ts","kind":"import-statement","original":"../logging"},{"path":"src/packlets/network/index.ts","kind":"import-statement","original":"../network"},{"path":"src/packlets/spaces/index.ts","kind":"import-statement","original":"../spaces"},{"path":"src/packlets/storage/index.ts","kind":"import-statement","original":"../storage"},{"path":"src/packlets/system/index.ts","kind":"import-statement","original":"../system"},{"path":"src/packlets/services/service-context.ts","kind":"import-statement","original":"./service-context"},{"path":"src/packlets/services/service-registry.ts","kind":"import-statement","original":"./service-registry"}],"format":"esm"},"src/packlets/services/index.ts":{"bytes":813,"imports":[{"path":"src/packlets/services/client-rpc-server.ts","kind":"import-statement","original":"./client-rpc-server"},{"path":"src/packlets/services/service-context.ts","kind":"import-statement","original":"./service-context"},{"path":"src/packlets/services/service-host.ts","kind":"import-statement","original":"./service-host"},{"path":"src/packlets/services/service-registry.ts","kind":"import-statement","original":"./service-registry"}],"format":"esm"},"src/packlets/worker/worker-session.ts":{"bytes":17725,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/rpc","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/services/index.ts","kind":"import-statement","original":"../services"}],"format":"esm"},"src/packlets/worker/worker-runtime.ts":{"bytes":35804,"imports":[{"path":"@effect/experimental/Reactivity","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/ManagedRuntime","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/messaging","kind":"import-statement","external":true},{"path":"@dxos/network-manager","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/OpfsWorker","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqlExport","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqliteClient","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqlTransaction","kind":"import-statement","external":true},{"path":"src/packlets/services/index.ts","kind":"import-statement","original":"../services"},{"path":"src/packlets/worker/worker-session.ts","kind":"import-statement","original":"./worker-session"}],"format":"esm"},"src/packlets/worker/index.ts":{"bytes":595,"imports":[{"path":"src/packlets/worker/worker-runtime.ts","kind":"import-statement","original":"./worker-runtime"},{"path":"src/packlets/worker/worker-session.ts","kind":"import-statement","original":"./worker-session"}],"format":"esm"},"src/index.ts":{"bytes":1477,"imports":[{"path":"src/packlets/devtools/index.ts","kind":"import-statement","original":"./packlets/devtools"},{"path":"src/packlets/diagnostics/index.ts","kind":"import-statement","original":"./packlets/diagnostics"},{"path":"src/packlets/identity/index.ts","kind":"import-statement","original":"./packlets/identity"},{"path":"src/packlets/invitations/index.ts","kind":"import-statement","original":"./packlets/invitations"},{"path":"src/packlets/locks/index.ts","kind":"import-statement","original":"./packlets/locks"},{"path":"src/packlets/services/index.ts","kind":"import-statement","original":"./packlets/services"},{"path":"src/packlets/spaces/index.ts","kind":"import-statement","original":"./packlets/spaces"},{"path":"src/packlets/storage/index.ts","kind":"import-statement","original":"./packlets/storage"},{"path":"src/packlets/worker/index.ts","kind":"import-statement","original":"./packlets/worker"},{"path":"src/packlets/agents/index.ts","kind":"import-statement","original":"./packlets/agents"}],"format":"esm"},"src/packlets/testing/credential-utils.ts":{"bytes":2307,"imports":[{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/testing/invitation-utils.ts":{"bytes":26977,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"src/packlets/services/index.ts","kind":"import-statement","original":"../services"}],"format":"esm"},"src/packlets/testing/test-builder.ts":{"bytes":30477,"imports":[{"path":"@effect/experimental/Reactivity","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/ManagedRuntime","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/keyring","kind":"import-statement","external":true},{"path":"@dxos/kv-store/testing","kind":"import-statement","external":true},{"path":"@dxos/messaging","kind":"import-statement","external":true},{"path":"@dxos/network-manager","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/random-access-storage","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/platform","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqlTransaction","kind":"import-statement","external":true},{"path":"@dxos/teleport-extension-object-sync","kind":"import-statement","external":true},{"path":"src/packlets/invitations/index.ts","kind":"import-statement","original":"../invitations"},{"path":"src/packlets/services/index.ts","kind":"import-statement","original":"../services"},{"path":"src/packlets/spaces/index.ts","kind":"import-statement","original":"../spaces"}],"format":"esm"},"src/packlets/testing/index.ts":{"bytes":704,"imports":[{"path":"src/packlets/testing/credential-utils.ts","kind":"import-statement","original":"./credential-utils"},{"path":"src/packlets/testing/invitation-utils.ts","kind":"import-statement","original":"./invitation-utils"},{"path":"src/packlets/testing/test-builder.ts","kind":"import-statement","original":"./test-builder"}],"format":"esm"},"src/testing/index.ts":{"bytes":488,"imports":[{"path":"src/packlets/testing/index.ts","kind":"import-statement","original":"../packlets/testing"}],"format":"esm"},"src/packlets/locks/node.ts":{"bytes":5225,"imports":[{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/lock-file","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/locks/browser.ts":{"bytes":10256,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/diagnostics/browser-diagnostics-broadcast.ts":{"bytes":9740,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"}},"outputs":{"dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":39415},"dist/lib/browser/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-NTZOEM4P.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-NQSC7HOE.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-QCWEHHJW.mjs","kind":"import-statement"},{"path":"@dxos/codec-protobuf","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/rpc","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@automerge/automerge-repo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@effect/experimental/Reactivity","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/ManagedRuntime","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/messaging","kind":"import-statement","external":true},{"path":"@dxos/network-manager","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/OpfsWorker","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqlExport","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqliteClient","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqlTransaction","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/rpc","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["ClientRpcServer","ClientServicesHost","DataSpace","DataSpaceManager","DeviceInvitationProtocol","DevtoolsHostEvents","DevtoolsServiceImpl","DiagnosticsCollector","EdgeAgentManager","EdgeAgentServiceImpl","EdgeFeedReplicator","Identity","IdentityManager","IdentityServiceImpl","InvitationsHandler","InvitationsManager","InvitationsServiceImpl","ServiceContext","ServiceRegistry","SpaceInvitationProtocol","SpacesServiceImpl","TrustedKeySetAuthVerifier","WorkerRuntime","WorkerSession","createAdmissionKeypair","createAuthProvider","createDiagnostics","createLevel","createStorageObjects","decodeProfileArchive","encodeProfileArchive","exportProfileData","getNetworkPeers","importProfileData","subscribeToFeedBlocks","subscribeToFeeds","subscribeToNetworkStatus","subscribeToNetworkTopics","subscribeToSignal","subscribeToSpaces","subscribeToSwarmInfo"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":2093},"src/packlets/services/client-rpc-server.ts":{"bytesInOutput":3323},"src/packlets/storage/profile-archive.ts":{"bytesInOutput":4288},"src/packlets/worker/worker-runtime.ts":{"bytesInOutput":8389},"src/packlets/worker/worker-session.ts":{"bytesInOutput":5110}},"bytes":25334},"dist/lib/browser/testing/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":29940},"dist/lib/browser/testing/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-NTZOEM4P.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-NQSC7HOE.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-QCWEHHJW.mjs","kind":"import-statement"},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@effect/experimental/Reactivity","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/ManagedRuntime","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/keyring","kind":"import-statement","external":true},{"path":"@dxos/kv-store/testing","kind":"import-statement","external":true},{"path":"@dxos/messaging","kind":"import-statement","external":true},{"path":"@dxos/network-manager","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/random-access-storage","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/platform","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqlTransaction","kind":"import-statement","external":true},{"path":"@dxos/teleport-extension-object-sync","kind":"import-statement","external":true}],"exports":["TestBuilder","TestPeer","acceptInvitation","createIdentity","createInvitation","createMockCredential","createPeers","createServiceContext","createServiceHost","createSigningContext","performInvitation","sanitizeInvitation"],"entryPoint":"src/testing/index.ts","inputs":{"src/packlets/testing/credential-utils.ts":{"bytesInOutput":403},"src/packlets/testing/invitation-utils.ts":{"bytesInOutput":6301},"src/packlets/testing/test-builder.ts":{"bytesInOutput":7368},"src/testing/index.ts":{"bytesInOutput":0}},"bytes":14753},"dist/lib/browser/chunk-NTZOEM4P.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":547844},"dist/lib/browser/chunk-NTZOEM4P.mjs":{"imports":[{"path":"dist/lib/browser/chunk-NQSC7HOE.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-QCWEHHJW.mjs","kind":"import-statement"},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/config","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"#diagnostics-broadcast","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"cbor-x","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/edge-client","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/buf","kind":"import-statement","external":true},{"path":"@dxos/protocols/buf/dxos/edge/messenger_pb","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@automerge/automerge","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/echo-protocol","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@automerge/automerge-repo","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/echo-protocol","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/echo/metadata","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/teleport-extension-gossip","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@obsidize/tar-browserify","kind":"dynamic-import","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@obsidize/tar-browserify","kind":"dynamic-import","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"platform","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/teleport-extension-gossip","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/teleport","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/network-manager","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/teleport","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/teleport","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"#locks-platform","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/echo/metadata","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/edge-client","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keyring","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/teleport-extension-object-sync","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true},{"path":"cbor-x","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/edge-client","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/feed","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/buf","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/config","kind":"import-statement","external":true},{"path":"@dxos/random-access-storage","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/config","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/node-std/path","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/kv-store","kind":"import-statement","external":true},{"path":"@effect/sql/SqlClient","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/edge-client","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/messaging","kind":"import-statement","external":true},{"path":"@dxos/network-manager","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqlExport","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/websocket-rpc","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["ClientServicesHost","DataSpace","DataSpaceManager","DeviceInvitationProtocol","DevtoolsHostEvents","DevtoolsServiceImpl","DiagnosticsCollector","EdgeAgentManager","EdgeAgentServiceImpl","EdgeFeedReplicator","Identity","IdentityManager","IdentityServiceImpl","InvitationsHandler","InvitationsManager","InvitationsServiceImpl","ServiceContext","ServiceRegistry","SpaceInvitationProtocol","SpacesServiceImpl","TrustedKeySetAuthVerifier","createAdmissionKeypair","createAuthProvider","createDiagnostics","createLevel","createStorageObjects","diagnostics_exports","getNetworkPeers","locks_exports","subscribeToFeedBlocks","subscribeToFeeds","subscribeToNetworkStatus","subscribeToNetworkTopics","subscribeToSignal","subscribeToSpaces","subscribeToSwarmInfo"],"inputs":{"src/packlets/devtools/feeds.ts":{"bytesInOutput":3314},"src/packlets/devtools/network.ts":{"bytesInOutput":2790},"src/packlets/devtools/spaces.ts":{"bytesInOutput":1200},"src/packlets/devtools/devtools.ts":{"bytesInOutput":2723},"src/packlets/devtools/keys.ts":{"bytesInOutput":347},"src/packlets/devtools/metadata.ts":{"bytesInOutput":287},"src/packlets/diagnostics/diagnostics.ts":{"bytesInOutput":5061},"src/version.ts":{"bytesInOutput":44},"src/packlets/services/platform.ts":{"bytesInOutput":1042},"src/packlets/diagnostics/diagnostics-collector.ts":{"bytesInOutput":1794},"src/packlets/diagnostics/index.ts":{"bytesInOutput":294},"src/packlets/identity/authenticator.ts":{"bytesInOutput":3218},"src/packlets/spaces/edge-feed-replicator.ts":{"bytesInOutput":14991},"src/packlets/spaces/data-space.ts":{"bytesInOutput":21980},"src/packlets/identity/identity.ts":{"bytesInOutput":7976},"src/packlets/spaces/data-space-manager.ts":{"bytesInOutput":26657},"src/packlets/spaces/genesis.ts":{"bytesInOutput":2221},"src/packlets/spaces/spaces-service.ts":{"bytesInOutput":17355},"src/packlets/space-export/space-archive-writer.ts":{"bytesInOutput":2061},"src/packlets/space-export/space-archive-reader.ts":{"bytesInOutput":1520},"src/packlets/identity/default-space-state-machine.ts":{"bytesInOutput":1392},"src/packlets/identity/identity-manager.ts":{"bytesInOutput":15227},"src/packlets/identity/identity-service.ts":{"bytesInOutput":6600},"src/packlets/spaces/automerge-space-state.ts":{"bytesInOutput":1225},"src/packlets/spaces/epoch-migrations.ts":{"bytesInOutput":1769},"src/packlets/spaces/notarization-plugin.ts":{"bytesInOutput":14336},"src/packlets/invitations/device-invitation-protocol.ts":{"bytesInOutput":3474},"src/packlets/invitations/invitations-handler.ts":{"bytesInOutput":22462},"src/packlets/invitations/edge-invitation-handler.ts":{"bytesInOutput":6015},"src/packlets/invitations/utils.ts":{"bytesInOutput":835},"src/packlets/invitations/invitation-guest-extenstion.ts":{"bytesInOutput":4290},"src/packlets/invitations/invitation-host-extension.ts":{"bytesInOutput":12494},"src/packlets/invitations/invitation-state.ts":{"bytesInOutput":2949},"src/packlets/invitations/invitation-topology.ts":{"bytesInOutput":2694},"src/packlets/invitations/invitations-service.ts":{"bytesInOutput":3324},"src/packlets/invitations/space-invitation-protocol.ts":{"bytesInOutput":8654},"src/packlets/invitations/invitations-manager.ts":{"bytesInOutput":12135},"src/packlets/locks/index.ts":{"bytesInOutput":128},"src/packlets/agents/edge-agent-manager.ts":{"bytesInOutput":8383},"src/packlets/agents/edge-agent-service.ts":{"bytesInOutput":2051},"src/packlets/services/service-context.ts":{"bytesInOutput":18596},"src/packlets/identity/identity-recovery-manager.ts":{"bytesInOutput":7408},"src/packlets/services/feed-syncer.ts":{"bytesInOutput":5265},"src/packlets/storage/storage.ts":{"bytesInOutput":1809},"src/packlets/storage/util.ts":{"bytesInOutput":494},"src/packlets/storage/level.ts":{"bytesInOutput":436},"src/packlets/services/service-registry.ts":{"bytesInOutput":511},"src/packlets/services/service-host.ts":{"bytesInOutput":15294},"src/packlets/devices/devices-service.ts":{"bytesInOutput":3399},"src/packlets/identity/contacts-service.ts":{"bytesInOutput":2874},"src/packlets/logging/logging-service.ts":{"bytesInOutput":3965},"src/packlets/network/network-service.ts":{"bytesInOutput":1819},"src/packlets/system/system-service.ts":{"bytesInOutput":1937}},"bytes":314982},"dist/lib/browser/packlets/locks/node.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2213},"dist/lib/browser/packlets/locks/node.mjs":{"imports":[{"path":"dist/lib/browser/chunk-QCWEHHJW.mjs","kind":"import-statement"},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/lock-file","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"exports":["Lock","isLocked"],"entryPoint":"src/packlets/locks/node.ts","inputs":{"src/packlets/locks/node.ts":{"bytesInOutput":1824}},"bytes":1988},"dist/lib/browser/packlets/locks/browser.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4466},"dist/lib/browser/packlets/locks/browser.mjs":{"imports":[{"path":"dist/lib/browser/chunk-QCWEHHJW.mjs","kind":"import-statement"},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"exports":["Lock","isLocked"],"entryPoint":"src/packlets/locks/browser.ts","inputs":{"src/packlets/locks/browser.ts":{"bytesInOutput":3262}},"bytes":3432},"dist/lib/browser/packlets/diagnostics/diagnostics-broadcast.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/browser/packlets/diagnostics/diagnostics-broadcast.mjs":{"imports":[{"path":"dist/lib/browser/chunk-NQSC7HOE.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-QCWEHHJW.mjs","kind":"import-statement"}],"exports":["createCollectDiagnosticsBroadcastHandler","createCollectDiagnosticsBroadcastSender"],"entryPoint":"src/packlets/diagnostics/diagnostics-broadcast.ts","inputs":{},"bytes":347},"dist/lib/browser/chunk-NQSC7HOE.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1075},"dist/lib/browser/chunk-NQSC7HOE.mjs":{"imports":[],"exports":["createCollectDiagnosticsBroadcastHandler","createCollectDiagnosticsBroadcastSender"],"inputs":{"src/packlets/diagnostics/diagnostics-broadcast.ts":{"bytesInOutput":250}},"bytes":480},"dist/lib/browser/packlets/diagnostics/browser-diagnostics-broadcast.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4820},"dist/lib/browser/packlets/diagnostics/browser-diagnostics-broadcast.mjs":{"imports":[{"path":"dist/lib/browser/chunk-QCWEHHJW.mjs","kind":"import-statement"},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"exports":["createCollectDiagnosticsBroadcastHandler","createCollectDiagnosticsBroadcastSender"],"entryPoint":"src/packlets/diagnostics/browser-diagnostics-broadcast.ts","inputs":{"src/packlets/diagnostics/browser-diagnostics-broadcast.ts":{"bytesInOutput":2344}},"bytes":2631},"dist/lib/browser/chunk-QCWEHHJW.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/browser/chunk-QCWEHHJW.mjs":{"imports":[],"exports":["__export","__reExport"],"inputs":{},"bytes":954}}}
1
+ {"inputs":{"src/packlets/devtools/feeds.ts":{"bytes":14179,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/devtools/keys.ts":{"bytes":1980,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/devtools/metadata.ts":{"bytes":1778,"imports":[{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/devtools/network.ts":{"bytes":12276,"imports":[{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/devtools/spaces.ts":{"bytes":5917,"imports":[{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/devtools/devtools.ts":{"bytes":15773,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"src/packlets/devtools/feeds.ts","kind":"import-statement","original":"./feeds"},{"path":"src/packlets/devtools/keys.ts","kind":"import-statement","original":"./keys"},{"path":"src/packlets/devtools/metadata.ts","kind":"import-statement","original":"./metadata"},{"path":"src/packlets/devtools/network.ts","kind":"import-statement","original":"./network"},{"path":"src/packlets/devtools/spaces.ts","kind":"import-statement","original":"./spaces"}],"format":"esm"},"src/packlets/devtools/index.ts":{"bytes":626,"imports":[{"path":"src/packlets/devtools/devtools.ts","kind":"import-statement","original":"./devtools"},{"path":"src/packlets/devtools/feeds.ts","kind":"import-statement","original":"./feeds"},{"path":"src/packlets/devtools/network.ts","kind":"import-statement","original":"./network"},{"path":"src/packlets/devtools/spaces.ts","kind":"import-statement","original":"./spaces"}],"format":"esm"},"src/version.ts":{"bytes":344,"imports":[],"format":"esm"},"src/packlets/services/platform.ts":{"bytes":4757,"imports":[{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/diagnostics/diagnostics.ts":{"bytes":23788,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"src/version.ts","kind":"import-statement","original":"../../version"},{"path":"src/packlets/services/platform.ts","kind":"import-statement","original":"../services/platform"}],"format":"esm"},"src/packlets/diagnostics/diagnostics-broadcast.ts":{"bytes":1743,"imports":[],"format":"esm"},"src/packlets/diagnostics/diagnostics-collector.ts":{"bytes":7938,"imports":[{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/config","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/diagnostics/diagnostics-broadcast.ts","kind":"import-statement","original":"./diagnostics-broadcast"}],"format":"esm"},"src/packlets/diagnostics/index.ts":{"bytes":624,"imports":[{"path":"src/packlets/diagnostics/diagnostics.ts","kind":"import-statement","original":"./diagnostics"},{"path":"src/packlets/diagnostics/diagnostics-collector.ts","kind":"import-statement","original":"./diagnostics-collector"},{"path":"#diagnostics-broadcast","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/identity/authenticator.ts":{"bytes":11073,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/spaces/automerge-space-state.ts":{"bytes":5660,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/spaces/edge-feed-replicator.ts":{"bytes":41637,"imports":[{"path":"cbor-x","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/edge-client","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/buf","kind":"import-statement","external":true},{"path":"@dxos/protocols/buf/dxos/edge/messenger_pb","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/spaces/epoch-migrations.ts":{"bytes":7846,"imports":[{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/spaces/notarization-plugin.ts":{"bytes":48435,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/teleport","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/spaces/data-space.ts":{"bytes":76961,"imports":[{"path":"@automerge/automerge","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/echo-protocol","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/identity/index.ts","kind":"import-statement","original":"../identity"},{"path":"src/packlets/spaces/automerge-space-state.ts","kind":"import-statement","original":"./automerge-space-state"},{"path":"src/packlets/spaces/edge-feed-replicator.ts","kind":"import-statement","original":"./edge-feed-replicator"},{"path":"src/packlets/spaces/epoch-migrations.ts","kind":"import-statement","original":"./epoch-migrations"},{"path":"src/packlets/spaces/notarization-plugin.ts","kind":"import-statement","original":"./notarization-plugin"}],"format":"esm"},"src/packlets/spaces/genesis.ts":{"bytes":9565,"imports":[{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/spaces/data-space-manager.ts":{"bytes":88062,"imports":[{"path":"@automerge/automerge-repo","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/echo-protocol","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/echo/metadata","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/teleport-extension-gossip","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/identity/index.ts","kind":"import-statement","original":"../identity"},{"path":"src/packlets/spaces/data-space.ts","kind":"import-statement","original":"./data-space"},{"path":"src/packlets/spaces/genesis.ts","kind":"import-statement","original":"./genesis"}],"format":"esm"},"src/packlets/space-export/archive-format.ts":{"bytes":4778,"imports":[{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/space-export/serialized-space-reader.ts":{"bytes":10901,"imports":[{"path":"@dxos/invariant","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/space-export/serialized-space-writer.ts":{"bytes":27560,"imports":[{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/space-export/space-archive-reader.ts":{"bytes":13094,"imports":[{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@obsidize/tar-browserify","kind":"dynamic-import","external":true}],"format":"esm"},"src/packlets/space-export/space-archive-writer.ts":{"bytes":13533,"imports":[{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@obsidize/tar-browserify","kind":"dynamic-import","external":true}],"format":"esm"},"src/packlets/space-export/index.ts":{"bytes":880,"imports":[{"path":"src/packlets/space-export/archive-format.ts","kind":"import-statement","original":"./archive-format"},{"path":"src/packlets/space-export/serialized-space-reader.ts","kind":"import-statement","original":"./serialized-space-reader"},{"path":"src/packlets/space-export/serialized-space-writer.ts","kind":"import-statement","original":"./serialized-space-writer"},{"path":"src/packlets/space-export/space-archive-reader.ts","kind":"import-statement","original":"./space-archive-reader"},{"path":"src/packlets/space-export/space-archive-writer.ts","kind":"import-statement","original":"./space-archive-writer"}],"format":"esm"},"src/packlets/spaces/spaces-service.ts":{"bytes":70476,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"src/packlets/space-export/index.ts","kind":"import-statement","original":"../space-export"}],"format":"esm"},"src/packlets/spaces/index.ts":{"bytes":718,"imports":[{"path":"src/packlets/spaces/data-space-manager.ts","kind":"import-statement","original":"./data-space-manager"},{"path":"src/packlets/spaces/data-space.ts","kind":"import-statement","original":"./data-space"},{"path":"src/packlets/spaces/spaces-service.ts","kind":"import-statement","original":"./spaces-service"},{"path":"src/packlets/spaces/edge-feed-replicator.ts","kind":"import-statement","original":"./edge-feed-replicator"}],"format":"esm"},"src/packlets/identity/identity.ts":{"bytes":26118,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/spaces/index.ts","kind":"import-statement","original":"../spaces"},{"path":"src/packlets/identity/authenticator.ts","kind":"import-statement","original":"./authenticator"}],"format":"esm"},"src/packlets/identity/identity-manager.ts":{"bytes":51586,"imports":[{"path":"platform","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/teleport-extension-gossip","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/identity/authenticator.ts","kind":"import-statement","original":"./authenticator"},{"path":"src/packlets/identity/identity.ts","kind":"import-statement","original":"./identity"}],"format":"esm"},"src/packlets/identity/identity-service.ts":{"bytes":15550,"imports":[{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/identity/index.ts":{"bytes":697,"imports":[{"path":"src/packlets/identity/authenticator.ts","kind":"import-statement","original":"./authenticator"},{"path":"src/packlets/identity/identity.ts","kind":"import-statement","original":"./identity"},{"path":"src/packlets/identity/identity-manager.ts","kind":"import-statement","original":"./identity-manager"},{"path":"src/packlets/identity/identity-service.ts","kind":"import-statement","original":"./identity-service"}],"format":"esm"},"src/packlets/invitations/device-invitation-protocol.ts":{"bytes":12712,"imports":[{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/invitations/utils.ts":{"bytes":3787,"imports":[{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/invitations/edge-invitation-handler.ts":{"bytes":22896,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"src/packlets/invitations/utils.ts","kind":"import-statement","original":"./utils"}],"format":"esm"},"src/packlets/invitations/invitation-guest-extenstion.ts":{"bytes":14637,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/teleport","kind":"import-statement","external":true},{"path":"src/packlets/invitations/utils.ts","kind":"import-statement","original":"./utils"}],"format":"esm"},"src/packlets/invitations/invitation-host-extension.ts":{"bytes":38088,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/teleport","kind":"import-statement","external":true},{"path":"src/packlets/invitations/utils.ts","kind":"import-statement","original":"./utils"}],"format":"esm"},"src/packlets/invitations/invitation-state.ts":{"bytes":10694,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"src/packlets/invitations/utils.ts","kind":"import-statement","original":"./utils"}],"format":"esm"},"src/packlets/invitations/invitation-topology.ts":{"bytes":10781,"imports":[{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/invitations/invitations-handler.ts":{"bytes":76574,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/network-manager","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/invitations/edge-invitation-handler.ts","kind":"import-statement","original":"./edge-invitation-handler"},{"path":"src/packlets/invitations/invitation-guest-extenstion.ts","kind":"import-statement","original":"./invitation-guest-extenstion"},{"path":"src/packlets/invitations/invitation-host-extension.ts","kind":"import-statement","original":"./invitation-host-extension"},{"path":"src/packlets/invitations/invitation-state.ts","kind":"import-statement","original":"./invitation-state"},{"path":"src/packlets/invitations/invitation-topology.ts","kind":"import-statement","original":"./invitation-topology"}],"format":"esm"},"src/packlets/invitations/invitations-service.ts":{"bytes":14449,"imports":[{"path":"@dxos/codec-protobuf","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/invitations/space-invitation-protocol.ts":{"bytes":26141,"imports":[{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"src/packlets/invitations/utils.ts","kind":"import-statement","original":"./utils"}],"format":"esm"},"src/packlets/invitations/invitations-manager.ts":{"bytes":44549,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"src/packlets/invitations/invitations-handler.ts","kind":"import-statement","original":"./invitations-handler"}],"format":"esm"},"src/packlets/invitations/index.ts":{"bytes":960,"imports":[{"path":"src/packlets/invitations/device-invitation-protocol.ts","kind":"import-statement","original":"./device-invitation-protocol"},{"path":"src/packlets/invitations/invitations-handler.ts","kind":"import-statement","original":"./invitations-handler"},{"path":"src/packlets/invitations/invitations-service.ts","kind":"import-statement","original":"./invitations-service"},{"path":"src/packlets/invitations/space-invitation-protocol.ts","kind":"import-statement","original":"./space-invitation-protocol"},{"path":"src/packlets/invitations/invitations-manager.ts","kind":"import-statement","original":"./invitations-manager"}],"format":"esm"},"src/packlets/locks/index.ts":{"bytes":441,"imports":[{"path":"#locks-platform","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/services/client-rpc-server.ts":{"bytes":13297,"imports":[{"path":"@dxos/codec-protobuf","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/rpc","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/agents/edge-agent-manager.ts":{"bytes":25671,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/echo/metadata","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/agents/edge-agent-service.ts":{"bytes":9008,"imports":[{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/agents/index.ts":{"bytes":516,"imports":[{"path":"src/packlets/agents/edge-agent-manager.ts","kind":"import-statement","original":"./edge-agent-manager"},{"path":"src/packlets/agents/edge-agent-service.ts","kind":"import-statement","original":"./edge-agent-service"}],"format":"esm"},"src/packlets/identity/identity-recovery-manager.ts":{"bytes":25489,"imports":[{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/services/feed-syncer.ts":{"bytes":40347,"imports":[{"path":"cbor-x","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/edge-client","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/feed","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/buf","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/services/service-context.ts":{"bytes":71583,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/edge-client","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keyring","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/teleport-extension-object-sync","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/agents/index.ts","kind":"import-statement","original":"../agents"},{"path":"src/packlets/identity/index.ts","kind":"import-statement","original":"../identity"},{"path":"src/packlets/identity/identity-recovery-manager.ts","kind":"import-statement","original":"../identity/identity-recovery-manager"},{"path":"src/packlets/invitations/index.ts","kind":"import-statement","original":"../invitations"},{"path":"src/packlets/spaces/index.ts","kind":"import-statement","original":"../spaces"},{"path":"src/packlets/services/feed-syncer.ts","kind":"import-statement","original":"./feed-syncer"}],"format":"esm"},"src/packlets/devices/devices-service.ts":{"bytes":12336,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/devices/index.ts":{"bytes":395,"imports":[{"path":"src/packlets/devices/devices-service.ts","kind":"import-statement","original":"./devices-service"}],"format":"esm"},"src/packlets/identity/contacts-service.ts":{"bytes":11308,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/logging/logging-service.ts":{"bytes":18979,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/logging/index.ts":{"bytes":395,"imports":[{"path":"src/packlets/logging/logging-service.ts","kind":"import-statement","original":"./logging-service"}],"format":"esm"},"src/packlets/network/network-service.ts":{"bytes":10000,"imports":[{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/network/index.ts":{"bytes":395,"imports":[{"path":"src/packlets/network/network-service.ts","kind":"import-statement","original":"./network-service"}],"format":"esm"},"src/packlets/storage/util.ts":{"bytes":2319,"imports":[{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/config","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/storage/storage.ts":{"bytes":6968,"imports":[{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/config","kind":"import-statement","external":true},{"path":"@dxos/random-access-storage","kind":"import-statement","external":true},{"path":"src/packlets/storage/util.ts","kind":"import-statement","original":"./util"}],"format":"esm"},"src/packlets/storage/level.ts":{"bytes":2353,"imports":[{"path":"@dxos/node-std/path","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/kv-store","kind":"import-statement","external":true},{"path":"src/packlets/storage/util.ts","kind":"import-statement","original":"./util"}],"format":"esm"},"src/packlets/storage/profile-archive.ts":{"bytes":12979,"imports":[{"path":"@automerge/automerge-repo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/storage/index.ts":{"bytes":563,"imports":[{"path":"src/packlets/storage/storage.ts","kind":"import-statement","original":"./storage"},{"path":"src/packlets/storage/level.ts","kind":"import-statement","original":"./level"},{"path":"src/packlets/storage/profile-archive.ts","kind":"import-statement","original":"./profile-archive"}],"format":"esm"},"src/packlets/system/system-service.ts":{"bytes":9275,"imports":[{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/services/platform.ts","kind":"import-statement","original":"../services/platform"}],"format":"esm"},"src/packlets/system/index.ts":{"bytes":394,"imports":[{"path":"src/packlets/system/system-service.ts","kind":"import-statement","original":"./system-service"}],"format":"esm"},"src/packlets/services/service-registry.ts":{"bytes":2633,"imports":[],"format":"esm"},"src/packlets/services/service-host.ts":{"bytes":52757,"imports":[{"path":"@effect/sql/SqlClient","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/config","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/edge-client","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/messaging","kind":"import-statement","external":true},{"path":"@dxos/network-manager","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqlExport","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/websocket-rpc","kind":"import-statement","external":true},{"path":"src/packlets/agents/index.ts","kind":"import-statement","original":"../agents"},{"path":"src/packlets/devices/index.ts","kind":"import-statement","original":"../devices"},{"path":"src/packlets/devtools/index.ts","kind":"import-statement","original":"../devtools"},{"path":"src/packlets/diagnostics/index.ts","kind":"import-statement","original":"../diagnostics"},{"path":"src/packlets/identity/index.ts","kind":"import-statement","original":"../identity"},{"path":"src/packlets/identity/contacts-service.ts","kind":"import-statement","original":"../identity/contacts-service"},{"path":"src/packlets/invitations/index.ts","kind":"import-statement","original":"../invitations"},{"path":"src/packlets/locks/index.ts","kind":"import-statement","original":"../locks"},{"path":"src/packlets/logging/index.ts","kind":"import-statement","original":"../logging"},{"path":"src/packlets/network/index.ts","kind":"import-statement","original":"../network"},{"path":"src/packlets/spaces/index.ts","kind":"import-statement","original":"../spaces"},{"path":"src/packlets/storage/index.ts","kind":"import-statement","original":"../storage"},{"path":"src/packlets/system/index.ts","kind":"import-statement","original":"../system"},{"path":"src/packlets/services/service-context.ts","kind":"import-statement","original":"./service-context"},{"path":"src/packlets/services/service-registry.ts","kind":"import-statement","original":"./service-registry"}],"format":"esm"},"src/packlets/services/index.ts":{"bytes":716,"imports":[{"path":"src/packlets/services/client-rpc-server.ts","kind":"import-statement","original":"./client-rpc-server"},{"path":"src/packlets/services/service-context.ts","kind":"import-statement","original":"./service-context"},{"path":"src/packlets/services/service-host.ts","kind":"import-statement","original":"./service-host"},{"path":"src/packlets/services/service-registry.ts","kind":"import-statement","original":"./service-registry"}],"format":"esm"},"src/packlets/worker/worker-session.ts":{"bytes":16235,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/rpc","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/packlets/services/index.ts","kind":"import-statement","original":"../services"}],"format":"esm"},"src/packlets/worker/worker-runtime.ts":{"bytes":41167,"imports":[{"path":"@effect/experimental/Reactivity","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/ManagedRuntime","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/messaging","kind":"import-statement","external":true},{"path":"@dxos/network-manager","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/OpfsWorker","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqlExport","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqliteClient","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqlTransaction","kind":"import-statement","external":true},{"path":"src/packlets/services/index.ts","kind":"import-statement","original":"../services"},{"path":"src/packlets/worker/worker-session.ts","kind":"import-statement","original":"./worker-session"}],"format":"esm"},"src/packlets/worker/index.ts":{"bytes":496,"imports":[{"path":"src/packlets/worker/worker-runtime.ts","kind":"import-statement","original":"./worker-runtime"},{"path":"src/packlets/worker/worker-session.ts","kind":"import-statement","original":"./worker-session"}],"format":"esm"},"src/index.ts":{"bytes":1515,"imports":[{"path":"src/packlets/devtools/index.ts","kind":"import-statement","original":"./packlets/devtools"},{"path":"src/packlets/diagnostics/index.ts","kind":"import-statement","original":"./packlets/diagnostics"},{"path":"src/packlets/identity/index.ts","kind":"import-statement","original":"./packlets/identity"},{"path":"src/packlets/invitations/index.ts","kind":"import-statement","original":"./packlets/invitations"},{"path":"src/packlets/locks/index.ts","kind":"import-statement","original":"./packlets/locks"},{"path":"src/packlets/services/index.ts","kind":"import-statement","original":"./packlets/services"},{"path":"src/packlets/space-export/index.ts","kind":"import-statement","original":"./packlets/space-export"},{"path":"src/packlets/spaces/index.ts","kind":"import-statement","original":"./packlets/spaces"},{"path":"src/packlets/storage/index.ts","kind":"import-statement","original":"./packlets/storage"},{"path":"src/packlets/worker/index.ts","kind":"import-statement","original":"./packlets/worker"},{"path":"src/packlets/agents/index.ts","kind":"import-statement","original":"./packlets/agents"}],"format":"esm"},"src/packlets/testing/credential-utils.ts":{"bytes":2200,"imports":[{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/testing/invitation-utils.ts":{"bytes":26963,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"src/packlets/services/index.ts","kind":"import-statement","original":"../services"}],"format":"esm"},"src/packlets/testing/test-builder.ts":{"bytes":30447,"imports":[{"path":"@effect/experimental/Reactivity","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/ManagedRuntime","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/keyring","kind":"import-statement","external":true},{"path":"@dxos/kv-store/testing","kind":"import-statement","external":true},{"path":"@dxos/messaging","kind":"import-statement","external":true},{"path":"@dxos/network-manager","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/random-access-storage","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/platform","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqlTransaction","kind":"import-statement","external":true},{"path":"@dxos/teleport-extension-object-sync","kind":"import-statement","external":true},{"path":"src/packlets/invitations/index.ts","kind":"import-statement","original":"../invitations"},{"path":"src/packlets/services/index.ts","kind":"import-statement","original":"../services"},{"path":"src/packlets/spaces/index.ts","kind":"import-statement","original":"../spaces"}],"format":"esm"},"src/packlets/testing/index.ts":{"bytes":608,"imports":[{"path":"src/packlets/testing/credential-utils.ts","kind":"import-statement","original":"./credential-utils"},{"path":"src/packlets/testing/invitation-utils.ts","kind":"import-statement","original":"./invitation-utils"},{"path":"src/packlets/testing/test-builder.ts","kind":"import-statement","original":"./test-builder"}],"format":"esm"},"src/testing/index.ts":{"bytes":401,"imports":[{"path":"src/packlets/testing/index.ts","kind":"import-statement","original":"../packlets/testing"}],"format":"esm"},"src/packlets/locks/node.ts":{"bytes":4982,"imports":[{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/lock-file","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/locks/browser.ts":{"bytes":9576,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"},"src/packlets/diagnostics/browser-diagnostics-broadcast.ts":{"bytes":9608,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"format":"esm"}},"outputs":{"dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":41438},"dist/lib/browser/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-SNHT4M6V.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-XJRPB3GA.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-QCWEHHJW.mjs","kind":"import-statement"},{"path":"@dxos/codec-protobuf","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/rpc","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@automerge/automerge-repo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@effect/experimental/Reactivity","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/ManagedRuntime","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/messaging","kind":"import-statement","external":true},{"path":"@dxos/network-manager","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/OpfsWorker","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqlExport","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqliteClient","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqlTransaction","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/rpc","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["ClientRpcServer","ClientServicesHost","DataSpace","DataSpaceManager","DeviceInvitationProtocol","DevtoolsHostEvents","DevtoolsServiceImpl","DiagnosticsCollector","EdgeAgentManager","EdgeAgentServiceImpl","EdgeFeedReplicator","Identity","IdentityManager","IdentityServiceImpl","InvitationsHandler","InvitationsManager","InvitationsServiceImpl","ServiceContext","ServiceRegistry","SpaceArchiveWriter","SpaceInvitationProtocol","SpacesServiceImpl","TrustedKeySetAuthVerifier","WorkerRuntime","WorkerSession","buildDatabaseDirectoryFromObjects","createAdmissionKeypair","createAuthProvider","createDiagnostics","createLevel","createStorageObjects","decodeProfileArchive","detectSpaceArchiveFormat","encodeProfileArchive","exportProfileData","extractSpaceArchive","getNetworkPeers","importProfileData","objJsonToObjectStructure","objectStructureToObjJson","orderObjJsonFields","readSerializedSpaceArchive","subscribeToFeedBlocks","subscribeToFeeds","subscribeToNetworkStatus","subscribeToNetworkTopics","subscribeToSignal","subscribeToSpaces","subscribeToSwarmInfo","writeSerializedSpaceArchive"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":2627},"src/packlets/services/client-rpc-server.ts":{"bytesInOutput":3441},"src/packlets/storage/profile-archive.ts":{"bytesInOutput":3890},"src/packlets/worker/worker-runtime.ts":{"bytesInOutput":10622},"src/packlets/worker/worker-session.ts":{"bytesInOutput":4631}},"bytes":27840},"dist/lib/browser/testing/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":27830},"dist/lib/browser/testing/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-SNHT4M6V.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-XJRPB3GA.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-QCWEHHJW.mjs","kind":"import-statement"},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@effect/experimental/Reactivity","kind":"import-statement","external":true},{"path":"effect/Layer","kind":"import-statement","external":true},{"path":"effect/ManagedRuntime","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/keyring","kind":"import-statement","external":true},{"path":"@dxos/kv-store/testing","kind":"import-statement","external":true},{"path":"@dxos/messaging","kind":"import-statement","external":true},{"path":"@dxos/network-manager","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/random-access-storage","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/platform","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqlTransaction","kind":"import-statement","external":true},{"path":"@dxos/teleport-extension-object-sync","kind":"import-statement","external":true}],"exports":["TestBuilder","TestPeer","acceptInvitation","createIdentity","createInvitation","createMockCredential","createPeers","createServiceContext","createServiceHost","createSigningContext","performInvitation","sanitizeInvitation"],"entryPoint":"src/testing/index.ts","inputs":{"src/packlets/testing/credential-utils.ts":{"bytesInOutput":403},"src/packlets/testing/invitation-utils.ts":{"bytesInOutput":6364},"src/packlets/testing/test-builder.ts":{"bytesInOutput":7403},"src/testing/index.ts":{"bytesInOutput":0}},"bytes":14851},"dist/lib/browser/chunk-SNHT4M6V.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":574339},"dist/lib/browser/chunk-SNHT4M6V.mjs":{"imports":[{"path":"dist/lib/browser/chunk-XJRPB3GA.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-QCWEHHJW.mjs","kind":"import-statement"},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/config","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"#diagnostics-broadcast","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"cbor-x","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/edge-client","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/buf","kind":"import-statement","external":true},{"path":"@dxos/protocols/buf/dxos/edge/messenger_pb","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@automerge/automerge","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/echo-protocol","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@automerge/automerge-repo","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/echo-protocol","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/echo/metadata","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/teleport-extension-gossip","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@obsidize/tar-browserify","kind":"dynamic-import","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@obsidize/tar-browserify","kind":"dynamic-import","external":true},{"path":"platform","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/teleport-extension-gossip","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/teleport","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/network-manager","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/teleport","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/teleport","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/invitations","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"#locks-platform","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/echo/metadata","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline","kind":"import-statement","external":true},{"path":"@dxos/edge-client","kind":"import-statement","external":true},{"path":"@dxos/feed-store","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keyring","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/teleport-extension-object-sync","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/credentials","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@dxos/timeframe","kind":"import-statement","external":true},{"path":"cbor-x","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/edge-client","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/feed","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/buf","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/config","kind":"import-statement","external":true},{"path":"@dxos/random-access-storage","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/config","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/node-std/path","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/kv-store","kind":"import-statement","external":true},{"path":"@effect/sql/SqlClient","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/config","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/edge-client","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/messaging","kind":"import-statement","external":true},{"path":"@dxos/network-manager","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/sql-sqlite/SqlExport","kind":"import-statement","external":true},{"path":"@dxos/tracing","kind":"import-statement","external":true},{"path":"@dxos/websocket-rpc","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/codec-protobuf/stream","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["ClientServicesHost","DataSpace","DataSpaceManager","DeviceInvitationProtocol","DevtoolsHostEvents","DevtoolsServiceImpl","DiagnosticsCollector","EdgeAgentManager","EdgeAgentServiceImpl","EdgeFeedReplicator","Identity","IdentityManager","IdentityServiceImpl","InvitationsHandler","InvitationsManager","InvitationsServiceImpl","ServiceContext","ServiceRegistry","SpaceArchiveWriter","SpaceInvitationProtocol","SpacesServiceImpl","TrustedKeySetAuthVerifier","buildDatabaseDirectoryFromObjects","createAdmissionKeypair","createAuthProvider","createDiagnostics","createLevel","createStorageObjects","detectSpaceArchiveFormat","diagnostics_exports","extractSpaceArchive","getNetworkPeers","locks_exports","objJsonToObjectStructure","objectStructureToObjJson","orderObjJsonFields","readSerializedSpaceArchive","subscribeToFeedBlocks","subscribeToFeeds","subscribeToNetworkStatus","subscribeToNetworkTopics","subscribeToSignal","subscribeToSpaces","subscribeToSwarmInfo","writeSerializedSpaceArchive"],"inputs":{"src/packlets/devtools/feeds.ts":{"bytesInOutput":3298},"src/packlets/devtools/network.ts":{"bytesInOutput":2804},"src/packlets/devtools/spaces.ts":{"bytesInOutput":1200},"src/packlets/devtools/devtools.ts":{"bytesInOutput":2723},"src/packlets/devtools/keys.ts":{"bytesInOutput":347},"src/packlets/devtools/metadata.ts":{"bytesInOutput":287},"src/packlets/diagnostics/diagnostics.ts":{"bytesInOutput":5016},"src/version.ts":{"bytesInOutput":44},"src/packlets/services/platform.ts":{"bytesInOutput":1042},"src/packlets/diagnostics/diagnostics-collector.ts":{"bytesInOutput":1794},"src/packlets/diagnostics/index.ts":{"bytesInOutput":294},"src/packlets/identity/authenticator.ts":{"bytesInOutput":2946},"src/packlets/spaces/edge-feed-replicator.ts":{"bytesInOutput":14112},"src/packlets/spaces/data-space.ts":{"bytesInOutput":22217},"src/packlets/identity/identity.ts":{"bytesInOutput":6927},"src/packlets/spaces/data-space-manager.ts":{"bytesInOutput":23500},"src/packlets/spaces/genesis.ts":{"bytesInOutput":2386},"src/packlets/spaces/spaces-service.ts":{"bytesInOutput":20679},"src/packlets/space-export/archive-format.ts":{"bytesInOutput":900},"src/packlets/space-export/serialized-space-reader.ts":{"bytesInOutput":2264},"src/packlets/space-export/serialized-space-writer.ts":{"bytesInOutput":6429},"src/packlets/space-export/space-archive-reader.ts":{"bytesInOutput":3732},"src/packlets/space-export/space-archive-writer.ts":{"bytesInOutput":3344},"src/packlets/identity/identity-manager.ts":{"bytesInOutput":14403},"src/packlets/identity/identity-service.ts":{"bytesInOutput":4256},"src/packlets/spaces/automerge-space-state.ts":{"bytesInOutput":1225},"src/packlets/spaces/epoch-migrations.ts":{"bytesInOutput":1985},"src/packlets/spaces/notarization-plugin.ts":{"bytesInOutput":13521},"src/packlets/invitations/device-invitation-protocol.ts":{"bytesInOutput":3366},"src/packlets/invitations/invitations-handler.ts":{"bytesInOutput":21053},"src/packlets/invitations/edge-invitation-handler.ts":{"bytesInOutput":6535},"src/packlets/invitations/utils.ts":{"bytesInOutput":835},"src/packlets/invitations/invitation-guest-extenstion.ts":{"bytesInOutput":4048},"src/packlets/invitations/invitation-host-extension.ts":{"bytesInOutput":10892},"src/packlets/invitations/invitation-state.ts":{"bytesInOutput":2643},"src/packlets/invitations/invitation-topology.ts":{"bytesInOutput":2571},"src/packlets/invitations/invitations-service.ts":{"bytesInOutput":3385},"src/packlets/invitations/space-invitation-protocol.ts":{"bytesInOutput":8203},"src/packlets/invitations/invitations-manager.ts":{"bytesInOutput":12451},"src/packlets/locks/index.ts":{"bytesInOutput":128},"src/packlets/agents/edge-agent-manager.ts":{"bytesInOutput":8019},"src/packlets/agents/edge-agent-service.ts":{"bytesInOutput":2327},"src/packlets/services/service-context.ts":{"bytesInOutput":23808},"src/packlets/identity/identity-recovery-manager.ts":{"bytesInOutput":7284},"src/packlets/services/feed-syncer.ts":{"bytesInOutput":9722},"src/packlets/storage/storage.ts":{"bytesInOutput":1809},"src/packlets/storage/util.ts":{"bytesInOutput":494},"src/packlets/storage/level.ts":{"bytesInOutput":436},"src/packlets/services/service-registry.ts":{"bytesInOutput":511},"src/packlets/services/service-host.ts":{"bytesInOutput":14380},"src/packlets/devices/devices-service.ts":{"bytesInOutput":3323},"src/packlets/identity/contacts-service.ts":{"bytesInOutput":2874},"src/packlets/logging/logging-service.ts":{"bytesInOutput":4105},"src/packlets/network/network-service.ts":{"bytesInOutput":2405},"src/packlets/system/system-service.ts":{"bytesInOutput":1937}},"bytes":327436},"dist/lib/browser/packlets/locks/node.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2287},"dist/lib/browser/packlets/locks/node.mjs":{"imports":[{"path":"dist/lib/browser/chunk-QCWEHHJW.mjs","kind":"import-statement"},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/lock-file","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"exports":["Lock","isLocked"],"entryPoint":"src/packlets/locks/node.ts","inputs":{"src/packlets/locks/node.ts":{"bytesInOutput":1744}},"bytes":1908},"dist/lib/browser/packlets/locks/browser.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4561},"dist/lib/browser/packlets/locks/browser.mjs":{"imports":[{"path":"dist/lib/browser/chunk-QCWEHHJW.mjs","kind":"import-statement"},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"exports":["Lock","isLocked"],"entryPoint":"src/packlets/locks/browser.ts","inputs":{"src/packlets/locks/browser.ts":{"bytesInOutput":2994}},"bytes":3164},"dist/lib/browser/packlets/diagnostics/diagnostics-broadcast.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/browser/packlets/diagnostics/diagnostics-broadcast.mjs":{"imports":[{"path":"dist/lib/browser/chunk-XJRPB3GA.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-QCWEHHJW.mjs","kind":"import-statement"}],"exports":["createCollectDiagnosticsBroadcastHandler","createCollectDiagnosticsBroadcastSender"],"entryPoint":"src/packlets/diagnostics/diagnostics-broadcast.ts","inputs":{},"bytes":347},"dist/lib/browser/chunk-XJRPB3GA.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1075},"dist/lib/browser/chunk-XJRPB3GA.mjs":{"imports":[],"exports":["createCollectDiagnosticsBroadcastHandler","createCollectDiagnosticsBroadcastSender"],"inputs":{"src/packlets/diagnostics/diagnostics-broadcast.ts":{"bytesInOutput":250}},"bytes":480},"dist/lib/browser/packlets/diagnostics/browser-diagnostics-broadcast.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4349},"dist/lib/browser/packlets/diagnostics/browser-diagnostics-broadcast.mjs":{"imports":[{"path":"dist/lib/browser/chunk-QCWEHHJW.mjs","kind":"import-statement"},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"exports":["createCollectDiagnosticsBroadcastHandler","createCollectDiagnosticsBroadcastSender"],"entryPoint":"src/packlets/diagnostics/browser-diagnostics-broadcast.ts","inputs":{"src/packlets/diagnostics/browser-diagnostics-broadcast.ts":{"bytesInOutput":2288}},"bytes":2575},"dist/lib/browser/chunk-QCWEHHJW.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/browser/chunk-QCWEHHJW.mjs":{"imports":[],"exports":["__export","__reExport"],"inputs":{},"bytes":954}}}