Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: remove HdKeyring as default export #161

Draft
wants to merge 7 commits into
base: mikesposito/hdkeyring-ts-only
Choose a base branch
from

Conversation

mikesposito
Copy link
Member

@mikesposito mikesposito commented Jan 27, 2025

Blocked by: #166

After @metamask/eth-hd-keyring is migrated to Typescript, this PR edits its main file name and removes HdKeyeing as default export.


There is no consumer-facing change, besides this one:

  • BREAKING: This package now has no default export

@mikesposito mikesposito changed the title wip: Migrate HdKeyring to typescript refactor: Migrate HdKeyring to typescript Jan 28, 2025
@mikesposito mikesposito changed the title refactor: Migrate HdKeyring to typescript refactor!: Migrate HdKeyring to typescript Jan 28, 2025
@mikesposito mikesposito changed the title refactor!: Migrate HdKeyring to typescript refactor!: migrate HdKeyring to typescript Jan 28, 2025
@mikesposito mikesposito marked this pull request as ready for review January 28, 2025 14:35
@mikesposito mikesposito requested a review from a team as a code owner January 28, 2025 14:35
@mikesposito
Copy link
Member Author

@metamaskbot publish-preview

Copy link

Preview builds have been published. See these instructions (from the core monorepo) for more information about preview builds.

Expand for full list of packages and versions.
{
  "@metamask-previews/keyring-api": "15.0.0-0aca2ee",
  "@metamask-previews/eth-hd-keyring": "9.0.1-0aca2ee",
  "@metamask-previews/eth-ledger-bridge-keyring": "8.0.3-0aca2ee",
  "@metamask-previews/eth-simple-keyring": "8.0.1-0aca2ee",
  "@metamask-previews/eth-trezor-keyring": "6.0.1-0aca2ee",
  "@metamask-previews/keyring-internal-api": "3.0.0-0aca2ee",
  "@metamask-previews/keyring-internal-snap-client": "3.0.1-0aca2ee",
  "@metamask-previews/eth-snap-keyring": "9.0.0-0aca2ee",
  "@metamask-previews/keyring-snap-client": "3.0.1-0aca2ee",
  "@metamask-previews/keyring-snap-sdk": "2.1.0-0aca2ee",
  "@metamask-previews/keyring-utils": "1.3.0-0aca2ee"
}

@mikesposito mikesposito changed the base branch from main to mikesposito/hdkeyring-ts-only January 28, 2025 15:20
@mikesposito mikesposito marked this pull request as draft January 28, 2025 15:21
@mikesposito mikesposito changed the title refactor!: migrate HdKeyring to typescript refactor!: remove HdKeyring as default export Jan 28, 2025
@mikesposito mikesposito force-pushed the mikesposito/hdkeyring-typescript branch from 0aca2ee to aa7ef4d Compare January 28, 2025 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate @metamask/eth-hd-keyring to TypeScript
2 participants