Skip to main content

Updates 11 December, 2024

· 2 min read
Zen Voich
Mops Maintainer

Summary

  • Mops CLI updates (v1.2.0, v1.1.2)
  • Multiple package owners and maintainers support
  • Package registry fixes

Mops CLI updates

Run mops self update to update Mops CLI to the latest version.

Release 1.2.0

  • Removed mops transfer-ownership command
  • Added mops owner command to manage package owners (docs)
  • Added mops maintainers command to manage package maintainers (docs)
  • Added experimental support for pocket-ic replica that comes with dfx in mops test command (docs)
  • Added flag --verbose to mops test command to show replica logs
  • Fixed bug where mops watch would fail if dfx.json did not exist
  • Fixed bug with local dependencies without mops.toml file

Release 1.1.2

  • Fixed {MOPS_ENV} substitution in local package path

Multiple package owners and maintainers support

Now each package can have multiple owners and maintainers. Owners have full access to the package, while maintainers can only publish new versions.

On "Versions" tab you can see who published each version of the package.

Documentation:

Package registry fixes

Fixed scrolling to definition in package documentation.

Fixed automatic assignment of package category based on package keywords.