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 archiver zip issue with node >16 #64

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on May 3, 2022

  1. node >=16 doest have support for async lib, thus /download not genera…

    …ting any data, adding support for >=16 node versions
    pradeep kundu committed May 3, 2022
    Configuration menu
    Copy the full SHA
    0b305a1 View commit details
    Browse the repository at this point in the history
  2. node >=16 doest have support for async lib, thus /download not genera…

    …ting any data, adding support for >=16 node versions
    pradeep kundu committed May 3, 2022
    Configuration menu
    Copy the full SHA
    570ba93 View commit details
    Browse the repository at this point in the history
  3. node >=16 doest have support for async lib, thus /download not genera…

    …ting any data, adding support for >=16 node versions
    pradeep kundu committed May 3, 2022
    Configuration menu
    Copy the full SHA
    e64bbdd View commit details
    Browse the repository at this point in the history
  4. refactor

    pradeep kundu committed May 3, 2022
    Configuration menu
    Copy the full SHA
    5721061 View commit details
    Browse the repository at this point in the history
  5. refactor

    pradeep kundu committed May 3, 2022
    Configuration menu
    Copy the full SHA
    305a8e3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. fix node 16 archiver issue

    pradeep kundu committed May 5, 2022
    Configuration menu
    Copy the full SHA
    0b2e478 View commit details
    Browse the repository at this point in the history
  2. fix node 16 archiver issue

    pradeep kundu committed May 5, 2022
    Configuration menu
    Copy the full SHA
    2407deb View commit details
    Browse the repository at this point in the history