Comparing version 0.1.24 to 0.1.25
@@ -86,3 +86,3 @@ 'use strict'; | ||
await release.setImplementation(contractName, implementation.address, this.txParams); | ||
log.info(' Implementation set:', implementation.address); | ||
log.info(` Implementation set: ${implementation.address}`); | ||
return implementation; | ||
@@ -89,0 +89,0 @@ } |
@@ -30,6 +30,4 @@ 'use strict'; | ||
_fetchPackage(address) { | ||
log.info('Deploying new Package...'); | ||
const Package = _Contracts2.default.getFromLib('Package'); | ||
this.package = new Package(address); | ||
log.info(`Deployed Package ${this.package.address}`); | ||
} | ||
@@ -36,0 +34,0 @@ }; |
{ | ||
"name": "zos-lib", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"description": "ZeppelinOS library", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5750502
142610