Skip to content

Hackmud Script Manager 0.21.2

Latest
Compare
Choose a tag to compare
@samualtnorman samualtnorman released this 04 Feb 22:28
· 41 commits to main since this release
c5079be

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 anys 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 invalid player.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 with undefined (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