Skip to content

v0.37.0

Choose a tag to compare

@marle3003 marle3003 released this 01 Mar 20:51
· 256 commits to main since this release
83f3287

✨ Improvements

NPM Package

  • The go-mokapi npm package now uses platform-specific binary packages instead of shipping all binaries in a single package.
  • Platform binaries are installed automatically via optionalDependencies, so only the binary matching your OS and CPU is downloaded.
  • Supported platforms include:
    • macOS: darwin-x64, darwin-arm64
    • Linux: linux-x64, linux-arm64
    • Windows: win32-x64, win32-arm64