Skip to content

25.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 11:13
7705930

@metamask/snaps-cli 4.0.0

Changed

  • BREAKING: Synchronously initialize WASM modules (#2024)
    • When the experimental.wasm flag in the Snaps CLI is enabled, the WASM module will now be synchronously initialized, rather than being inlined as a Uint8Array.

@metamask/snaps-controllers 3.5.1

Changed

  • Improve SnapController constructor types (#2023)
  • Bump snaps-registry (#2020)

@metamask/snaps-utils 5.1.0

Added

  • Add getSnapDerivationPathName and getSlip44ProtocolName to be shared across clients (#2033)

Changed

  • Bump snaps-registry (#2020)

@metamask/wasm-example-snap 2.1.1

Changed

  • Use synchronously initialized WASM (#2024)