@dxos/client-services 0.8.4-main.ae835ea → 0.8.4-main.bc674ce
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/browser/{chunk-KPYVJG6G.mjs → chunk-J33W6T4Q.mjs} +1025 -1331
- package/dist/lib/browser/chunk-J33W6T4Q.mjs.map +7 -0
- package/dist/lib/browser/chunk-NQSC7HOE.mjs +22 -0
- package/dist/lib/browser/chunk-NQSC7HOE.mjs.map +7 -0
- package/dist/lib/browser/chunk-QCWEHHJW.mjs +24 -0
- package/dist/lib/browser/chunk-QCWEHHJW.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +432 -65
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/packlets/diagnostics/browser-diagnostics-broadcast.mjs +93 -0
- package/dist/lib/browser/packlets/diagnostics/browser-diagnostics-broadcast.mjs.map +7 -0
- package/dist/lib/browser/packlets/diagnostics/diagnostics-broadcast.mjs +11 -0
- package/dist/lib/browser/packlets/diagnostics/diagnostics-broadcast.mjs.map +7 -0
- package/dist/lib/browser/packlets/locks/browser.mjs +126 -0
- package/dist/lib/browser/packlets/locks/browser.mjs.map +7 -0
- package/dist/lib/browser/packlets/locks/node.mjs +66 -0
- package/dist/lib/browser/packlets/locks/node.mjs.map +7 -0
- package/dist/lib/browser/testing/index.mjs +24 -12
- package/dist/lib/browser/testing/index.mjs.map +3 -3
- package/dist/lib/node-esm/chunk-2SZHAWBN.mjs +24 -0
- package/dist/lib/node-esm/chunk-2SZHAWBN.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-BBBSS6UL.mjs → chunk-34HKLADW.mjs} +517 -692
- package/dist/lib/node-esm/chunk-34HKLADW.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-PKEGMOQ4.mjs +22 -0
- package/dist/lib/node-esm/chunk-PKEGMOQ4.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +432 -65
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/packlets/diagnostics/browser-diagnostics-broadcast.mjs +93 -0
- package/dist/lib/node-esm/packlets/diagnostics/browser-diagnostics-broadcast.mjs.map +7 -0
- package/dist/lib/node-esm/packlets/diagnostics/diagnostics-broadcast.mjs +11 -0
- package/dist/lib/node-esm/packlets/diagnostics/diagnostics-broadcast.mjs.map +7 -0
- package/dist/lib/node-esm/packlets/locks/browser.mjs +126 -0
- package/dist/lib/node-esm/packlets/locks/browser.mjs.map +7 -0
- package/dist/lib/node-esm/packlets/locks/node.mjs +66 -0
- package/dist/lib/node-esm/packlets/locks/node.mjs.map +7 -0
- package/dist/lib/node-esm/testing/index.mjs +24 -12
- package/dist/lib/node-esm/testing/index.mjs.map +3 -3
- package/dist/types/src/packlets/devtools/devtools.d.ts +2 -2
- package/dist/types/src/packlets/devtools/devtools.d.ts.map +1 -1
- package/dist/types/src/packlets/diagnostics/index.d.ts +1 -1
- package/dist/types/src/packlets/diagnostics/index.d.ts.map +1 -1
- package/dist/types/src/packlets/identity/authenticator.d.ts +2 -2
- package/dist/types/src/packlets/identity/authenticator.d.ts.map +1 -1
- package/dist/types/src/packlets/identity/default-space-state-machine.d.ts +2 -2
- package/dist/types/src/packlets/identity/default-space-state-machine.d.ts.map +1 -1
- package/dist/types/src/packlets/identity/identity-manager.d.ts +4 -4
- package/dist/types/src/packlets/identity/identity-manager.d.ts.map +1 -1
- package/dist/types/src/packlets/identity/identity-recovery-manager.d.ts +2 -2
- package/dist/types/src/packlets/identity/identity-recovery-manager.d.ts.map +1 -1
- package/dist/types/src/packlets/identity/identity.d.ts +2 -2
- package/dist/types/src/packlets/identity/identity.d.ts.map +1 -1
- package/dist/types/src/packlets/invitations/device-invitation-protocol.d.ts +4 -4
- package/dist/types/src/packlets/invitations/device-invitation-protocol.d.ts.map +1 -1
- package/dist/types/src/packlets/invitations/invitation-guest-extenstion.d.ts.map +1 -1
- package/dist/types/src/packlets/invitations/invitation-host-extension.d.ts.map +1 -1
- package/dist/types/src/packlets/invitations/invitation-protocol.d.ts +2 -3
- package/dist/types/src/packlets/invitations/invitation-protocol.d.ts.map +1 -1
- package/dist/types/src/packlets/invitations/invitations-handler.d.ts +4 -4
- package/dist/types/src/packlets/invitations/invitations-handler.d.ts.map +1 -1
- package/dist/types/src/packlets/invitations/space-invitation-protocol.d.ts +2 -2
- package/dist/types/src/packlets/invitations/space-invitation-protocol.d.ts.map +1 -1
- package/dist/types/src/packlets/locks/index.d.ts +1 -1
- package/dist/types/src/packlets/locks/index.d.ts.map +1 -1
- package/dist/types/src/packlets/services/client-rpc-server.d.ts +2 -2
- package/dist/types/src/packlets/services/client-rpc-server.d.ts.map +1 -1
- package/dist/types/src/packlets/services/service-context.d.ts +13 -7
- package/dist/types/src/packlets/services/service-context.d.ts.map +1 -1
- package/dist/types/src/packlets/services/service-host.d.ts +19 -5
- package/dist/types/src/packlets/services/service-host.d.ts.map +1 -1
- package/dist/types/src/packlets/space-export/space-archive-writer.d.ts.map +1 -1
- package/dist/types/src/packlets/spaces/data-space-manager.d.ts +10 -5
- package/dist/types/src/packlets/spaces/data-space-manager.d.ts.map +1 -1
- package/dist/types/src/packlets/spaces/data-space.d.ts +2 -2
- package/dist/types/src/packlets/spaces/data-space.d.ts.map +1 -1
- package/dist/types/src/packlets/spaces/edge-feed-replicator.d.ts +2 -2
- package/dist/types/src/packlets/spaces/edge-feed-replicator.d.ts.map +1 -1
- package/dist/types/src/packlets/spaces/notarization-plugin.d.ts +6 -6
- package/dist/types/src/packlets/spaces/notarization-plugin.d.ts.map +1 -1
- package/dist/types/src/packlets/spaces/spaces-service.d.ts.map +1 -1
- package/dist/types/src/packlets/testing/invitation-utils.d.ts +6 -3
- package/dist/types/src/packlets/testing/invitation-utils.d.ts.map +1 -1
- package/dist/types/src/packlets/testing/test-builder.d.ts +6 -5
- package/dist/types/src/packlets/testing/test-builder.d.ts.map +1 -1
- package/dist/types/src/packlets/worker/worker-runtime.d.ts +23 -4
- package/dist/types/src/packlets/worker/worker-runtime.d.ts.map +1 -1
- package/dist/types/src/packlets/worker/worker-session.d.ts +2 -2
- package/dist/types/src/packlets/worker/worker-session.d.ts.map +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +70 -48
- package/src/packlets/devtools/devtools.ts +2 -2
- package/src/packlets/diagnostics/index.ts +1 -1
- package/src/packlets/identity/authenticator.ts +2 -2
- package/src/packlets/identity/default-space-state-machine.ts +2 -2
- package/src/packlets/identity/identity-manager.ts +6 -6
- package/src/packlets/identity/identity-recovery-manager.ts +2 -2
- package/src/packlets/identity/identity.ts +2 -2
- package/src/packlets/invitations/device-invitation-protocol.ts +5 -5
- package/src/packlets/invitations/invitation-guest-extenstion.ts +6 -4
- package/src/packlets/invitations/invitation-host-extension.ts +6 -4
- package/src/packlets/invitations/invitation-protocol.ts +2 -3
- package/src/packlets/invitations/invitations-handler.ts +7 -7
- package/src/packlets/invitations/space-invitation-protocol.ts +7 -13
- package/src/packlets/locks/index.ts +1 -1
- package/src/packlets/logging/logging-service.ts +1 -1
- package/src/packlets/services/client-rpc-server.ts +4 -4
- package/src/packlets/services/service-context.ts +30 -19
- package/src/packlets/services/service-host.ts +56 -16
- package/src/packlets/space-export/space-archive-reader.ts +1 -1
- package/src/packlets/space-export/space-archive-writer.ts +3 -1
- package/src/packlets/spaces/data-space-manager.ts +43 -20
- package/src/packlets/spaces/data-space.ts +7 -6
- package/src/packlets/spaces/edge-feed-replicator.ts +2 -2
- package/src/packlets/spaces/epoch-migrations.ts +2 -2
- package/src/packlets/spaces/notarization-plugin.test.ts +2 -2
- package/src/packlets/spaces/notarization-plugin.ts +8 -8
- package/src/packlets/spaces/spaces-service.ts +10 -7
- package/src/packlets/storage/storage.ts +4 -4
- package/src/packlets/testing/invitation-utils.ts +7 -4
- package/src/packlets/testing/test-builder.ts +36 -10
- package/src/packlets/worker/worker-runtime.ts +141 -11
- package/src/packlets/worker/worker-session.ts +4 -4
- package/src/version.ts +1 -1
- package/dist/lib/browser/chunk-KPYVJG6G.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-BBBSS6UL.mjs.map +0 -7
|
@@ -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":15881,"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":422,"imports":[],"format":"esm"},"src/packlets/services/platform.ts":{"bytes":3938,"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":729,"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":"src/packlets/diagnostics/diagnostics-broadcast.ts","kind":"import-statement","original":"./diagnostics-broadcast"}],"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":43756,"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":7534,"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":50476,"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":74569,"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":93447,"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/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":8670,"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":"@obsidize/tar-browserify","kind":"dynamic-import","external":true}],"format":"esm"},"src/packlets/space-export/space-archive-reader.ts":{"bytes":5401,"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":57766,"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":5191,"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":53670,"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":12686,"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":15198,"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":42492,"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":77938,"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":27199,"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/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/index.ts":{"bytes":514,"imports":[{"path":"src/packlets/locks/node.ts","kind":"import-statement","original":"./node"}],"format":"esm"},"src/packlets/services/client-rpc-server.ts":{"bytes":12772,"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":25714,"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/service-context.ts":{"bytes":58639,"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/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"}],"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":17723,"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":6754,"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":"node: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":51823,"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/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/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/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":17729,"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":22306,"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/log","kind":"import-statement","external":true},{"path":"@dxos/messaging","kind":"import-statement","external":true},{"path":"@dxos/network-manager","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":26934,"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":27026,"imports":[{"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/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"}},"outputs":{"dist/lib/node-esm/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":19288},"dist/lib/node-esm/index.mjs":{"imports":[{"path":"dist/lib/node-esm/chunk-BBBSS6UL.mjs","kind":"import-statement"},{"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/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","Lock","ServiceContext","ServiceRegistry","SpaceInvitationProtocol","SpacesServiceImpl","TrustedKeySetAuthVerifier","WorkerRuntime","WorkerSession","createAdmissionKeypair","createAuthProvider","createCollectDiagnosticsBroadcastHandler","createCollectDiagnosticsBroadcastSender","createDiagnostics","createLevel","createStorageObjects","decodeProfileArchive","encodeProfileArchive","exportProfileData","getNetworkPeers","importProfileData","isLocked","subscribeToFeedBlocks","subscribeToFeeds","subscribeToNetworkStatus","subscribeToNetworkTopics","subscribeToSignal","subscribeToSpaces","subscribeToSwarmInfo"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0},"src/packlets/worker/worker-runtime.ts":{"bytesInOutput":5363},"src/packlets/worker/worker-session.ts":{"bytesInOutput":5068},"src/packlets/worker/index.ts":{"bytesInOutput":0}},"bytes":12700},"dist/lib/node-esm/testing/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":28226},"dist/lib/node-esm/testing/index.mjs":{"imports":[{"path":"dist/lib/node-esm/chunk-BBBSS6UL.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":"@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/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/index.ts":{"bytesInOutput":0},"src/packlets/testing/invitation-utils.ts":{"bytesInOutput":6301},"src/packlets/testing/test-builder.ts":{"bytesInOutput":6479},"src/testing/index.ts":{"bytesInOutput":0}},"bytes":13859},"dist/lib/node-esm/chunk-BBBSS6UL.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":543641},"dist/lib/node-esm/chunk-BBBSS6UL.mjs":{"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},{"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":"@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/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":"@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":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/lock-file","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"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":"@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/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":"@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":"node:path","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/kv-store","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":"@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/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/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":["ClientRpcServer","ClientServicesHost","DataSpace","DataSpaceManager","DeviceInvitationProtocol","DevtoolsHostEvents","DevtoolsServiceImpl","DiagnosticsCollector","EdgeAgentManager","EdgeAgentServiceImpl","EdgeFeedReplicator","Identity","IdentityManager","IdentityServiceImpl","InvitationsHandler","InvitationsManager","InvitationsServiceImpl","Lock","ServiceContext","ServiceRegistry","SpaceInvitationProtocol","SpacesServiceImpl","TrustedKeySetAuthVerifier","createAdmissionKeypair","createAuthProvider","createCollectDiagnosticsBroadcastHandler","createCollectDiagnosticsBroadcastSender","createDiagnostics","createLevel","createStorageObjects","decodeProfileArchive","encodeProfileArchive","exportProfileData","getNetworkPeers","importProfileData","isLocked","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/devtools/index.ts":{"bytesInOutput":0},"src/packlets/diagnostics/diagnostics.ts":{"bytesInOutput":5061},"src/version.ts":{"bytesInOutput":41},"src/packlets/services/platform.ts":{"bytesInOutput":826},"src/packlets/diagnostics/diagnostics-broadcast.ts":{"bytesInOutput":250},"src/packlets/diagnostics/diagnostics-collector.ts":{"bytesInOutput":1794},"src/packlets/diagnostics/index.ts":{"bytesInOutput":0},"src/packlets/identity/authenticator.ts":{"bytesInOutput":3218},"src/packlets/spaces/edge-feed-replicator.ts":{"bytesInOutput":14991},"src/packlets/spaces/data-space.ts":{"bytesInOutput":21777},"src/packlets/identity/index.ts":{"bytesInOutput":0},"src/packlets/identity/identity.ts":{"bytesInOutput":7976},"src/packlets/spaces/data-space-manager.ts":{"bytesInOutput":25771},"src/packlets/spaces/genesis.ts":{"bytesInOutput":2221},"src/packlets/spaces/index.ts":{"bytesInOutput":0},"src/packlets/spaces/spaces-service.ts":{"bytesInOutput":17269},"src/packlets/space-export/space-archive-writer.ts":{"bytesInOutput":1885},"src/packlets/space-export/index.ts":{"bytesInOutput":0},"src/packlets/space-export/space-archive-reader.ts":{"bytesInOutput":1525},"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":1757},"src/packlets/spaces/notarization-plugin.ts":{"bytesInOutput":14339},"src/packlets/invitations/device-invitation-protocol.ts":{"bytesInOutput":3443},"src/packlets/invitations/invitations-handler.ts":{"bytesInOutput":22445},"src/packlets/invitations/edge-invitation-handler.ts":{"bytesInOutput":6015},"src/packlets/invitations/utils.ts":{"bytesInOutput":835},"src/packlets/invitations/invitation-guest-extenstion.ts":{"bytesInOutput":4259},"src/packlets/invitations/invitation-host-extension.ts":{"bytesInOutput":12463},"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":8521},"src/packlets/invitations/invitations-manager.ts":{"bytesInOutput":12135},"src/packlets/invitations/index.ts":{"bytesInOutput":0},"src/packlets/locks/node.ts":{"bytesInOutput":1877},"src/packlets/locks/index.ts":{"bytesInOutput":0},"src/packlets/services/client-rpc-server.ts":{"bytesInOutput":3367},"src/packlets/agents/edge-agent-manager.ts":{"bytesInOutput":8383},"src/packlets/agents/edge-agent-service.ts":{"bytesInOutput":2051},"src/packlets/agents/index.ts":{"bytesInOutput":0},"src/packlets/services/service-context.ts":{"bytesInOutput":17760},"src/packlets/identity/identity-recovery-manager.ts":{"bytesInOutput":7408},"src/packlets/storage/storage.ts":{"bytesInOutput":1717},"src/packlets/storage/util.ts":{"bytesInOutput":494},"src/packlets/storage/level.ts":{"bytesInOutput":426},"src/packlets/storage/profile-archive.ts":{"bytesInOutput":4384},"src/packlets/storage/index.ts":{"bytesInOutput":0},"src/packlets/services/service-registry.ts":{"bytesInOutput":511},"src/packlets/services/service-host.ts":{"bytesInOutput":14225},"src/packlets/devices/devices-service.ts":{"bytesInOutput":3399},"src/packlets/devices/index.ts":{"bytesInOutput":0},"src/packlets/identity/contacts-service.ts":{"bytesInOutput":2872},"src/packlets/logging/logging-service.ts":{"bytesInOutput":3965},"src/packlets/logging/index.ts":{"bytesInOutput":0},"src/packlets/network/network-service.ts":{"bytesInOutput":1819},"src/packlets/network/index.ts":{"bytesInOutput":0},"src/packlets/system/system-service.ts":{"bytesInOutput":1937},"src/packlets/system/index.ts":{"bytesInOutput":0},"src/packlets/services/index.ts":{"bytesInOutput":0}},"bytes":315500}}}
|
|
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":422,"imports":[],"format":"esm"},"src/packlets/services/platform.ts":{"bytes":3938,"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":74931,"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/service-context.ts":{"bytes":60161,"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/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"}],"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":17743,"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":"node: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":34953,"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/node-esm/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":38955},"dist/lib/node-esm/index.mjs":{"imports":[{"path":"dist/lib/node-esm/chunk-34HKLADW.mjs","kind":"import-statement"},{"path":"dist/lib/node-esm/chunk-PKEGMOQ4.mjs","kind":"import-statement"},{"path":"dist/lib/node-esm/chunk-2SZHAWBN.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":8180},"src/packlets/worker/worker-session.ts":{"bytesInOutput":5110}},"bytes":25184},"dist/lib/node-esm/testing/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":29940},"dist/lib/node-esm/testing/index.mjs":{"imports":[{"path":"dist/lib/node-esm/chunk-34HKLADW.mjs","kind":"import-statement"},{"path":"dist/lib/node-esm/chunk-PKEGMOQ4.mjs","kind":"import-statement"},{"path":"dist/lib/node-esm/chunk-2SZHAWBN.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":14812},"dist/lib/node-esm/chunk-34HKLADW.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":533554},"dist/lib/node-esm/chunk-34HKLADW.mjs":{"imports":[{"path":"dist/lib/node-esm/chunk-PKEGMOQ4.mjs","kind":"import-statement"},{"path":"dist/lib/node-esm/chunk-2SZHAWBN.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/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":"@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":"node: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":41},"src/packlets/services/platform.ts":{"bytesInOutput":826},"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":21901},"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":17381},"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":18149},"src/packlets/identity/identity-recovery-manager.ts":{"bytesInOutput":7408},"src/packlets/storage/storage.ts":{"bytesInOutput":1809},"src/packlets/storage/util.ts":{"bytesInOutput":494},"src/packlets/storage/level.ts":{"bytesInOutput":426},"src/packlets/services/service-registry.ts":{"bytesInOutput":511},"src/packlets/services/service-host.ts":{"bytesInOutput":15269},"src/packlets/devices/devices-service.ts":{"bytesInOutput":3399},"src/packlets/identity/contacts-service.ts":{"bytesInOutput":2872},"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":308979},"dist/lib/node-esm/packlets/locks/node.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2213},"dist/lib/node-esm/packlets/locks/node.mjs":{"imports":[{"path":"dist/lib/node-esm/chunk-2SZHAWBN.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":2047},"dist/lib/node-esm/packlets/locks/browser.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4466},"dist/lib/node-esm/packlets/locks/browser.mjs":{"imports":[{"path":"dist/lib/node-esm/chunk-2SZHAWBN.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":3491},"dist/lib/node-esm/packlets/diagnostics/diagnostics-broadcast.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/node-esm/packlets/diagnostics/diagnostics-broadcast.mjs":{"imports":[{"path":"dist/lib/node-esm/chunk-PKEGMOQ4.mjs","kind":"import-statement"},{"path":"dist/lib/node-esm/chunk-2SZHAWBN.mjs","kind":"import-statement"}],"exports":["createCollectDiagnosticsBroadcastHandler","createCollectDiagnosticsBroadcastSender"],"entryPoint":"src/packlets/diagnostics/diagnostics-broadcast.ts","inputs":{},"bytes":406},"dist/lib/node-esm/chunk-PKEGMOQ4.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1075},"dist/lib/node-esm/chunk-PKEGMOQ4.mjs":{"imports":[],"exports":["createCollectDiagnosticsBroadcastHandler","createCollectDiagnosticsBroadcastSender"],"inputs":{"src/packlets/diagnostics/diagnostics-broadcast.ts":{"bytesInOutput":250}},"bytes":539},"dist/lib/node-esm/packlets/diagnostics/browser-diagnostics-broadcast.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4820},"dist/lib/node-esm/packlets/diagnostics/browser-diagnostics-broadcast.mjs":{"imports":[{"path":"dist/lib/node-esm/chunk-2SZHAWBN.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":2690},"dist/lib/node-esm/chunk-2SZHAWBN.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/node-esm/chunk-2SZHAWBN.mjs":{"imports":[],"exports":["__export","__reExport"],"inputs":{},"bytes":1013}}}
|