The wiki has been updated to reflect the latest changes. Dependencies have been updated to their current versions. The codebase has been rewritten to use ES modules (.mjs) to support modern libraries. Prettier has been added for code formatting.
Breaking changes
The configuration file format has changed. The passPhrase key in the config has been renamed to passphrase. The configuration files config.json and config.default.json have been renamed to config.jsonc and config.default.jsonc respectively. The account new command response now returns passphrase instead of passPhrase. The command-line flag --passPhrase has been renamed to --passphrase, so adm --passPhrase="" should now be adm --passphrase="".