Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

v2.0.2

Compare
Choose a tag to compare
@facuspagnuolo facuspagnuolo released this 19 Dec 20:14
· 619 commits to master since this release

This patch fixes an issue caused by a transitive dependency of zos being made incompatible as part of a patch version bump. As such, all fresh installations of 2.0.1 will download an incompatible dependency, and crash on zos push. This release fixes the issue by pinning the transitive dependency versions.

Added

  • truffle-provider dependency to make sure we rely on web3@^0.x (38867fd)

Fixed

  • Pin truffle dependencies versions (38867fd)
  • Promise resolution in runWithTruffle function (6e4258c)