v1.8.0

ravitemer/mcp-hubv1.8.0Mar 31, 2025by ravitemer

AI Summary

Feature release improving build process and dependency management for better compatibility

Key Highlights

  • Moved runtime dependencies to devDependencies and bundled them
  • Improved build process to include all dependencies in the bundle

New Features

  • Moved runtime dependencies to devDependencies and bundled them for better compatibility
  • Added prepublishOnly script to ensure dist/cli.js is built before publishing
  • Improved build process to include all dependencies in the bundle

Full Release Notes

### Changed

- Moved runtime dependencies to devDependencies and bundled them for better compatibility
- Added prepublishOnly script to ensure dist/cli.js is built before publishing
- Improved build process to include all dependencies in the bundle