chore(admin-dapp): update @enbox packages to latest + fix connect import#228
Merged
Conversation
…mport - Bump all @enbox/* deps to latest (agent 0.8.17, api 0.6.55, auth 0.6.63, browser 0.3.41, crypto 0.1.5, dids 0.1.5, dwn-sdk-js 0.4.10, protocols 0.2.82) - ConnectPermissionRequest moved from @enbox/agent to @enbox/browser (re-exported from @enbox/connect); update the type import accordingly Frontend-only change; admin-dapp `bun run build` passes. No Go code touched. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
LiranCohen
added a commit
that referenced
this pull request
Jul 11, 2026
…T_WALLETS Builds on #228 (which already bumped the rest of @enbox/* to latest and fixed the ConnectPermissionRequest import): - Bump @enbox/browser 0.3.41 -> 0.3.42 (standardized connect dialog). - Replace the hardcoded 2-wallet WALLET_OPTIONS with the SDK's DEFAULT_WALLETS (Enbox, Prism, Matcha, Onyx) so the dialog's searchable wallet grid stays current; favicons are derived from each wallet origin (no third-party proxy). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the meshd admin-dapp to the latest published
@enbox/*packages and adapts to the connect-flow API change.@enbox/*deps to latest:ConnectPermissionRequestmoved out of@enbox/agent(now re-exported from@enbox/browservia@enbox/connect); updated the type import. Object shape (protocolDefinition+permissionScopes) is unchanged.Verification
admin-dappbun run build(tsc + vite) passes cleanly.go build/go vet/go testare unaffected.meshd-adminCloudflare Pages project (admin.meshd.sh) to update the live admin dapp to the latest connect flow.