streamich / unionfs

Use multiple fs modules at once
https://www.npmjs.com/package/unionfs
The Unlicense
207 stars 24 forks source link

Upgrade fs-monkey dependency #757

Closed ayvaroff closed 1 year ago

ayvaroff commented 1 year ago

Please upgrade fs-monkey dependency to the latest one (v1.0.3).

I encountered an issue when rmSync function is not available when using memfs with uninonfs. After some investigation I found out that the version of fs-monkey is different and doesn't include new implemented methods.

I wanted to create PR myself but due to permissions this issue was created instead.

G-Rath commented 1 year ago

v1.0.4 was released a couple of days ago which has support for rm and rmSync, so this is now resolved