This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
v2.0.2
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 onweb3@^0.x
(38867fd)