Version 3.2.0
@slippi/slippi-js
is no longer a dependency but a peer dependency. Make sure you install@slippi/slippi-js
v6.x along with this dependency.- Fixes some issues with
SlpFolderStream
. You should still avoid using the folder stream if possible. PreferSlpLiveStream
if you can.- The
start
method now returns a promise. - The
includeSubfolders
boolean param is now an object.
- The
- Update a bunch of dependencies