Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Enable PM2 module update from tarball #5906

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Commits on Oct 25, 2024

  1. fix: Update TAR.package to TAR.packager in Modularizer.js

    The package function in TAR.js was renamed to packager for ES6 strict mode compatibility (Unitech#5680),
    but the reference in Modularizer.js was not updated accordingly.
    AYOKINYA committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f57a22a View commit details
    Browse the repository at this point in the history
  2. feat: Add tarball support to module:update command

    Implement tarball handling in module:update to match functionality of module:install
    AYOKINYA committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    194200a View commit details
    Browse the repository at this point in the history