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
We have a discord server now, join now!
Fixed
- Replaced
any
s in some$fs.scripts.lib()
functions (Thank you @Helloman892) - Babel internal modules being preprocessed causing some weirdness
- Some DB methods being overly strict
hsm gen-dts
treating folders with invalid hackmud user names as user script folders causing an invalidplayer.d.ts
to be generated (Thank you @danswann)- Files that should be preprocessed not being preprocessed on Windows (Thank you @SarahIsWeird)
this
in arrow functions in class methods being replaced withundefined
(Thank you @SarahIsWeird)- Generating invalid paths in
player.d.ts
Setup: https://github.com/samualtnorman/hackmud-script-manager#install
Full Changelog: v0.21.1...v0.21.2
New Contributors
- @Helloman892 made their first contribution in #226!
- @SarahIsWeird made their first contribution in #234!