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

npm package support #7

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

npm package support #7

wants to merge 21 commits into from

Commits on Dec 21, 2021

  1. pack support

    muzam authored and Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    3ffa92c View commit details
    Browse the repository at this point in the history
  2. Update package name

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    caf46f3 View commit details
    Browse the repository at this point in the history
  3. Add typechain definitions to repo

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    a224ee5 View commit details
    Browse the repository at this point in the history
  4. Specify the package as a module

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    490f4b6 View commit details
    Browse the repository at this point in the history
  5. Extend prettier config

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    66afc5a View commit details
    Browse the repository at this point in the history
  6. Update entrypoint location

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    fca9b90 View commit details
    Browse the repository at this point in the history
  7. Move away from pnpm to yarn

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    5f94cc8 View commit details
    Browse the repository at this point in the history
  8. Update packages

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    30b0935 View commit details
    Browse the repository at this point in the history
  9. Update tests to fit updated packages

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    65c43db View commit details
    Browse the repository at this point in the history
  10. Publish hardhat config files for typechain generation

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    4717f53 View commit details
    Browse the repository at this point in the history
  11. Move deps from dev-deps to deps

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    d53e50b View commit details
    Browse the repository at this point in the history
  12. Changed globs to find abis in parent library and added test/ in pack.

    Skip generating test types on postinstall
    
    Don't publish typechain defs as they're generated on postinstall
    muzam authored and Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    62a6b7b View commit details
    Browse the repository at this point in the history
  13. compile artifacts before packing and generate typechains on postinstall.

    muzam authored and Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    e69432b View commit details
    Browse the repository at this point in the history
  14. Publish config to trick compile on postinstall

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    2940303 View commit details
    Browse the repository at this point in the history
  15. Trade DX for UX, update Readme

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    01e3248 View commit details
    Browse the repository at this point in the history
  16. Let's try this out

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    c8729a3 View commit details
    Browse the repository at this point in the history
  17. INIT_CWD is magic

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    46ca4ad View commit details
    Browse the repository at this point in the history
  18. Is PWD more magic?

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    3ba6d51 View commit details
    Browse the repository at this point in the history
  19. Try some more magic

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    9489663 View commit details
    Browse the repository at this point in the history
  20. Ditch the postinstall, just bundle the stuff

    Jani Anttonen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    112f3cb View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Cross env shell for reading variables

    muzam committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    0e0c2ac View commit details
    Browse the repository at this point in the history