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
BREAKING: Drop support for Node.js versions older than v20
BREAKING: Removed exportJson method in favor of toJSON
BREAKING: Renamed importJson method to importJSON. Importing from a file is no longer supported. Read the file yourself if you need this functionality.
Filesystem access is now done using the native fs.promises instead of fs-extra