Skip to content

21.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Jan 16:37
e0353bd

@metamask/keyring-api 14.0.0

Added

  • Add listAccountAssets keyring method (#148)

Changed

  • BREAKING: Make CaipAssetType type more restritive (#150)
    • It used to be a string but it has been restricted with a template literal type that matches CAIP-19 asset type.

@metamask/keyring-internal-api 2.0.1

Changed

  • Bump @metamask/keyring-api from ^13.0.0 to ^14.0.0 (#155)

@metamask/keyring-internal-snap-client 3.0.0

Added

  • Add listAccountAssets keyring method (#148)
    • This is inherited from the KeyringClient changes.

Changed

  • BREAKING: Bump @metamask/keyring-api from ^13.0.0 to ^14.0.0 (#155)
    • The CaipAssetType is now more restrictive which affects the existing getAccountBalances method.

@metamask/eth-snap-keyring 8.1.1

Changed

  • Bump @metamask/keyring-api from ^13.0.0 to ^14.0.0 (#155)

@metamask/keyring-snap-client 3.0.0

Added

  • Add listAccountAssets keyring method (#148)

Changed

  • BREAKING: Bump @metamask/keyring-api from ^13.0.0 to ^14.0.0 (#155)
    • The CaipAssetType is now more restrictive which affects the existing getAccountBalances method.

@metamask/keyring-snap-sdk 2.1.0

Added

  • Add support of listAccountAssets keyring method (#148)

@metamask/keyring-utils 1.2.0

Changed

  • Add generic type in definePattern (#150)
    • It allows to use template literal type that matches the pattern.