To update to the latest release:
- If you have HSM installed globally, run
npm install -g hackmud-script-manager@latest
- Run
pnpm add hackmud-script-manager@latest
in your Hackmud Scripting Environment
Fixed
- Exit code not being set when warnings are printed to stderr
_id
type not being set in mongo queriesObjectId
not being a valid mongo id (thank you @danswann!) #223false
incorrectly being allowed as mongo ids (thank you @danswann!) #223- Type error coming from
hackmud-script-manager/env
--root-folder-path
not applying in specific case- Trying to treat folders with invalid user names (e.g.
.git
) as if they were for pushing scripts from (thank you @danswann) #225
Setup: https://github.com/samualtnorman/hackmud-script-manager#install
Full Changelog: v0.21.0...v0.21.1