You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Browserify bundler is no longer supported. Snaps using the Browserify
bundler will need to be migrated to the new configuration format based on
Webpack.
The bundler option in the Snap configuration file was removed, and the CLI
will show an error if it's used in config.
Several command line flags that were used to configure the Browserify
bundler were removed.
Use the config file to provide these options instead.
The removed options are:
--bundle
--dist
--eval
--manifest
--outfileName
--root
--sourceMaps
--src
--stripComments
--suppressWarnings
--transpilationMode
--depsToTranspile
--verboseErrors
--writeManifest
--serve
@metamask/snaps-controllers 11.2.1
Fixed
Make comparision case sensitive in MultichainRouter (#3310)
@metamask/snaps-execution-environments 7.2.1
Fixed
Add missing includeMarketData param to onAssetsConversion handler (#3323)