@dxos/plugin-client 0.8.4-main.8360d9e660 → 0.8.4-main.8baae0fced
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/LICENSE +102 -5
- package/README.md +1 -1
- package/dist/lib/neutral/ClientPlugin.mjs +10 -0
- package/dist/lib/{browser/cli/index.mjs → neutral/ClientPlugin.node.mjs} +87 -117
- package/dist/lib/neutral/ClientPlugin.node.mjs.map +7 -0
- package/dist/lib/neutral/ClientPlugin.workerd.mjs +16 -0
- package/dist/lib/neutral/ClientPlugin.workerd.mjs.map +7 -0
- package/dist/lib/{browser/DevicesContainer-3N7ANEJ7.mjs → neutral/DevicesContainer-6MWNUC3I.mjs} +46 -52
- package/dist/lib/neutral/DevicesContainer-6MWNUC3I.mjs.map +7 -0
- package/dist/lib/{browser/JoinDialog-VTTK7NHO.mjs → neutral/JoinDialog-2NXAKPLP.mjs} +10 -16
- package/dist/lib/neutral/JoinDialog-2NXAKPLP.mjs.map +7 -0
- package/dist/lib/{browser/ProfileContainer-XV7OXJC2.mjs → neutral/ProfileContainer-VPX3FPWG.mjs} +17 -20
- package/dist/lib/neutral/ProfileContainer-VPX3FPWG.mjs.map +7 -0
- package/dist/lib/{browser/RecoveryCodeDialog-WO34OZEJ.mjs → neutral/RecoveryCodeDialog-GBRH6ZSA.mjs} +8 -9
- package/dist/lib/neutral/RecoveryCodeDialog-GBRH6ZSA.mjs.map +7 -0
- package/dist/lib/{browser/RecoveryCredentialsContainer-G22FSTIX.mjs → neutral/RecoveryCredentialsContainer-IPBGDMIA.mjs} +18 -24
- package/dist/lib/neutral/RecoveryCredentialsContainer-IPBGDMIA.mjs.map +7 -0
- package/dist/lib/{browser/ResetDialog-W24FOWBQ.mjs → neutral/ResetDialog-VXOIHJXP.mjs} +7 -5
- package/dist/lib/neutral/ResetDialog-VXOIHJXP.mjs.map +7 -0
- package/dist/lib/{browser/app-graph-builder-GGJKFY3X.mjs → neutral/app-graph-builder-IK34U2RQ.mjs} +23 -27
- package/dist/lib/neutral/app-graph-builder-IK34U2RQ.mjs.map +7 -0
- package/dist/lib/neutral/capabilities/index.mjs +30 -0
- package/dist/lib/neutral/capabilities/index.mjs.map +7 -0
- package/dist/lib/neutral/capabilities/node.mjs +13 -0
- package/dist/lib/neutral/capabilities/node.mjs.map +7 -0
- package/dist/lib/{browser/chunk-JHSBBOCI.mjs → neutral/chunk-CTLL5QTP.mjs} +6 -2
- package/dist/lib/neutral/chunk-CTLL5QTP.mjs.map +7 -0
- package/dist/lib/neutral/chunk-J5LGTIGS.mjs +10 -0
- package/dist/lib/neutral/chunk-JVKCYW5O.mjs +8 -0
- package/dist/lib/neutral/chunk-JVKCYW5O.mjs.map +7 -0
- package/dist/lib/neutral/chunk-M37DHX5L.mjs +131 -0
- package/dist/lib/neutral/chunk-M37DHX5L.mjs.map +7 -0
- package/dist/lib/neutral/chunk-QPOTUAY5.mjs +68 -0
- package/dist/lib/neutral/chunk-QPOTUAY5.mjs.map +7 -0
- package/dist/lib/neutral/chunk-RPMM5NKJ.mjs +175 -0
- package/dist/lib/neutral/chunk-RPMM5NKJ.mjs.map +7 -0
- package/dist/lib/{browser/chunk-HSFDKP5D.mjs → neutral/chunk-VAIJSQYA.mjs} +2 -5
- package/dist/lib/neutral/chunk-VAIJSQYA.mjs.map +7 -0
- package/dist/lib/{browser/client-MM3BHCWG.mjs → neutral/client-7JBIGMTX.mjs} +16 -46
- package/dist/lib/neutral/client-7JBIGMTX.mjs.map +7 -0
- package/dist/lib/neutral/components/index.mjs +1 -0
- package/dist/lib/neutral/components/index.mjs.map +7 -0
- package/dist/lib/neutral/containers/index.mjs +19 -0
- package/dist/lib/neutral/containers/index.mjs.map +7 -0
- package/dist/lib/neutral/create-agent-JV3EM3TV.mjs +26 -0
- package/dist/lib/neutral/create-agent-JV3EM3TV.mjs.map +7 -0
- package/dist/lib/neutral/create-identity-GNGOTH6D.mjs +30 -0
- package/dist/lib/neutral/create-identity-GNGOTH6D.mjs.map +7 -0
- package/dist/lib/neutral/create-passkey-NCP4XA7C.mjs +81 -0
- package/dist/lib/neutral/create-passkey-NCP4XA7C.mjs.map +7 -0
- package/dist/lib/neutral/create-recovery-code-L5LA3GAP.mjs +36 -0
- package/dist/lib/neutral/create-recovery-code-L5LA3GAP.mjs.map +7 -0
- package/dist/lib/neutral/index.mjs +23 -0
- package/dist/lib/neutral/index.mjs.map +7 -0
- package/dist/lib/neutral/join-identity-3W6PJLKN.mjs +27 -0
- package/dist/lib/neutral/join-identity-3W6PJLKN.mjs.map +7 -0
- package/dist/lib/neutral/layer-specs-RCCQ4GKS.mjs +62 -0
- package/dist/lib/neutral/layer-specs-RCCQ4GKS.mjs.map +7 -0
- package/dist/lib/neutral/meta.json +1 -0
- package/dist/lib/neutral/meta.mjs +8 -0
- package/dist/lib/neutral/meta.mjs.map +7 -0
- package/dist/lib/{browser/migrations-GKUA2ARL.mjs → neutral/migrations-7FTW55ER.mjs} +4 -6
- package/dist/lib/neutral/migrations-7FTW55ER.mjs.map +7 -0
- package/dist/lib/neutral/navigation-handler-TA4S74CF.mjs +46 -0
- package/dist/lib/neutral/navigation-handler-TA4S74CF.mjs.map +7 -0
- package/dist/lib/neutral/operation-handler-E3HB7E2T.mjs +13 -0
- package/dist/lib/neutral/operation-handler-E3HB7E2T.mjs.map +7 -0
- package/dist/lib/neutral/operations/index.mjs +12 -0
- package/dist/lib/neutral/operations/index.mjs.map +7 -0
- package/dist/lib/neutral/plugin.mjs +17 -0
- package/dist/lib/neutral/plugin.mjs.map +7 -0
- package/dist/lib/{browser/react-context-GZ3T5UON.mjs → neutral/react-context-B5LXMHVM.mjs} +5 -8
- package/dist/lib/neutral/react-context-B5LXMHVM.mjs.map +7 -0
- package/dist/lib/{browser/react-surface-5VZP34X3.mjs → neutral/react-surface-VSBYVQL7.mjs} +13 -30
- package/dist/lib/neutral/react-surface-VSBYVQL7.mjs.map +7 -0
- package/dist/lib/neutral/recover-identity-KL6QY4GI.mjs +26 -0
- package/dist/lib/neutral/recover-identity-KL6QY4GI.mjs.map +7 -0
- package/dist/lib/neutral/redeem-passkey-NDEWSJTM.mjs +66 -0
- package/dist/lib/neutral/redeem-passkey-NDEWSJTM.mjs.map +7 -0
- package/dist/lib/neutral/redeem-token-YLWAVFXD.mjs +29 -0
- package/dist/lib/neutral/redeem-token-YLWAVFXD.mjs.map +7 -0
- package/dist/lib/neutral/reset-storage-OBHEGA6Z.mjs +26 -0
- package/dist/lib/neutral/reset-storage-OBHEGA6Z.mjs.map +7 -0
- package/dist/lib/neutral/schema-defs-6XJAJAQT.mjs +51 -0
- package/dist/lib/neutral/schema-defs-6XJAJAQT.mjs.map +7 -0
- package/dist/lib/neutral/share-identity-JQ5SL3J2.mjs +31 -0
- package/dist/lib/neutral/share-identity-JQ5SL3J2.mjs.map +7 -0
- package/dist/lib/neutral/testing/index.mjs +26 -0
- package/dist/lib/neutral/testing/index.mjs.map +7 -0
- package/dist/lib/neutral/translations.mjs +74 -0
- package/dist/lib/neutral/translations.mjs.map +7 -0
- package/dist/lib/{browser → neutral}/types/index.mjs +4 -6
- package/dist/lib/neutral/types/index.mjs.map +7 -0
- package/dist/types/src/ClientPlugin.d.ts +2 -1
- package/dist/types/src/ClientPlugin.d.ts.map +1 -1
- package/dist/types/src/ClientPlugin.node.d.ts +5 -0
- package/dist/types/src/ClientPlugin.node.d.ts.map +1 -0
- package/dist/types/src/ClientPlugin.test.d.ts +2 -0
- package/dist/types/src/ClientPlugin.test.d.ts.map +1 -0
- package/dist/types/src/ClientPlugin.workerd.d.ts +4 -0
- package/dist/types/src/ClientPlugin.workerd.d.ts.map +1 -0
- package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -0
- package/dist/types/src/capabilities/{client/client.d.ts → client.d.ts} +2 -2
- package/dist/types/src/capabilities/client.d.ts.map +1 -0
- package/dist/types/src/capabilities/index.d.ts +33 -7
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/capabilities/layer-specs.d.ts +6 -0
- package/dist/types/src/capabilities/layer-specs.d.ts.map +1 -0
- package/dist/types/src/capabilities/migrations.d.ts.map +1 -0
- package/dist/types/src/capabilities/navigation-handler/index.d.ts +4 -0
- package/dist/types/src/capabilities/navigation-handler/index.d.ts.map +1 -0
- package/dist/types/src/capabilities/navigation-handler/navigation-handler.d.ts +15 -0
- package/dist/types/src/capabilities/navigation-handler/navigation-handler.d.ts.map +1 -0
- package/dist/types/src/capabilities/node.d.ts +21 -0
- package/dist/types/src/capabilities/node.d.ts.map +1 -0
- package/dist/types/src/capabilities/operation-handler.d.ts +6 -0
- package/dist/types/src/capabilities/operation-handler.d.ts.map +1 -0
- package/dist/types/src/capabilities/react-context.d.ts.map +1 -0
- package/dist/types/src/capabilities/{react-surface/react-surface.d.ts → react-surface.d.ts} +1 -1
- package/dist/types/src/capabilities/react-surface.d.ts.map +1 -0
- package/dist/types/src/capabilities/schema-defs.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/config/index.d.ts +1 -1
- package/dist/types/src/commands/config/index.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/config/view.d.ts +1 -1
- package/dist/types/src/commands/config/view.d.ts.map +1 -0
- package/dist/types/src/commands/device/index.d.ts.map +1 -0
- package/dist/types/src/commands/device/info/index.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/device/info/info.d.ts +2 -2
- package/dist/types/src/commands/device/info/info.d.ts.map +1 -0
- package/dist/types/src/commands/device/info/info.test.d.ts.map +1 -0
- package/dist/types/src/commands/device/list/index.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/device/list/list.d.ts +2 -2
- package/dist/types/src/commands/device/list/list.d.ts.map +1 -0
- package/dist/types/src/commands/device/list/list.test.d.ts.map +1 -0
- package/dist/types/src/commands/device/update/index.d.ts.map +1 -0
- package/dist/types/src/commands/device/update/update.d.ts.map +1 -0
- package/dist/types/src/commands/device/util.d.ts.map +1 -0
- package/dist/types/src/commands/edge/index.d.ts.map +1 -0
- package/dist/types/src/commands/edge/status.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/halo/create/create.d.ts +2 -2
- package/dist/types/src/commands/halo/create/create.d.ts.map +1 -0
- package/dist/types/src/commands/halo/create/create.test.d.ts.map +1 -0
- package/dist/types/src/commands/halo/create/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/credential/add/add.d.ts.map +1 -0
- package/dist/types/src/commands/halo/credential/add/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/credential/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/credential/list/index.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/halo/credential/list/list.d.ts +3 -3
- package/dist/types/src/commands/halo/credential/list/list.d.ts.map +1 -0
- package/dist/types/src/commands/halo/credential/list/list.test.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/halo/identity/identity.d.ts +2 -2
- package/dist/types/src/commands/halo/identity/identity.d.ts.map +1 -0
- package/dist/types/src/commands/halo/identity/identity.test.d.ts.map +1 -0
- package/dist/types/src/commands/halo/identity/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/join/index.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/halo/join/join.d.ts +1 -1
- package/dist/types/src/commands/halo/join/join.d.ts.map +1 -0
- package/dist/types/src/commands/halo/join/join.test.d.ts.map +1 -0
- package/dist/types/src/commands/halo/keys/index.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/halo/keys/keys.d.ts +2 -2
- package/dist/types/src/commands/halo/keys/keys.d.ts.map +1 -0
- package/dist/types/src/commands/halo/keys/keys.test.d.ts.map +1 -0
- package/dist/types/src/commands/halo/recover/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/recover/recover.d.ts.map +1 -0
- package/dist/types/src/commands/halo/recover/recover.test.d.ts.map +1 -0
- package/dist/types/src/commands/halo/seed/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/seed/seed.d.ts.map +1 -0
- package/dist/types/src/commands/halo/share/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/share/share.d.ts.map +1 -0
- package/dist/types/src/commands/halo/update/index.d.ts.map +1 -0
- package/dist/types/src/commands/halo/update/update.d.ts.map +1 -0
- package/dist/types/src/commands/halo/update/update.test.d.ts.map +1 -0
- package/dist/types/src/commands/halo/util.d.ts.map +1 -0
- package/dist/types/src/commands/index.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/profile/create.d.ts +1 -1
- package/dist/types/src/commands/profile/create.d.ts.map +1 -0
- package/dist/types/src/commands/profile/delete.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/profile/import.d.ts +2 -2
- package/dist/types/src/commands/profile/import.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/profile/index.d.ts +6 -6
- package/dist/types/src/commands/profile/index.d.ts.map +1 -0
- package/dist/types/src/commands/profile/inspect.d.ts.map +1 -0
- package/dist/types/src/commands/profile/list.d.ts.map +1 -0
- package/dist/types/src/{cli/commands → commands}/profile/reset.d.ts +1 -1
- package/dist/types/src/commands/profile/reset.d.ts.map +1 -0
- package/dist/types/src/commands/profile/util.d.ts.map +1 -0
- package/dist/types/src/containers/DevicesContainer/DevicesContainer.d.ts.map +1 -1
- package/dist/types/src/containers/DevicesContainer/DevicesContainer.stories.d.ts +165 -164
- package/dist/types/src/containers/DevicesContainer/DevicesContainer.stories.d.ts.map +1 -1
- package/dist/types/src/containers/DevicesContainer/index.d.ts +1 -2
- package/dist/types/src/containers/DevicesContainer/index.d.ts.map +1 -1
- package/dist/types/src/containers/JoinDialog/JoinDialog.d.ts.map +1 -1
- package/dist/types/src/containers/JoinDialog/JoinDialog.stories.d.ts +15 -0
- package/dist/types/src/containers/JoinDialog/JoinDialog.stories.d.ts.map +1 -0
- package/dist/types/src/containers/JoinDialog/index.d.ts +1 -2
- package/dist/types/src/containers/JoinDialog/index.d.ts.map +1 -1
- package/dist/types/src/containers/ProfileContainer/ProfileContainer.stories.d.ts.map +1 -1
- package/dist/types/src/containers/ProfileContainer/index.d.ts +1 -2
- package/dist/types/src/containers/ProfileContainer/index.d.ts.map +1 -1
- package/dist/types/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.d.ts.map +1 -1
- package/dist/types/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.stories.d.ts.map +1 -1
- package/dist/types/src/containers/RecoveryCodeDialog/index.d.ts.map +1 -1
- package/dist/types/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.d.ts.map +1 -1
- package/dist/types/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.stories.d.ts.map +1 -1
- package/dist/types/src/containers/RecoveryCredentialsContainer/index.d.ts +1 -2
- package/dist/types/src/containers/RecoveryCredentialsContainer/index.d.ts.map +1 -1
- package/dist/types/src/containers/ResetDialog/ResetDialog.d.ts +1 -1
- package/dist/types/src/containers/ResetDialog/ResetDialog.d.ts.map +1 -1
- package/dist/types/src/containers/ResetDialog/ResetDialog.stories.d.ts +1 -1
- package/dist/types/src/containers/ResetDialog/ResetDialog.stories.d.ts.map +1 -1
- package/dist/types/src/containers/ResetDialog/index.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +2 -3
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/meta.d.ts.map +1 -1
- package/dist/types/src/operations/create-agent.d.ts +5 -0
- package/dist/types/src/operations/create-agent.d.ts.map +1 -0
- package/dist/types/src/operations/create-identity.d.ts +5 -0
- package/dist/types/src/operations/create-identity.d.ts.map +1 -0
- package/dist/types/src/operations/create-passkey.d.ts +5 -0
- package/dist/types/src/operations/create-passkey.d.ts.map +1 -0
- package/dist/types/src/operations/create-recovery-code.d.ts +5 -0
- package/dist/types/src/operations/create-recovery-code.d.ts.map +1 -0
- package/dist/types/src/operations/definitions.d.ts +36 -0
- package/dist/types/src/operations/definitions.d.ts.map +1 -0
- package/dist/types/src/operations/index.d.ts +4 -0
- package/dist/types/src/operations/index.d.ts.map +1 -0
- package/dist/types/src/operations/join-identity.d.ts +5 -0
- package/dist/types/src/operations/join-identity.d.ts.map +1 -0
- package/dist/types/src/operations/recover-identity.d.ts +5 -0
- package/dist/types/src/operations/recover-identity.d.ts.map +1 -0
- package/dist/types/src/operations/redeem-passkey.d.ts +5 -0
- package/dist/types/src/operations/redeem-passkey.d.ts.map +1 -0
- package/dist/types/src/operations/redeem-token.d.ts +5 -0
- package/dist/types/src/operations/redeem-token.d.ts.map +1 -0
- package/dist/types/src/operations/reset-storage.d.ts +5 -0
- package/dist/types/src/operations/reset-storage.d.ts.map +1 -0
- package/dist/types/src/operations/share-identity.d.ts +5 -0
- package/dist/types/src/operations/share-identity.d.ts.map +1 -0
- package/dist/types/src/plugin.d.ts +4 -0
- package/dist/types/src/plugin.d.ts.map +1 -0
- package/dist/types/src/testing/index.d.ts +3 -0
- package/dist/types/src/testing/index.d.ts.map +1 -0
- package/dist/types/src/testing/initializeIdentity.d.ts +14 -0
- package/dist/types/src/testing/initializeIdentity.d.ts.map +1 -0
- package/dist/types/src/translations.d.ts.map +1 -1
- package/dist/types/src/types/capabilities.d.ts +1 -2
- package/dist/types/src/types/capabilities.d.ts.map +1 -1
- package/dist/types/src/types/events.d.ts.map +1 -1
- package/dist/types/src/types/schema.d.ts +0 -153
- package/dist/types/src/types/schema.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +110 -51
- package/src/{cli/plugin.ts → ClientPlugin.node.ts} +9 -10
- package/src/ClientPlugin.test.ts +29 -0
- package/src/ClientPlugin.ts +22 -10
- package/src/ClientPlugin.workerd.ts +16 -0
- package/src/capabilities/{app-graph-builder/app-graph-builder.ts → app-graph-builder.ts} +20 -19
- package/src/capabilities/{client/client.ts → client.ts} +6 -5
- package/src/capabilities/index.ts +16 -7
- package/src/capabilities/layer-specs.ts +96 -0
- package/src/capabilities/{migrations/migrations.ts → migrations.ts} +1 -1
- package/src/capabilities/navigation-handler/index.ts +9 -0
- package/src/capabilities/navigation-handler/navigation-handler.ts +64 -0
- package/src/capabilities/node.ts +13 -0
- package/src/capabilities/operation-handler.ts +16 -0
- package/src/capabilities/{react-context/react-context.tsx → react-context.tsx} +4 -4
- package/src/capabilities/{react-surface/react-surface.tsx → react-surface.tsx} +18 -22
- package/src/capabilities/schema-defs.ts +56 -0
- package/src/{cli/commands → commands}/config/view.ts +4 -1
- package/src/{cli/commands → commands}/device/info/info.test.ts +0 -1
- package/src/{cli/commands → commands}/device/info/info.ts +0 -2
- package/src/{cli/commands → commands}/device/list/list.test.ts +0 -1
- package/src/{cli/commands → commands}/device/list/list.ts +0 -2
- package/src/{cli/commands → commands}/device/update/update.ts +0 -2
- package/src/{cli/commands → commands}/edge/status.ts +2 -1
- package/src/{cli/commands → commands}/halo/create/create.test.ts +5 -4
- package/src/{cli/commands → commands}/halo/create/create.ts +11 -4
- package/src/{cli/commands → commands}/halo/credential/list/list.test.ts +0 -1
- package/src/{cli/commands → commands}/halo/credential/list/list.ts +4 -7
- package/src/{cli/commands → commands}/halo/identity/identity.ts +0 -1
- package/src/{cli/commands → commands}/halo/keys/keys.ts +0 -2
- package/src/{cli/commands → commands}/halo/seed/seed.ts +0 -2
- package/src/{cli/commands → commands}/halo/update/update.test.ts +0 -1
- package/src/{cli/commands → commands}/halo/update/update.ts +0 -2
- package/src/{cli/commands → commands}/profile/list.ts +0 -1
- package/src/constants.ts +1 -1
- package/src/containers/DevicesContainer/DevicesContainer.stories.tsx +6 -6
- package/src/containers/DevicesContainer/DevicesContainer.tsx +50 -49
- package/src/containers/DevicesContainer/index.ts +1 -3
- package/src/containers/JoinDialog/JoinDialog.stories.tsx +43 -0
- package/src/containers/JoinDialog/JoinDialog.tsx +15 -12
- package/src/containers/JoinDialog/index.ts +1 -3
- package/src/containers/ProfileContainer/ProfileContainer.stories.tsx +1 -1
- package/src/containers/ProfileContainer/ProfileContainer.tsx +13 -13
- package/src/containers/ProfileContainer/index.ts +1 -3
- package/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.stories.tsx +1 -1
- package/src/containers/RecoveryCodeDialog/RecoveryCodeDialog.tsx +7 -7
- package/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.stories.tsx +6 -6
- package/src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.tsx +24 -26
- package/src/containers/RecoveryCredentialsContainer/index.ts +1 -3
- package/src/containers/ResetDialog/ResetDialog.stories.tsx +6 -6
- package/src/containers/ResetDialog/ResetDialog.tsx +7 -5
- package/src/index.ts +2 -4
- package/src/meta.ts +2 -0
- package/src/operations/create-agent.ts +26 -0
- package/src/operations/create-identity.ts +29 -0
- package/src/operations/create-passkey.ts +88 -0
- package/src/operations/create-recovery-code.ts +34 -0
- package/src/operations/definitions.ts +107 -0
- package/src/operations/index.ts +20 -0
- package/src/operations/join-identity.ts +28 -0
- package/src/operations/recover-identity.ts +28 -0
- package/src/operations/redeem-passkey.ts +85 -0
- package/src/operations/redeem-token.ts +31 -0
- package/src/operations/reset-storage.ts +27 -0
- package/src/operations/share-identity.ts +26 -0
- package/src/plugin.ts +11 -0
- package/src/testing/index.ts +8 -0
- package/src/testing/initializeIdentity.ts +30 -0
- package/src/translations.ts +53 -43
- package/src/types/capabilities.ts +1 -1
- package/src/types/events.ts +1 -1
- package/src/types/schema.ts +1 -111
- package/dist/lib/browser/DevicesContainer-3N7ANEJ7.mjs.map +0 -7
- package/dist/lib/browser/JoinDialog-VTTK7NHO.mjs.map +0 -7
- package/dist/lib/browser/ProfileContainer-XV7OXJC2.mjs.map +0 -7
- package/dist/lib/browser/RecoveryCodeDialog-WO34OZEJ.mjs.map +0 -7
- package/dist/lib/browser/RecoveryCredentialsContainer-G22FSTIX.mjs.map +0 -7
- package/dist/lib/browser/ResetDialog-W24FOWBQ.mjs.map +0 -7
- package/dist/lib/browser/app-graph-builder-GGJKFY3X.mjs.map +0 -7
- package/dist/lib/browser/chunk-ESDYRACB.mjs +0 -18
- package/dist/lib/browser/chunk-ESDYRACB.mjs.map +0 -7
- package/dist/lib/browser/chunk-FVEKZBM7.mjs +0 -283
- package/dist/lib/browser/chunk-FVEKZBM7.mjs.map +0 -7
- package/dist/lib/browser/chunk-HSFDKP5D.mjs.map +0 -7
- package/dist/lib/browser/chunk-JHSBBOCI.mjs.map +0 -7
- package/dist/lib/browser/cli/index.mjs.map +0 -7
- package/dist/lib/browser/client-MM3BHCWG.mjs.map +0 -7
- package/dist/lib/browser/index.mjs +0 -149
- package/dist/lib/browser/index.mjs.map +0 -7
- package/dist/lib/browser/meta.json +0 -1
- package/dist/lib/browser/migrations-GKUA2ARL.mjs.map +0 -7
- package/dist/lib/browser/operation-resolver-VSWA74RS.mjs +0 -299
- package/dist/lib/browser/operation-resolver-VSWA74RS.mjs.map +0 -7
- package/dist/lib/browser/react-context-GZ3T5UON.mjs.map +0 -7
- package/dist/lib/browser/react-surface-5VZP34X3.mjs.map +0 -7
- package/dist/lib/browser/schema-defs-KAG6HQMI.mjs +0 -28
- package/dist/lib/browser/schema-defs-KAG6HQMI.mjs.map +0 -7
- package/dist/lib/node-esm/DevicesContainer-V7HEUPO7.mjs +0 -269
- package/dist/lib/node-esm/DevicesContainer-V7HEUPO7.mjs.map +0 -7
- package/dist/lib/node-esm/JoinDialog-XVKW4SLT.mjs +0 -60
- package/dist/lib/node-esm/JoinDialog-XVKW4SLT.mjs.map +0 -7
- package/dist/lib/node-esm/ProfileContainer-B5LJ6TMU.mjs +0 -172
- package/dist/lib/node-esm/ProfileContainer-B5LJ6TMU.mjs.map +0 -7
- package/dist/lib/node-esm/RecoveryCodeDialog-YIRGXM7N.mjs +0 -61
- package/dist/lib/node-esm/RecoveryCodeDialog-YIRGXM7N.mjs.map +0 -7
- package/dist/lib/node-esm/RecoveryCredentialsContainer-MVJEFNXX.mjs +0 -58
- package/dist/lib/node-esm/RecoveryCredentialsContainer-MVJEFNXX.mjs.map +0 -7
- package/dist/lib/node-esm/ResetDialog-GGBWSQZO.mjs +0 -54
- package/dist/lib/node-esm/ResetDialog-GGBWSQZO.mjs.map +0 -7
- package/dist/lib/node-esm/app-graph-builder-PTNZ46NN.mjs +0 -122
- package/dist/lib/node-esm/app-graph-builder-PTNZ46NN.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-BOTJSPCT.mjs +0 -17
- package/dist/lib/node-esm/chunk-BOTJSPCT.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-DT2ZNOGU.mjs +0 -284
- package/dist/lib/node-esm/chunk-DT2ZNOGU.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-OIJ5QGFQ.mjs +0 -20
- package/dist/lib/node-esm/chunk-OIJ5QGFQ.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-VLNCZYIC.mjs +0 -16
- package/dist/lib/node-esm/chunk-VLNCZYIC.mjs.map +0 -7
- package/dist/lib/node-esm/cli/index.mjs +0 -1060
- package/dist/lib/node-esm/cli/index.mjs.map +0 -7
- package/dist/lib/node-esm/client-24L47Y2G.mjs +0 -93
- package/dist/lib/node-esm/client-24L47Y2G.mjs.map +0 -7
- package/dist/lib/node-esm/index.mjs +0 -150
- package/dist/lib/node-esm/index.mjs.map +0 -7
- package/dist/lib/node-esm/meta.json +0 -1
- package/dist/lib/node-esm/migrations-4NEKCBGU.mjs +0 -26
- package/dist/lib/node-esm/migrations-4NEKCBGU.mjs.map +0 -7
- package/dist/lib/node-esm/operation-resolver-4GWB3YZG.mjs +0 -300
- package/dist/lib/node-esm/operation-resolver-4GWB3YZG.mjs.map +0 -7
- package/dist/lib/node-esm/react-context-T2ORT5CC.mjs +0 -27
- package/dist/lib/node-esm/react-context-T2ORT5CC.mjs.map +0 -7
- package/dist/lib/node-esm/react-surface-B65OUZYI.mjs +0 -78
- package/dist/lib/node-esm/react-surface-B65OUZYI.mjs.map +0 -7
- package/dist/lib/node-esm/schema-defs-GXQ47JZN.mjs +0 -29
- package/dist/lib/node-esm/schema-defs-GXQ47JZN.mjs.map +0 -7
- package/dist/lib/node-esm/types/index.mjs +0 -17
- package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts.map +0 -1
- package/dist/types/src/capabilities/app-graph-builder/index.d.ts +0 -3
- package/dist/types/src/capabilities/app-graph-builder/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/client/client.d.ts.map +0 -1
- package/dist/types/src/capabilities/client/index.d.ts +0 -18
- package/dist/types/src/capabilities/client/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/migrations/index.d.ts +0 -3
- package/dist/types/src/capabilities/migrations/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/migrations/migrations.d.ts.map +0 -1
- package/dist/types/src/capabilities/operation-resolver/index.d.ts +0 -5
- package/dist/types/src/capabilities/operation-resolver/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts +0 -8
- package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-context/index.d.ts +0 -7
- package/dist/types/src/capabilities/react-context/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-context/react-context.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-surface/index.d.ts +0 -5
- package/dist/types/src/capabilities/react-surface/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-surface/react-surface.d.ts.map +0 -1
- package/dist/types/src/capabilities/schema-defs/index.d.ts +0 -3
- package/dist/types/src/capabilities/schema-defs/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/schema-defs/schema-defs.d.ts.map +0 -1
- package/dist/types/src/cli/commands/config/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/config/view.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/info/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/info/info.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/info/info.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/list/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/list/list.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/list/list.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/update/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/update/update.d.ts.map +0 -1
- package/dist/types/src/cli/commands/device/util.d.ts.map +0 -1
- package/dist/types/src/cli/commands/edge/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/edge/status.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/create/create.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/create/create.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/create/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/credential/add/add.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/credential/add/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/credential/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/credential/list/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/credential/list/list.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/credential/list/list.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/identity/identity.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/identity/identity.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/identity/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/join/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/join/join.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/join/join.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/keys/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/keys/keys.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/keys/keys.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/recover/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/recover/recover.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/recover/recover.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/seed/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/seed/seed.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/share/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/share/share.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/update/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/update/update.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/update/update.test.d.ts.map +0 -1
- package/dist/types/src/cli/commands/halo/util.d.ts.map +0 -1
- package/dist/types/src/cli/commands/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/profile/create.d.ts.map +0 -1
- package/dist/types/src/cli/commands/profile/delete.d.ts.map +0 -1
- package/dist/types/src/cli/commands/profile/import.d.ts.map +0 -1
- package/dist/types/src/cli/commands/profile/index.d.ts.map +0 -1
- package/dist/types/src/cli/commands/profile/inspect.d.ts.map +0 -1
- package/dist/types/src/cli/commands/profile/list.d.ts.map +0 -1
- package/dist/types/src/cli/commands/profile/reset.d.ts.map +0 -1
- package/dist/types/src/cli/commands/profile/util.d.ts.map +0 -1
- package/dist/types/src/cli/index.d.ts +0 -2
- package/dist/types/src/cli/index.d.ts.map +0 -1
- package/dist/types/src/cli/plugin.d.ts +0 -4
- package/dist/types/src/cli/plugin.d.ts.map +0 -1
- package/dist/types/src/cli/testing/test-console.d.ts +0 -37
- package/dist/types/src/cli/testing/test-console.d.ts.map +0 -1
- package/src/capabilities/app-graph-builder/index.ts +0 -7
- package/src/capabilities/client/index.ts +0 -7
- package/src/capabilities/migrations/index.ts +0 -7
- package/src/capabilities/operation-resolver/index.ts +0 -7
- package/src/capabilities/operation-resolver/operation-resolver.ts +0 -249
- package/src/capabilities/react-context/index.ts +0 -7
- package/src/capabilities/react-surface/index.ts +0 -7
- package/src/capabilities/schema-defs/index.ts +0 -7
- package/src/capabilities/schema-defs/schema-defs.ts +0 -36
- package/src/cli/index.ts +0 -5
- package/src/cli/testing/test-console.ts +0 -88
- /package/dist/lib/{browser/types/index.mjs.map → neutral/ClientPlugin.mjs.map} +0 -0
- /package/dist/lib/{node-esm/types/index.mjs.map → neutral/chunk-J5LGTIGS.mjs.map} +0 -0
- /package/dist/types/src/capabilities/{app-graph-builder/app-graph-builder.d.ts → app-graph-builder.d.ts} +0 -0
- /package/dist/types/src/capabilities/{migrations/migrations.d.ts → migrations.d.ts} +0 -0
- /package/dist/types/src/capabilities/{react-context/react-context.d.ts → react-context.d.ts} +0 -0
- /package/dist/types/src/capabilities/{schema-defs/schema-defs.d.ts → schema-defs.d.ts} +0 -0
- /package/dist/types/src/{cli/commands → commands}/device/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/device/info/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/device/info/info.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/device/list/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/device/list/list.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/device/update/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/device/update/update.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/device/util.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/edge/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/edge/status.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/create/create.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/create/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/credential/add/add.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/credential/add/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/credential/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/credential/list/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/credential/list/list.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/identity/identity.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/identity/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/join/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/join/join.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/keys/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/keys/keys.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/recover/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/recover/recover.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/recover/recover.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/seed/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/seed/seed.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/share/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/share/share.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/update/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/update/update.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/update/update.test.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/halo/util.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/index.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/profile/delete.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/profile/inspect.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/profile/list.d.ts +0 -0
- /package/dist/types/src/{cli/commands → commands}/profile/util.d.ts +0 -0
- /package/src/{cli/commands → commands}/config/index.ts +0 -0
- /package/src/{cli/commands → commands}/device/index.ts +0 -0
- /package/src/{cli/commands → commands}/device/info/index.ts +0 -0
- /package/src/{cli/commands → commands}/device/list/index.ts +0 -0
- /package/src/{cli/commands → commands}/device/update/index.ts +0 -0
- /package/src/{cli/commands → commands}/device/util.ts +0 -0
- /package/src/{cli/commands → commands}/edge/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/create/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/credential/add/add.ts +0 -0
- /package/src/{cli/commands → commands}/halo/credential/add/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/credential/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/credential/list/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/identity/identity.test.ts +0 -0
- /package/src/{cli/commands → commands}/halo/identity/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/join/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/join/join.test.ts +0 -0
- /package/src/{cli/commands → commands}/halo/join/join.ts +0 -0
- /package/src/{cli/commands → commands}/halo/keys/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/keys/keys.test.ts +0 -0
- /package/src/{cli/commands → commands}/halo/recover/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/recover/recover.test.ts +0 -0
- /package/src/{cli/commands → commands}/halo/recover/recover.ts +0 -0
- /package/src/{cli/commands → commands}/halo/seed/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/share/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/share/share.ts +0 -0
- /package/src/{cli/commands → commands}/halo/update/index.ts +0 -0
- /package/src/{cli/commands → commands}/halo/util.ts +0 -0
- /package/src/{cli/commands → commands}/index.ts +0 -0
- /package/src/{cli/commands → commands}/profile/create.ts +0 -0
- /package/src/{cli/commands → commands}/profile/delete.ts +0 -0
- /package/src/{cli/commands → commands}/profile/import.ts +0 -0
- /package/src/{cli/commands → commands}/profile/index.ts +0 -0
- /package/src/{cli/commands → commands}/profile/inspect.ts +0 -0
- /package/src/{cli/commands → commands}/profile/reset.ts +0 -0
- /package/src/{cli/commands → commands}/profile/util.ts +0 -0
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Client,
|
|
3
|
-
OperationResolver,
|
|
4
|
-
SchemaDefs
|
|
5
|
-
} from "./chunk-ESDYRACB.mjs";
|
|
6
|
-
import {
|
|
7
|
-
Account,
|
|
8
|
-
ClientAction,
|
|
9
|
-
ClientCapabilities,
|
|
10
|
-
ClientEvents,
|
|
11
|
-
ClientOperation
|
|
12
|
-
} from "./chunk-FVEKZBM7.mjs";
|
|
13
|
-
import {
|
|
14
|
-
meta
|
|
15
|
-
} from "./chunk-JHSBBOCI.mjs";
|
|
16
|
-
|
|
17
|
-
// src/ClientPlugin.ts
|
|
18
|
-
import { ActivationEvent, ActivationEvents, Capability as Capability5, Plugin } from "@dxos/app-framework";
|
|
19
|
-
import { AppActivationEvents, AppPlugin } from "@dxos/app-toolkit";
|
|
20
|
-
|
|
21
|
-
// src/capabilities/app-graph-builder/index.ts
|
|
22
|
-
import { Capability } from "@dxos/app-framework";
|
|
23
|
-
var AppGraphBuilder = Capability.lazy("AppGraphBuilder", () => import("./app-graph-builder-GGJKFY3X.mjs"));
|
|
24
|
-
|
|
25
|
-
// src/capabilities/migrations/index.ts
|
|
26
|
-
import { Capability as Capability2 } from "@dxos/app-framework";
|
|
27
|
-
var Migrations = Capability2.lazy("Migrations", () => import("./migrations-GKUA2ARL.mjs"));
|
|
28
|
-
|
|
29
|
-
// src/capabilities/react-context/index.ts
|
|
30
|
-
import { Capability as Capability3 } from "@dxos/app-framework";
|
|
31
|
-
var ReactContext = Capability3.lazy("ReactContext", () => import("./react-context-GZ3T5UON.mjs"));
|
|
32
|
-
|
|
33
|
-
// src/capabilities/react-surface/index.ts
|
|
34
|
-
import { Capability as Capability4 } from "@dxos/app-framework";
|
|
35
|
-
var ReactSurface = Capability4.lazy("ReactSurface", () => import("./react-surface-5VZP34X3.mjs"));
|
|
36
|
-
|
|
37
|
-
// src/translations.ts
|
|
38
|
-
import { translations as shellTranslations } from "@dxos/shell/react";
|
|
39
|
-
var pluginTranslations = [
|
|
40
|
-
{
|
|
41
|
-
"en-US": {
|
|
42
|
-
[meta.id]: {
|
|
43
|
-
"account label": "User profile",
|
|
44
|
-
"profile label": "Profile",
|
|
45
|
-
"profile description": "You can adjust how your user settings here.",
|
|
46
|
-
"devices label": "Devices",
|
|
47
|
-
"devices verbose label": "Manage devices",
|
|
48
|
-
"add device description": "Authenticating another device is a two-step process. To get started, create a code using the button below.",
|
|
49
|
-
"devices description": "You can add and remove devices, configure your agent in the cloud, reset this device, or log in as a different identity here.",
|
|
50
|
-
"create device invitation label": "Create code",
|
|
51
|
-
"qr code description": "Scan this QR code using the device you want to log in to, or copy the URL and share it with the new device.",
|
|
52
|
-
"security label": "Security",
|
|
53
|
-
"reset device description": "Log out from this device, erasing all the data on this\xA0device.",
|
|
54
|
-
"join new identity description": "Log out from this device, erasing all the data currently on this device, and use a QR code or URL to log\xA0in.",
|
|
55
|
-
"recover identity description": "Log out from this device, erasing all the data currently on this device, and use a passkey or recovery code to log\xA0in.",
|
|
56
|
-
"danger zone title": "Log out",
|
|
57
|
-
"danger zone description": "Because Composer is decentralized, logging out entails erasing all the data on this device. If you have any data on this device that you\u2019d like to keep, you can log in on a separate device using a passkey or complete a peer-to-peer\xA0device invitation above.",
|
|
58
|
-
"display name label": "Display name",
|
|
59
|
-
"display name description": "Your name as it appears in the app.",
|
|
60
|
-
"display name input placeholder": "Enter a name",
|
|
61
|
-
"icon label": "Avatar",
|
|
62
|
-
"icon description": "The emoji used to represent the user.",
|
|
63
|
-
"hue label": "Color",
|
|
64
|
-
"hue description": "The color used to represent you in the app, including as your avatar\u2019s background, your cursor as it appears to others, and the messages you send in group threads.",
|
|
65
|
-
"did label": "DID",
|
|
66
|
-
"did description": "Your unique ID.",
|
|
67
|
-
"open user account label": "Open user account",
|
|
68
|
-
"manage credentials dialog title": "Manage Account Recovery",
|
|
69
|
-
"credentials list label": "Recovery credentials",
|
|
70
|
-
"no credentials title": "WARNING: There is currently no way to recover your account.",
|
|
71
|
-
"no credentials message": "Create a recovery credential above to secure your\xA0account.",
|
|
72
|
-
"recovery setup dialog title": "Account Security",
|
|
73
|
-
"recovery setup dialog description": "In order to maintain access to your account you need to register a recovery credential. Passkeys are the recommended way to do this, they can be stored in your browser or in a password\xA0manager.",
|
|
74
|
-
"create passkey label": "Create Passkey",
|
|
75
|
-
// TODO(wittjosiah): At link to user-focused passkey information.
|
|
76
|
-
// Something like https://www.tomsguide.com/news/what-are-passkeys.
|
|
77
|
-
"create passkey description": "A passkey is a secure and easy to use credential that can be used to recover your\xA0account.",
|
|
78
|
-
"create recovery code label": "Create Recovery Code",
|
|
79
|
-
"create recovery code description": "A recovery code is 12 word phrase representing a private\xA0key.",
|
|
80
|
-
"recovery code dialog title": "Recovery Code",
|
|
81
|
-
"recovery code dialog description": "This is your identity recovery code, store it in a safe place. You can use it to recover your identity if you ever lose access to your\xA0devices.",
|
|
82
|
-
"recovery code dialog warning 1": "NOTE: This code will not be displayed\xA0again.",
|
|
83
|
-
"recovery code dialog warning 2": "It is your private key for recovering DXOS data. Anyone with this key will be able to gain access to your\xA0account.",
|
|
84
|
-
"recovery code confirmation label": "Please confirm you have saved the\xA0code.",
|
|
85
|
-
"continue label": "Continue"
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
];
|
|
90
|
-
var translations = [
|
|
91
|
-
...pluginTranslations,
|
|
92
|
-
...shellTranslations
|
|
93
|
-
];
|
|
94
|
-
|
|
95
|
-
// src/ClientPlugin.ts
|
|
96
|
-
var ClientPlugin = Plugin.define(meta).pipe(AppPlugin.addAppGraphModule({
|
|
97
|
-
activate: AppGraphBuilder
|
|
98
|
-
}), AppPlugin.addOperationResolverModule({
|
|
99
|
-
activate: OperationResolver
|
|
100
|
-
}), AppPlugin.addReactContextModule({
|
|
101
|
-
activate: ReactContext
|
|
102
|
-
}), AppPlugin.addTranslationsModule({
|
|
103
|
-
translations
|
|
104
|
-
}), Plugin.addModule((options) => {
|
|
105
|
-
return {
|
|
106
|
-
id: Capability5.getModuleTag(Client),
|
|
107
|
-
activatesOn: ActivationEvent.oneOf(ActivationEvents.Startup, AppActivationEvents.SetupAppGraph),
|
|
108
|
-
activatesAfter: [
|
|
109
|
-
ClientEvents.ClientReady
|
|
110
|
-
],
|
|
111
|
-
activate: () => Client(options)
|
|
112
|
-
};
|
|
113
|
-
}), Plugin.addModule({
|
|
114
|
-
activatesOn: ClientEvents.ClientReady,
|
|
115
|
-
activatesBefore: [
|
|
116
|
-
AppActivationEvents.SetupSchema
|
|
117
|
-
],
|
|
118
|
-
activate: SchemaDefs
|
|
119
|
-
}), Plugin.addModule({
|
|
120
|
-
activatesOn: ClientEvents.ClientReady,
|
|
121
|
-
activatesBefore: [
|
|
122
|
-
ClientEvents.SetupMigration
|
|
123
|
-
],
|
|
124
|
-
activate: Migrations
|
|
125
|
-
}), Plugin.addModule(({ shareableLinkOrigin = typeof window !== "undefined" ? window.location.origin : "http://localhost", invitationPath = "/", invitationProp = "deviceInvitationCode", onReset }) => {
|
|
126
|
-
const createInvitationUrl = (invitationCode) => {
|
|
127
|
-
const baseUrl = new URL(invitationPath || "/", shareableLinkOrigin);
|
|
128
|
-
baseUrl.searchParams.set(invitationProp, invitationCode);
|
|
129
|
-
return baseUrl.toString();
|
|
130
|
-
};
|
|
131
|
-
return {
|
|
132
|
-
id: Capability5.getModuleTag(ReactSurface),
|
|
133
|
-
activatesOn: ActivationEvents.SetupReactSurface,
|
|
134
|
-
activate: () => ReactSurface({
|
|
135
|
-
createInvitationUrl,
|
|
136
|
-
onReset
|
|
137
|
-
})
|
|
138
|
-
};
|
|
139
|
-
}), Plugin.make);
|
|
140
|
-
export {
|
|
141
|
-
Account,
|
|
142
|
-
ClientAction,
|
|
143
|
-
ClientCapabilities,
|
|
144
|
-
ClientEvents,
|
|
145
|
-
ClientOperation,
|
|
146
|
-
ClientPlugin,
|
|
147
|
-
meta
|
|
148
|
-
};
|
|
149
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/ClientPlugin.ts", "../../../src/capabilities/app-graph-builder/index.ts", "../../../src/capabilities/migrations/index.ts", "../../../src/capabilities/react-context/index.ts", "../../../src/capabilities/react-surface/index.ts", "../../../src/translations.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { ActivationEvent, ActivationEvents, Capability, Plugin } from '@dxos/app-framework';\nimport { AppActivationEvents, AppPlugin } from '@dxos/app-toolkit';\n\nimport {\n AppGraphBuilder,\n Client,\n Migrations,\n OperationResolver,\n ReactContext,\n ReactSurface,\n SchemaDefs,\n} from './capabilities';\nimport { meta } from './meta';\nimport { translations } from './translations';\nimport { ClientEvents } from './types';\nimport { type ClientPluginOptions } from './types';\n\nexport const ClientPlugin = Plugin.define<ClientPluginOptions>(meta).pipe(\n AppPlugin.addAppGraphModule({ activate: AppGraphBuilder }),\n AppPlugin.addOperationResolverModule({ activate: OperationResolver }),\n AppPlugin.addReactContextModule({ activate: ReactContext }),\n AppPlugin.addTranslationsModule({ translations }),\n Plugin.addModule((options) => {\n return {\n id: Capability.getModuleTag(Client),\n activatesOn: ActivationEvent.oneOf(ActivationEvents.Startup, AppActivationEvents.SetupAppGraph),\n activatesAfter: [ClientEvents.ClientReady],\n activate: () => Client(options),\n };\n }),\n Plugin.addModule({\n activatesOn: ClientEvents.ClientReady,\n activatesBefore: [AppActivationEvents.SetupSchema],\n activate: SchemaDefs,\n }),\n Plugin.addModule({\n activatesOn: ClientEvents.ClientReady,\n activatesBefore: [ClientEvents.SetupMigration],\n activate: Migrations,\n }),\n Plugin.addModule(\n ({\n shareableLinkOrigin = typeof window !== 'undefined' ? window.location.origin : 'http://localhost',\n invitationPath = '/',\n invitationProp = 'deviceInvitationCode',\n onReset,\n }) => {\n const createInvitationUrl = (invitationCode: string) => {\n const baseUrl = new URL(invitationPath || '/', shareableLinkOrigin);\n baseUrl.searchParams.set(invitationProp, invitationCode);\n return baseUrl.toString();\n };\n\n return {\n id: Capability.getModuleTag(ReactSurface),\n activatesOn: ActivationEvents.SetupReactSurface,\n activate: () => ReactSurface({ createInvitationUrl, onReset }),\n };\n },\n ),\n Plugin.make,\n);\n", "//\n// Copyright 2025 DXOS.org\n//\n\nimport { Capability } from '@dxos/app-framework';\n\nexport const AppGraphBuilder = Capability.lazy('AppGraphBuilder', () => import('./app-graph-builder'));\n", "//\n// Copyright 2025 DXOS.org\n//\n\nimport { Capability } from '@dxos/app-framework';\n\nexport const Migrations = Capability.lazy('Migrations', () => import('./migrations'));\n", "//\n// Copyright 2025 DXOS.org\n//\n\nimport { Capability } from '@dxos/app-framework';\n\nexport const ReactContext = Capability.lazy('ReactContext', () => import('./react-context'));\n", "//\n// Copyright 2025 DXOS.org\n//\n\nimport { Capability } from '@dxos/app-framework';\n\nexport const ReactSurface = Capability.lazy('ReactSurface', () => import('./react-surface'));\n", "//\n// Copyright 2023 DXOS.org\n//\n\nimport { type Resource } from '@dxos/react-ui';\nimport { translations as shellTranslations } from '@dxos/shell/react';\n\nimport { meta } from './meta';\n\nconst pluginTranslations = [\n {\n 'en-US': {\n [meta.id]: {\n 'account label': 'User profile',\n 'profile label': 'Profile',\n 'profile description': 'You can adjust how your user settings here.',\n 'devices label': 'Devices',\n 'devices verbose label': 'Manage devices',\n 'add device description':\n 'Authenticating another device is a two-step process. To get started, create a code using the button below.',\n 'devices description':\n 'You can add and remove devices, configure your agent in the cloud, reset this device, or log in as a different identity here.',\n 'create device invitation label': 'Create code',\n 'qr code description':\n 'Scan this QR code using the device you want to log in to, or copy the URL and share it with the new device.',\n 'security label': 'Security',\n 'reset device description': 'Log out from this device, erasing all the data on this device.',\n 'join new identity description':\n 'Log out from this device, erasing all the data currently on this device, and use a QR code or URL to log in.',\n 'recover identity description':\n 'Log out from this device, erasing all the data currently on this device, and use a passkey or recovery code to log in.',\n 'danger zone title': 'Log out',\n 'danger zone description':\n 'Because Composer is decentralized, logging out entails erasing all the data on this device. If you have any data on this device that you’d like to keep, you can log in on a separate device using a passkey or complete a peer-to-peer device invitation above.',\n 'display name label': 'Display name',\n 'display name description': 'Your name as it appears in the app.',\n 'display name input placeholder': 'Enter a name',\n 'icon label': 'Avatar',\n 'icon description': 'The emoji used to represent the user.',\n 'hue label': 'Color',\n 'hue description':\n 'The color used to represent you in the app, including as your avatar’s background, your cursor as it appears to others, and the messages you send in group threads.',\n 'did label': 'DID',\n 'did description': 'Your unique ID.',\n 'open user account label': 'Open user account',\n 'manage credentials dialog title': 'Manage Account Recovery',\n 'credentials list label': 'Recovery credentials',\n 'no credentials title': 'WARNING: There is currently no way to recover your account.',\n 'no credentials message': 'Create a recovery credential above to secure your account.',\n 'recovery setup dialog title': 'Account Security',\n 'recovery setup dialog description':\n 'In order to maintain access to your account you need to register a recovery credential. Passkeys are the recommended way to do this, they can be stored in your browser or in a password manager.',\n 'create passkey label': 'Create Passkey',\n // TODO(wittjosiah): At link to user-focused passkey information.\n // Something like https://www.tomsguide.com/news/what-are-passkeys.\n 'create passkey description':\n 'A passkey is a secure and easy to use credential that can be used to recover your account.',\n 'create recovery code label': 'Create Recovery Code',\n 'create recovery code description': 'A recovery code is 12 word phrase representing a private key.',\n 'recovery code dialog title': 'Recovery Code',\n 'recovery code dialog description':\n 'This is your identity recovery code, store it in a safe place. You can use it to recover your identity if you ever lose access to your devices.',\n 'recovery code dialog warning 1': 'NOTE: This code will not be displayed again.',\n 'recovery code dialog warning 2':\n 'It is your private key for recovering DXOS data. Anyone with this key will be able to gain access to your account.',\n 'recovery code confirmation label': 'Please confirm you have saved the code.',\n 'continue label': 'Continue',\n },\n },\n },\n] as const satisfies Resource[];\n\nexport const translations: Resource[] = [...pluginTranslations, ...shellTranslations];\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;AAIA,SAASA,iBAAiBC,kBAAkBC,cAAAA,aAAYC,cAAc;AACtE,SAASC,qBAAqBC,iBAAiB;;;ACD/C,SAASC,kBAAkB;AAEpB,IAAMC,kBAAkBC,WAAWC,KAAK,mBAAmB,MAAM,OAAO,kCAAA,CAAA;;;ACF/E,SAASC,cAAAA,mBAAkB;AAEpB,IAAMC,aAAaC,YAAWC,KAAK,cAAc,MAAM,OAAO,2BAAA,CAAA;;;ACFrE,SAASC,cAAAA,mBAAkB;AAEpB,IAAMC,eAAeC,YAAWC,KAAK,gBAAgB,MAAM,OAAO,8BAAA,CAAA;;;ACFzE,SAASC,cAAAA,mBAAkB;AAEpB,IAAMC,eAAeC,YAAWC,KAAK,gBAAgB,MAAM,OAAO,8BAAA,CAAA;;;ACDzE,SAASC,gBAAgBC,yBAAyB;AAIlD,IAAMC,qBAAqB;EACzB;IACE,SAAS;MACP,CAACC,KAAKC,EAAE,GAAG;QACT,iBAAiB;QACjB,iBAAiB;QACjB,uBAAuB;QACvB,iBAAiB;QACjB,yBAAyB;QACzB,0BACE;QACF,uBACE;QACF,kCAAkC;QAClC,uBACE;QACF,kBAAkB;QAClB,4BAA4B;QAC5B,iCACE;QACF,gCACE;QACF,qBAAqB;QACrB,2BACE;QACF,sBAAsB;QACtB,4BAA4B;QAC5B,kCAAkC;QAClC,cAAc;QACd,oBAAoB;QACpB,aAAa;QACb,mBACE;QACF,aAAa;QACb,mBAAmB;QACnB,2BAA2B;QAC3B,mCAAmC;QACnC,0BAA0B;QAC1B,wBAAwB;QACxB,0BAA0B;QAC1B,+BAA+B;QAC/B,qCACE;QACF,wBAAwB;;;QAGxB,8BACE;QACF,8BAA8B;QAC9B,oCAAoC;QACpC,8BAA8B;QAC9B,oCACE;QACF,kCAAkC;QAClC,kCACE;QACF,oCAAoC;QACpC,kBAAkB;MACpB;IACF;EACF;;AAGK,IAAMC,eAA2B;KAAIH;KAAuBI;;;;ALnD5D,IAAMC,eAAeC,OAAOC,OAA4BC,IAAAA,EAAMC,KACnEC,UAAUC,kBAAkB;EAAEC,UAAUC;AAAgB,CAAA,GACxDH,UAAUI,2BAA2B;EAAEF,UAAUG;AAAkB,CAAA,GACnEL,UAAUM,sBAAsB;EAAEJ,UAAUK;AAAa,CAAA,GACzDP,UAAUQ,sBAAsB;EAAEC;AAAa,CAAA,GAC/Cb,OAAOc,UAAU,CAACC,YAAAA;AAChB,SAAO;IACLC,IAAIC,YAAWC,aAAaC,MAAAA;IAC5BC,aAAaC,gBAAgBC,MAAMC,iBAAiBC,SAASC,oBAAoBC,aAAa;IAC9FC,gBAAgB;MAACC,aAAaC;;IAC9BvB,UAAU,MAAMa,OAAOJ,OAAAA;EACzB;AACF,CAAA,GACAf,OAAOc,UAAU;EACfM,aAAaQ,aAAaC;EAC1BC,iBAAiB;IAACL,oBAAoBM;;EACtCzB,UAAU0B;AACZ,CAAA,GACAhC,OAAOc,UAAU;EACfM,aAAaQ,aAAaC;EAC1BC,iBAAiB;IAACF,aAAaK;;EAC/B3B,UAAU4B;AACZ,CAAA,GACAlC,OAAOc,UACL,CAAC,EACCqB,sBAAsB,OAAOC,WAAW,cAAcA,OAAOC,SAASC,SAAS,oBAC/EC,iBAAiB,KACjBC,iBAAiB,wBACjBC,QAAO,MACR;AACC,QAAMC,sBAAsB,CAACC,mBAAAA;AAC3B,UAAMC,UAAU,IAAIC,IAAIN,kBAAkB,KAAKJ,mBAAAA;AAC/CS,YAAQE,aAAaC,IAAIP,gBAAgBG,cAAAA;AACzC,WAAOC,QAAQI,SAAQ;EACzB;AAEA,SAAO;IACLhC,IAAIC,YAAWC,aAAa+B,YAAAA;IAC5B7B,aAAaG,iBAAiB2B;IAC9B5C,UAAU,MAAM2C,aAAa;MAAEP;MAAqBD;IAAQ,CAAA;EAC9D;AACF,CAAA,GAEFzC,OAAOmD,IAAI;",
|
|
6
|
-
"names": ["ActivationEvent", "ActivationEvents", "Capability", "Plugin", "AppActivationEvents", "AppPlugin", "Capability", "AppGraphBuilder", "Capability", "lazy", "Capability", "Migrations", "Capability", "lazy", "Capability", "ReactContext", "Capability", "lazy", "Capability", "ReactSurface", "Capability", "lazy", "translations", "shellTranslations", "pluginTranslations", "meta", "id", "translations", "shellTranslations", "ClientPlugin", "Plugin", "define", "meta", "pipe", "AppPlugin", "addAppGraphModule", "activate", "AppGraphBuilder", "addOperationResolverModule", "OperationResolver", "addReactContextModule", "ReactContext", "addTranslationsModule", "translations", "addModule", "options", "id", "Capability", "getModuleTag", "Client", "activatesOn", "ActivationEvent", "oneOf", "ActivationEvents", "Startup", "AppActivationEvents", "SetupAppGraph", "activatesAfter", "ClientEvents", "ClientReady", "activatesBefore", "SetupSchema", "SchemaDefs", "SetupMigration", "Migrations", "shareableLinkOrigin", "window", "location", "origin", "invitationPath", "invitationProp", "onReset", "createInvitationUrl", "invitationCode", "baseUrl", "URL", "searchParams", "set", "toString", "ReactSurface", "SetupReactSurface", "make"]
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"inputs":{"src/meta.ts":{"bytes":1366,"imports":[{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/types/capabilities.ts":{"bytes":2045,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"src/types/events.ts":{"bytes":2483,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"src/types/schema.ts":{"bytes":25885,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/operation","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"src/types/index.ts":{"bytes":643,"imports":[{"path":"src/types/capabilities.ts","kind":"import-statement","original":"./capabilities"},{"path":"src/types/events.ts","kind":"import-statement","original":"./events"},{"path":"src/types/schema.ts","kind":"import-statement","original":"./schema"}],"format":"esm"},"src/capabilities/app-graph-builder/app-graph-builder.ts":{"bytes":13299,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/operation","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/react-client/mesh","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/capabilities/app-graph-builder/index.ts":{"bytes":944,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/app-graph-builder/app-graph-builder.ts","kind":"dynamic-import","original":"./app-graph-builder"}],"format":"esm"},"src/capabilities/client/client.ts":{"bytes":10145,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/capabilities/client/index.ts":{"bytes":848,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/client/client.ts","kind":"dynamic-import","original":"./client"}],"format":"esm"},"src/capabilities/migrations/migrations.ts":{"bytes":4040,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/capabilities/migrations/index.ts":{"bytes":888,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/migrations/migrations.ts","kind":"dynamic-import","original":"./migrations"}],"format":"esm"},"src/constants.ts":{"bytes":1231,"imports":[{"path":"src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"src/capabilities/operation-resolver/operation-resolver.ts":{"bytes":34732,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/operation","kind":"import-statement","external":true},{"path":"@dxos/operation","kind":"import-statement","external":true},{"path":"@dxos/plugin-observability/types","kind":"import-statement","external":true},{"path":"src/constants.ts","kind":"import-statement","original":"../../constants"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/capabilities/operation-resolver/index.ts":{"bytes":962,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/operation-resolver/operation-resolver.ts","kind":"dynamic-import","original":"./operation-resolver"}],"format":"esm"},"src/capabilities/react-context/react-context.tsx":{"bytes":2928,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/capabilities/react-context/index.ts":{"bytes":910,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/react-context/react-context.tsx","kind":"dynamic-import","original":"./react-context"}],"format":"esm"},"src/containers/DevicesContainer/DevicesContainer.tsx":{"bytes":34094,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"react-qr-rounded","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/halo","kind":"import-statement","external":true},{"path":"@dxos/react-client/invitations","kind":"import-statement","external":true},{"path":"@dxos/react-client/mesh","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/shell/react","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/containers/DevicesContainer/index.ts":{"bytes":701,"imports":[{"path":"src/containers/DevicesContainer/DevicesContainer.tsx","kind":"import-statement","original":"./DevicesContainer"}],"format":"esm"},"src/containers/JoinDialog/JoinDialog.tsx":{"bytes":6761,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/plugin-observability/types","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/shell/react","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/containers/JoinDialog/index.ts":{"bytes":637,"imports":[{"path":"src/containers/JoinDialog/JoinDialog.tsx","kind":"import-statement","original":"./JoinDialog"}],"format":"esm"},"src/containers/ProfileContainer/ProfileContainer.tsx":{"bytes":22290,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/halo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-pickers","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"src/containers/ProfileContainer/index.ts":{"bytes":701,"imports":[{"path":"src/containers/ProfileContainer/ProfileContainer.tsx","kind":"import-statement","original":"./ProfileContainer"}],"format":"esm"},"src/containers/RecoveryCodeDialog/RecoveryCodeDialog.tsx":{"bytes":8830,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"src/containers/RecoveryCodeDialog/index.ts":{"bytes":831,"imports":[{"path":"src/containers/RecoveryCodeDialog/RecoveryCodeDialog.tsx","kind":"import-statement","original":"./RecoveryCodeDialog"},{"path":"src/containers/RecoveryCodeDialog/RecoveryCodeDialog.tsx","kind":"import-statement","original":"./RecoveryCodeDialog"}],"format":"esm"},"src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.tsx":{"bytes":9354,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/react-client/halo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/containers/RecoveryCredentialsContainer/index.ts":{"bytes":813,"imports":[{"path":"src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.tsx","kind":"import-statement","original":"./RecoveryCredentialsContainer"}],"format":"esm"},"src/containers/ResetDialog/ResetDialog.tsx":{"bytes":6772,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/shell/react","kind":"import-statement","external":true}],"format":"esm"},"src/containers/ResetDialog/index.ts":{"bytes":744,"imports":[{"path":"src/containers/ResetDialog/ResetDialog.tsx","kind":"import-statement","original":"./ResetDialog"},{"path":"src/containers/ResetDialog/ResetDialog.tsx","kind":"import-statement","original":"./ResetDialog"}],"format":"esm"},"src/containers/index.ts":{"bytes":2472,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/containers/DevicesContainer/index.ts","kind":"dynamic-import","original":"./DevicesContainer"},{"path":"src/containers/JoinDialog/index.ts","kind":"dynamic-import","original":"./JoinDialog"},{"path":"src/containers/ProfileContainer/index.ts","kind":"dynamic-import","original":"./ProfileContainer"},{"path":"src/containers/RecoveryCodeDialog/index.ts","kind":"dynamic-import","original":"./RecoveryCodeDialog"},{"path":"src/containers/RecoveryCredentialsContainer/index.ts","kind":"dynamic-import","original":"./RecoveryCredentialsContainer"},{"path":"src/containers/ResetDialog/index.ts","kind":"dynamic-import","original":"./ResetDialog"}],"format":"esm"},"src/capabilities/react-surface/react-surface.tsx":{"bytes":8881,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"src/constants.ts","kind":"import-statement","original":"../../constants"},{"path":"src/containers/index.ts","kind":"import-statement","original":"../../containers"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/capabilities/react-surface/index.ts":{"bytes":910,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/react-surface/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"}],"format":"esm"},"src/capabilities/schema-defs/schema-defs.ts":{"bytes":4782,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/capabilities/schema-defs/index.ts":{"bytes":890,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/schema-defs/schema-defs.ts","kind":"dynamic-import","original":"./schema-defs"}],"format":"esm"},"src/capabilities/index.ts":{"bytes":1086,"imports":[{"path":"src/capabilities/app-graph-builder/index.ts","kind":"import-statement","original":"./app-graph-builder"},{"path":"src/capabilities/client/index.ts","kind":"import-statement","original":"./client"},{"path":"src/capabilities/migrations/index.ts","kind":"import-statement","original":"./migrations"},{"path":"src/capabilities/operation-resolver/index.ts","kind":"import-statement","original":"./operation-resolver"},{"path":"src/capabilities/react-context/index.ts","kind":"import-statement","original":"./react-context"},{"path":"src/capabilities/react-surface/index.ts","kind":"import-statement","original":"./react-surface"},{"path":"src/capabilities/schema-defs/index.ts","kind":"import-statement","original":"./schema-defs"}],"format":"esm"},"src/translations.ts":{"bytes":12037,"imports":[{"path":"@dxos/shell/react","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"src/ClientPlugin.ts":{"bytes":8174,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"./capabilities"},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/translations.ts","kind":"import-statement","original":"./translations"},{"path":"src/types/index.ts","kind":"import-statement","original":"./types"}],"format":"esm"},"src/index.ts":{"bytes":874,"imports":[{"path":"src/types/index.ts","kind":"import-statement","original":"./types"},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"./types"},{"path":"src/ClientPlugin.ts","kind":"import-statement","original":"./ClientPlugin"}],"format":"esm"},"src/cli/commands/config/view.ts":{"bytes":2584,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"yaml","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true}],"format":"esm"},"src/cli/commands/config/index.ts":{"bytes":1223,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"src/cli/commands/config/view.ts","kind":"import-statement","original":"./view"}],"format":"esm"},"src/cli/commands/device/util.ts":{"bytes":8292,"imports":[{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client/halo","kind":"import-statement","external":true}],"format":"esm"},"src/cli/commands/device/info/info.ts":{"bytes":5229,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"src/cli/commands/device/util.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/cli/commands/device/info/index.ts":{"bytes":474,"imports":[{"path":"src/cli/commands/device/info/info.ts","kind":"import-statement","original":"./info"}],"format":"esm"},"src/cli/commands/device/list/list.ts":{"bytes":3705,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"src/cli/commands/device/util.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/cli/commands/device/list/index.ts":{"bytes":474,"imports":[{"path":"src/cli/commands/device/list/list.ts","kind":"import-statement","original":"./list"}],"format":"esm"},"src/cli/commands/device/update/update.ts":{"bytes":6962,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"src/cli/commands/device/util.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/cli/commands/device/update/index.ts":{"bytes":482,"imports":[{"path":"src/cli/commands/device/update/update.ts","kind":"import-statement","original":"./update"}],"format":"esm"},"src/cli/commands/device/index.ts":{"bytes":1539,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"src/cli/commands/device/info/index.ts","kind":"import-statement","original":"./info"},{"path":"src/cli/commands/device/list/index.ts","kind":"import-statement","original":"./list"},{"path":"src/cli/commands/device/update/index.ts","kind":"import-statement","original":"./update"}],"format":"esm"},"src/cli/commands/edge/status.ts":{"bytes":5710,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/client/edge","kind":"import-statement","external":true}],"format":"esm"},"src/cli/commands/edge/index.ts":{"bytes":1221,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"src/cli/commands/edge/status.ts","kind":"import-statement","original":"./status"}],"format":"esm"},"src/cli/commands/halo/util.ts":{"bytes":1881,"imports":[{"path":"@dxos/cli-util","kind":"import-statement","external":true}],"format":"esm"},"src/cli/commands/halo/create/create.ts":{"bytes":8754,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../../../../types"},{"path":"src/cli/commands/halo/util.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/cli/commands/halo/create/index.ts":{"bytes":480,"imports":[{"path":"src/cli/commands/halo/create/create.ts","kind":"import-statement","original":"./create"}],"format":"esm"},"src/cli/commands/halo/credential/add/add.ts":{"bytes":10922,"imports":[{"path":"@effect/cli/Args","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true}],"format":"esm"},"src/cli/commands/halo/credential/add/index.ts":{"bytes":481,"imports":[{"path":"src/cli/commands/halo/credential/add/add.ts","kind":"import-statement","original":"./add"}],"format":"esm"},"src/cli/commands/halo/credential/list/list.ts":{"bytes":14354,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Duration","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true}],"format":"esm"},"src/cli/commands/halo/credential/list/index.ts":{"bytes":483,"imports":[{"path":"src/cli/commands/halo/credential/list/list.ts","kind":"import-statement","original":"./list"}],"format":"esm"},"src/cli/commands/halo/credential/index.ts":{"bytes":1414,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"src/cli/commands/halo/credential/add/index.ts","kind":"import-statement","original":"./add"},{"path":"src/cli/commands/halo/credential/list/index.ts","kind":"import-statement","original":"./list"}],"format":"esm"},"src/cli/commands/halo/identity/identity.ts":{"bytes":4901,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"src/cli/commands/halo/util.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/cli/commands/halo/identity/index.ts":{"bytes":484,"imports":[{"path":"src/cli/commands/halo/identity/identity.ts","kind":"import-statement","original":"./identity"}],"format":"esm"},"src/cli/commands/halo/keys/keys.ts":{"bytes":5098,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true}],"format":"esm"},"src/cli/commands/halo/keys/index.ts":{"bytes":472,"imports":[{"path":"src/cli/commands/halo/keys/keys.ts","kind":"import-statement","original":"./keys"}],"format":"esm"},"src/cli/commands/halo/recover/recover.ts":{"bytes":5446,"imports":[{"path":"@effect/cli/Args","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"src/cli/commands/halo/util.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/cli/commands/halo/recover/index.ts":{"bytes":482,"imports":[{"path":"src/cli/commands/halo/recover/recover.ts","kind":"import-statement","original":"./recover"}],"format":"esm"},"src/cli/commands/halo/seed/seed.ts":{"bytes":4693,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true}],"format":"esm"},"src/cli/commands/halo/seed/index.ts":{"bytes":472,"imports":[{"path":"src/cli/commands/halo/seed/seed.ts","kind":"import-statement","original":"./seed"}],"format":"esm"},"src/cli/commands/halo/update/update.ts":{"bytes":7084,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"src/cli/commands/halo/util.ts","kind":"import-statement","original":"../util"}],"format":"esm"},"src/cli/commands/halo/update/index.ts":{"bytes":480,"imports":[{"path":"src/cli/commands/halo/update/update.ts","kind":"import-statement","original":"./update"}],"format":"esm"},"src/cli/commands/halo/index.ts":{"bytes":2694,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"src/cli/commands/halo/create/index.ts","kind":"import-statement","original":"./create"},{"path":"src/cli/commands/halo/credential/index.ts","kind":"import-statement","original":"./credential"},{"path":"src/cli/commands/halo/identity/index.ts","kind":"import-statement","original":"./identity"},{"path":"src/cli/commands/halo/keys/index.ts","kind":"import-statement","original":"./keys"},{"path":"src/cli/commands/halo/recover/index.ts","kind":"import-statement","original":"./recover"},{"path":"src/cli/commands/halo/seed/index.ts","kind":"import-statement","original":"./seed"},{"path":"src/cli/commands/halo/update/index.ts","kind":"import-statement","original":"./update"}],"format":"esm"},"src/cli/commands/profile/util.ts":{"bytes":4759,"imports":[{"path":"@dxos/cli-util","kind":"import-statement","external":true}],"format":"esm"},"src/cli/commands/profile/create.ts":{"bytes":8765,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/platform/FileSystem","kind":"import-statement","external":true},{"path":"@effect/platform/Path","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Record","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/cli/commands/profile/util.ts","kind":"import-statement","original":"./util"}],"format":"esm"},"src/cli/commands/profile/delete.ts":{"bytes":5076,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/platform/FileSystem","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"src/cli/commands/profile/util.ts","kind":"import-statement","original":"./util"}],"format":"esm"},"src/cli/commands/profile/import.ts":{"bytes":12703,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"@effect/platform/FileSystem","kind":"import-statement","external":true},{"path":"@effect/platform/Path","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/config","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/client-services","kind":"dynamic-import","external":true}],"format":"esm"},"src/cli/commands/profile/inspect.ts":{"bytes":7958,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/platform/FileSystem","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/client-services","kind":"dynamic-import","external":true}],"format":"esm"},"src/cli/commands/profile/list.ts":{"bytes":7664,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/platform/FileSystem","kind":"import-statement","external":true},{"path":"@effect/platform/Path","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"yaml","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"src/cli/commands/profile/util.ts","kind":"import-statement","original":"./util"}],"format":"esm"},"src/cli/commands/profile/reset.ts":{"bytes":5715,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"@effect/platform/FileSystem","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/config","kind":"import-statement","external":true},{"path":"src/cli/commands/profile/util.ts","kind":"import-statement","original":"./util"}],"format":"esm"},"src/cli/commands/profile/index.ts":{"bytes":2066,"imports":[{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"src/cli/commands/profile/create.ts","kind":"import-statement","original":"./create"},{"path":"src/cli/commands/profile/delete.ts","kind":"import-statement","original":"./delete"},{"path":"src/cli/commands/profile/import.ts","kind":"import-statement","original":"./import"},{"path":"src/cli/commands/profile/inspect.ts","kind":"import-statement","original":"./inspect"},{"path":"src/cli/commands/profile/list.ts","kind":"import-statement","original":"./list"},{"path":"src/cli/commands/profile/reset.ts","kind":"import-statement","original":"./reset"}],"format":"esm"},"src/cli/commands/index.ts":{"bytes":793,"imports":[{"path":"src/cli/commands/config/index.ts","kind":"import-statement","original":"./config"},{"path":"src/cli/commands/device/index.ts","kind":"import-statement","original":"./device"},{"path":"src/cli/commands/edge/index.ts","kind":"import-statement","original":"./edge"},{"path":"src/cli/commands/halo/index.ts","kind":"import-statement","original":"./halo"},{"path":"src/cli/commands/profile/index.ts","kind":"import-statement","original":"./profile"}],"format":"esm"},"src/cli/plugin.ts":{"bytes":5056,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"src/capabilities/client/index.ts","kind":"import-statement","original":"../capabilities/client"},{"path":"src/capabilities/operation-resolver/index.ts","kind":"import-statement","original":"../capabilities/operation-resolver"},{"path":"src/capabilities/schema-defs/index.ts","kind":"import-statement","original":"../capabilities/schema-defs"},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"},{"path":"src/cli/commands/index.ts","kind":"import-statement","original":"./commands"}],"format":"esm"},"src/cli/index.ts":{"bytes":459,"imports":[{"path":"src/cli/plugin.ts","kind":"import-statement","original":"./plugin"}],"format":"esm"}},"outputs":{"dist/lib/browser/DevicesContainer-3N7ANEJ7.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":18316},"dist/lib/browser/DevicesContainer-3N7ANEJ7.mjs":{"imports":[{"path":"dist/lib/browser/chunk-FVEKZBM7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"react-qr-rounded","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/halo","kind":"import-statement","external":true},{"path":"@dxos/react-client/invitations","kind":"import-statement","external":true},{"path":"@dxos/react-client/mesh","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/shell/react","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/DevicesContainer/index.ts","inputs":{"src/containers/DevicesContainer/DevicesContainer.tsx":{"bytesInOutput":10036},"src/containers/DevicesContainer/index.ts":{"bytesInOutput":49}},"bytes":10397},"dist/lib/browser/JoinDialog-VTTK7NHO.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3782},"dist/lib/browser/JoinDialog-VTTK7NHO.mjs":{"imports":[{"path":"dist/lib/browser/chunk-FVEKZBM7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/plugin-observability/types","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/shell/react","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/JoinDialog/index.ts","inputs":{"src/containers/JoinDialog/JoinDialog.tsx":{"bytesInOutput":1689},"src/containers/JoinDialog/index.ts":{"bytesInOutput":37}},"bytes":2008},"dist/lib/browser/ProfileContainer-XV7OXJC2.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":11630},"dist/lib/browser/ProfileContainer-XV7OXJC2.mjs":{"imports":[{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/halo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-pickers","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/ProfileContainer/index.ts","inputs":{"src/containers/ProfileContainer/ProfileContainer.tsx":{"bytesInOutput":5803},"src/containers/ProfileContainer/index.ts":{"bytesInOutput":49}},"bytes":6106},"dist/lib/browser/RecoveryCodeDialog-WO34OZEJ.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4993},"dist/lib/browser/RecoveryCodeDialog-WO34OZEJ.mjs":{"imports":[{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"exports":["RecoveryCodeDialog","default"],"entryPoint":"src/containers/RecoveryCodeDialog/index.ts","inputs":{"src/containers/RecoveryCodeDialog/RecoveryCodeDialog.tsx":{"bytesInOutput":2637},"src/containers/RecoveryCodeDialog/index.ts":{"bytesInOutput":53}},"bytes":2976},"dist/lib/browser/RecoveryCredentialsContainer-G22FSTIX.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5300},"dist/lib/browser/RecoveryCredentialsContainer-G22FSTIX.mjs":{"imports":[{"path":"dist/lib/browser/chunk-FVEKZBM7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/react-client/halo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/RecoveryCredentialsContainer/index.ts","inputs":{"src/containers/RecoveryCredentialsContainer/RecoveryCredentialsContainer.tsx":{"bytesInOutput":2569},"src/containers/RecoveryCredentialsContainer/index.ts":{"bytesInOutput":73}},"bytes":3014},"dist/lib/browser/ResetDialog-W24FOWBQ.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3964},"dist/lib/browser/ResetDialog-W24FOWBQ.mjs":{"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/shell/react","kind":"import-statement","external":true}],"exports":["ResetDialog","default"],"entryPoint":"src/containers/ResetDialog/index.ts","inputs":{"src/containers/ResetDialog/ResetDialog.tsx":{"bytesInOutput":1717},"src/containers/ResetDialog/index.ts":{"bytesInOutput":39}},"bytes":1952},"dist/lib/browser/react-surface-5VZP34X3.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5758},"dist/lib/browser/react-surface-5VZP34X3.mjs":{"imports":[{"path":"dist/lib/browser/chunk-HSFDKP5D.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-FVEKZBM7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"dist/lib/browser/DevicesContainer-3N7ANEJ7.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/JoinDialog-VTTK7NHO.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/ProfileContainer-XV7OXJC2.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/RecoveryCodeDialog-WO34OZEJ.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/RecoveryCredentialsContainer-G22FSTIX.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/ResetDialog-W24FOWBQ.mjs","kind":"dynamic-import"}],"exports":["default"],"entryPoint":"src/capabilities/react-surface/react-surface.tsx","inputs":{"src/capabilities/react-surface/react-surface.tsx":{"bytesInOutput":1887},"src/containers/index.ts":{"bytesInOutput":504}},"bytes":2799},"dist/lib/browser/schema-defs-KAG6HQMI.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2569},"dist/lib/browser/schema-defs-KAG6HQMI.mjs":{"imports":[{"path":"dist/lib/browser/chunk-FVEKZBM7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/schema-defs/schema-defs.ts","inputs":{"src/capabilities/schema-defs/schema-defs.ts":{"bytesInOutput":868}},"bytes":1103},"dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":11140},"dist/lib/browser/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-ESDYRACB.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-FVEKZBM7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/app-graph-builder-GGJKFY3X.mjs","kind":"dynamic-import"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/migrations-GKUA2ARL.mjs","kind":"dynamic-import"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/react-context-GZ3T5UON.mjs","kind":"dynamic-import"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/react-surface-5VZP34X3.mjs","kind":"dynamic-import"},{"path":"@dxos/shell/react","kind":"import-statement","external":true}],"exports":["Account","ClientAction","ClientCapabilities","ClientEvents","ClientOperation","ClientPlugin","meta"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0},"src/ClientPlugin.ts":{"bytesInOutput":1695},"src/capabilities/app-graph-builder/index.ts":{"bytesInOutput":158},"src/capabilities/index.ts":{"bytesInOutput":0},"src/capabilities/migrations/index.ts":{"bytesInOutput":157},"src/capabilities/react-context/index.ts":{"bytesInOutput":164},"src/capabilities/react-surface/index.ts":{"bytesInOutput":164},"src/translations.ts":{"bytesInOutput":4189}},"bytes":7184},"dist/lib/browser/cli/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":81853},"dist/lib/browser/cli/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-ESDYRACB.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-FVEKZBM7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"yaml","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/halo/credentials","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client/halo","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/client/edge","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Args","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Duration","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@effect/cli/Args","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/platform/FileSystem","kind":"import-statement","external":true},{"path":"@effect/platform/Path","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"effect/Record","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/platform/FileSystem","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"@effect/platform/FileSystem","kind":"import-statement","external":true},{"path":"@effect/platform/Path","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/config","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/client-services","kind":"dynamic-import","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/platform/FileSystem","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/protocols","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/client-services","kind":"dynamic-import","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/platform/FileSystem","kind":"import-statement","external":true},{"path":"@effect/platform/Path","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"yaml","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@effect/cli/Command","kind":"import-statement","external":true},{"path":"@effect/cli/Options","kind":"import-statement","external":true},{"path":"@effect/cli/Prompt","kind":"import-statement","external":true},{"path":"@effect/platform/FileSystem","kind":"import-statement","external":true},{"path":"effect/Console","kind":"import-statement","external":true},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/cli-util","kind":"import-statement","external":true},{"path":"@dxos/client-protocol","kind":"import-statement","external":true},{"path":"@dxos/config","kind":"import-statement","external":true}],"exports":["ClientPlugin"],"entryPoint":"src/cli/index.ts","inputs":{"src/cli/plugin.ts":{"bytesInOutput":886},"src/cli/commands/config/index.ts":{"bytesInOutput":176},"src/cli/commands/config/view.ts":{"bytesInOutput":561},"src/cli/commands/index.ts":{"bytesInOutput":0},"src/cli/commands/device/index.ts":{"bytesInOutput":198},"src/cli/commands/device/info/info.ts":{"bytesInOutput":1241},"src/cli/commands/device/util.ts":{"bytesInOutput":2019},"src/cli/commands/device/info/index.ts":{"bytesInOutput":0},"src/cli/commands/device/list/list.ts":{"bytesInOutput":836},"src/cli/commands/device/list/index.ts":{"bytesInOutput":0},"src/cli/commands/device/update/update.ts":{"bytesInOutput":1713},"src/cli/commands/device/update/index.ts":{"bytesInOutput":0},"src/cli/commands/edge/index.ts":{"bytesInOutput":172},"src/cli/commands/edge/status.ts":{"bytesInOutput":1324},"src/cli/commands/halo/index.ts":{"bytesInOutput":247},"src/cli/commands/halo/create/create.ts":{"bytesInOutput":2228},"src/cli/commands/halo/util.ts":{"bytesInOutput":310},"src/cli/commands/halo/create/index.ts":{"bytesInOutput":0},"src/cli/commands/halo/credential/index.ts":{"bytesInOutput":204},"src/cli/commands/halo/credential/add/add.ts":{"bytesInOutput":3020},"src/cli/commands/halo/credential/add/index.ts":{"bytesInOutput":0},"src/cli/commands/halo/credential/list/list.ts":{"bytesInOutput":3485},"src/cli/commands/halo/credential/list/index.ts":{"bytesInOutput":0},"src/cli/commands/halo/identity/identity.ts":{"bytesInOutput":1172},"src/cli/commands/halo/identity/index.ts":{"bytesInOutput":0},"src/cli/commands/halo/keys/keys.ts":{"bytesInOutput":1278},"src/cli/commands/halo/keys/index.ts":{"bytesInOutput":0},"src/cli/commands/halo/recover/recover.ts":{"bytesInOutput":1510},"src/cli/commands/halo/recover/index.ts":{"bytesInOutput":0},"src/cli/commands/halo/seed/seed.ts":{"bytesInOutput":1197},"src/cli/commands/halo/seed/index.ts":{"bytesInOutput":0},"src/cli/commands/halo/update/update.ts":{"bytesInOutput":1784},"src/cli/commands/halo/update/index.ts":{"bytesInOutput":0},"src/cli/commands/profile/index.ts":{"bytesInOutput":239},"src/cli/commands/profile/create.ts":{"bytesInOutput":2382},"src/cli/commands/profile/util.ts":{"bytesInOutput":887},"src/cli/commands/profile/delete.ts":{"bytesInOutput":1271},"src/cli/commands/profile/import.ts":{"bytesInOutput":3487},"src/cli/commands/profile/inspect.ts":{"bytesInOutput":1963},"src/cli/commands/profile/list.ts":{"bytesInOutput":1833},"src/cli/commands/profile/reset.ts":{"bytesInOutput":1467},"src/cli/index.ts":{"bytesInOutput":0}},"bytes":40875},"dist/lib/browser/chunk-ESDYRACB.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1194},"dist/lib/browser/chunk-ESDYRACB.mjs":{"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/client-MM3BHCWG.mjs","kind":"dynamic-import"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/operation-resolver-VSWA74RS.mjs","kind":"dynamic-import"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/schema-defs-KAG6HQMI.mjs","kind":"dynamic-import"}],"exports":["Client","OperationResolver","SchemaDefs"],"inputs":{"src/capabilities/client/index.ts":{"bytesInOutput":129},"src/capabilities/operation-resolver/index.ts":{"bytesInOutput":179},"src/capabilities/schema-defs/index.ts":{"bytesInOutput":158}},"bytes":694},"dist/lib/browser/types/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/browser/types/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-FVEKZBM7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"}],"exports":["Account","ClientAction","ClientCapabilities","ClientEvents","ClientOperation"],"entryPoint":"src/types/index.ts","inputs":{},"bytes":286},"dist/lib/browser/app-graph-builder-GGJKFY3X.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":6003},"dist/lib/browser/app-graph-builder-GGJKFY3X.mjs":{"imports":[{"path":"dist/lib/browser/chunk-FVEKZBM7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/operation","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/react-client/mesh","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/app-graph-builder/app-graph-builder.ts","inputs":{"src/capabilities/app-graph-builder/app-graph-builder.ts":{"bytesInOutput":3435}},"bytes":3740},"dist/lib/browser/client-MM3BHCWG.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4976},"dist/lib/browser/client-MM3BHCWG.mjs":{"imports":[{"path":"dist/lib/browser/chunk-FVEKZBM7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/client/client.ts","inputs":{"src/capabilities/client/client.ts":{"bytesInOutput":2782}},"bytes":3013},"dist/lib/browser/migrations-GKUA2ARL.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2202},"dist/lib/browser/migrations-GKUA2ARL.mjs":{"imports":[{"path":"dist/lib/browser/chunk-FVEKZBM7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/migrations/migrations.ts","inputs":{"src/capabilities/migrations/migrations.ts":{"bytesInOutput":796}},"bytes":1027},"dist/lib/browser/operation-resolver-VSWA74RS.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":15918},"dist/lib/browser/operation-resolver-VSWA74RS.mjs":{"imports":[{"path":"dist/lib/browser/chunk-HSFDKP5D.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-FVEKZBM7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/operation","kind":"import-statement","external":true},{"path":"@dxos/operation","kind":"import-statement","external":true},{"path":"@dxos/plugin-observability/types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/operation-resolver/operation-resolver.ts","inputs":{"src/capabilities/operation-resolver/operation-resolver.ts":{"bytesInOutput":9583}},"bytes":9986},"dist/lib/browser/chunk-HSFDKP5D.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":547},"dist/lib/browser/chunk-HSFDKP5D.mjs":{"imports":[{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"}],"exports":["JOIN_DIALOG","RECOVERY_CODE_DIALOG","RESET_DIALOG"],"inputs":{"src/constants.ts":{"bytesInOutput":148}},"bytes":327},"dist/lib/browser/react-context-GZ3T5UON.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1526},"dist/lib/browser/react-context-GZ3T5UON.mjs":{"imports":[{"path":"dist/lib/browser/chunk-FVEKZBM7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/react-context/react-context.tsx","inputs":{"src/capabilities/react-context/react-context.tsx":{"bytesInOutput":577}},"bytes":837},"dist/lib/browser/chunk-FVEKZBM7.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":14537},"dist/lib/browser/chunk-FVEKZBM7.mjs":{"imports":[{"path":"dist/lib/browser/chunk-JHSBBOCI.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/client","kind":"import-statement","external":true},{"path":"@dxos/operation","kind":"import-statement","external":true}],"exports":["Account","ClientAction","ClientCapabilities","ClientEvents","ClientOperation"],"inputs":{"src/types/capabilities.ts":{"bytesInOutput":406},"src/types/index.ts":{"bytesInOutput":0},"src/types/events.ts":{"bytesInOutput":580},"src/types/schema.ts":{"bytesInOutput":6619}},"bytes":7870},"dist/lib/browser/chunk-JHSBBOCI.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":652},"dist/lib/browser/chunk-JHSBBOCI.mjs":{"imports":[{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["meta"],"inputs":{"src/meta.ts":{"bytesInOutput":283}},"bytes":362}}}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/capabilities/migrations/migrations.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Capabilities, Capability } from '@dxos/app-framework';\n\nimport { ClientCapabilities } from '../../types';\n\nexport default Capability.makeModule(\n Effect.fnUntraced(function* () {\n const registry = yield* Capability.get(Capabilities.AtomRegistry);\n const client = yield* Capability.get(ClientCapabilities.Client);\n const migrationsAtom = yield* Capability.atom(ClientCapabilities.Migration);\n\n // NOTE: Migrations are currently unidirectional and idempotent.\n const cancel = registry.subscribe(\n migrationsAtom,\n (_migrations: any[]) => {\n const migrations = Array.from(new Set(_migrations.flat()));\n const spaces = client.spaces.get();\n void Promise.all(spaces.map((space: any) => space.internal.db.runMigrations(migrations)));\n },\n { immediate: true },\n );\n\n return Capability.contributes(Capabilities.Null, null, () => Effect.sync(() => cancel()));\n }),\n);\n"],
|
|
5
|
-
"mappings": ";;;;;;AAIA,YAAYA,YAAY;AAExB,SAASC,cAAcC,kBAAkB;AAIzC,IAAA,qBAAeC,WAAWC,WACjBC,kBAAW,aAAA;AAChB,QAAMC,WAAW,OAAOH,WAAWI,IAAIC,aAAaC,YAAY;AAChE,QAAMC,SAAS,OAAOP,WAAWI,IAAII,mBAAmBC,MAAM;AAC9D,QAAMC,iBAAiB,OAAOV,WAAWW,KAAKH,mBAAmBI,SAAS;AAG1E,QAAMC,SAASV,SAASW,UACtBJ,gBACA,CAACK,gBAAAA;AACC,UAAMC,aAAaC,MAAMC,KAAK,IAAIC,IAAIJ,YAAYK,KAAI,CAAA,CAAA;AACtD,UAAMC,SAASd,OAAOc,OAAOjB,IAAG;AAChC,SAAKkB,QAAQC,IAAIF,OAAOG,IAAI,CAACC,UAAeA,MAAMC,SAASC,GAAGC,cAAcZ,UAAAA,CAAAA,CAAAA;EAC9E,GACA;IAAEa,WAAW;EAAK,CAAA;AAGpB,SAAO7B,WAAW8B,YAAYzB,aAAa0B,MAAM,MAAM,MAAaC,YAAK,MAAMnB,OAAAA,CAAAA,CAAAA;AACjF,CAAA,CAAA;",
|
|
6
|
-
"names": ["Effect", "Capabilities", "Capability", "Capability", "makeModule", "fnUntraced", "registry", "get", "Capabilities", "AtomRegistry", "client", "ClientCapabilities", "Client", "migrationsAtom", "atom", "Migration", "cancel", "subscribe", "_migrations", "migrations", "Array", "from", "Set", "flat", "spaces", "Promise", "all", "map", "space", "internal", "db", "runMigrations", "immediate", "contributes", "Null", "sync"]
|
|
7
|
-
}
|