Skip to content

123.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 14:25
fcdb865

@metamask/snaps-cli 8.2.0

Changed

  • Add support for eval in watch mode (#3553)
    • This enables some extra validation checks in watch mode, which can help
      catch issues earlier in the development process.

@metamask/snaps-controllers 14.2.1

Fixed

  • Prevent double scheduling events and ensure long-running events work correctly (#3561)
  • Emit event when destroying execution environment streams (#3074)
  • Ignore terminate calls to not executing Snaps (#3559)
  • Properly stop Snaps when clearing state (#3552)

@metamask/snaps-execution-environments 10.2.1

Changed

  • Bump ses from 1.13.1 to 1.14.0 (#3557)

Fixed

  • Ignore "Premature close" stream messages (#3074)

@metamask/snaps-simulation 3.4.1

Fixed

  • Ignore "Premature close" stream messages (#3074)

@metamask/snaps-utils 11.4.0

Added

  • Add support for eval in watch mode for Snaps CLI (#3553)

Changed

  • Bump ses from 1.13.1 to 1.14.0 (#3557)

Fixed

  • Fix typos in SnapAuxiliaryFilesStruct variable and SnapAuxiliaryFile type (#3545)
    • SnapAuxilaryFilesStruct and SnapAuxilaryFile are still exported for
      backwards compatibility, but will be removed in a future release.

@metamask/snaps-webpack-plugin 5.1.0

Added

  • Add support for eval in watch mode for Snaps CLI (#3553)

Changed

  • Bump @metamask/utils from 11.4.0 to 11.4.2 (#3516, #3526)