@harmony-js/contract
Advanced tools
Comparing version 0.0.42 to 0.0.43
{ | ||
"name": "@harmony-js/contract", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"description": "contract libraries for harmony", | ||
@@ -21,9 +21,9 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@harmony-js/account": "0.0.42", | ||
"@harmony-js/crypto": "0.0.42", | ||
"@harmony-js/network": "0.0.42", | ||
"@harmony-js/transaction": "0.0.42", | ||
"@harmony-js/utils": "0.0.42" | ||
"@harmony-js/account": "0.0.43", | ||
"@harmony-js/crypto": "0.0.43", | ||
"@harmony-js/network": "0.0.43", | ||
"@harmony-js/transaction": "0.0.43", | ||
"@harmony-js/utils": "0.0.43" | ||
}, | ||
"gitHead": "37f7dfe379e200fe27268548d73cb6283c4c65cb" | ||
"gitHead": "0ca07d7613e6db11f59a5ea5cd39b592977da2af" | ||
} |
@@ -46,3 +46,3 @@ import { Wallet } from '@harmony-js/account'; | ||
const updateNonce: boolean = params.nonce ? false : true; | ||
const updateNonce: boolean = params.nonce !== undefined ? false : true; | ||
@@ -49,0 +49,0 @@ this.signTransaction(updateNonce).then((signed) => { |
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
16661415
+ Added@harmony-js/account@0.0.43(transitive)
+ Added@harmony-js/core@0.0.43(transitive)
+ Added@harmony-js/crypto@0.0.43(transitive)
+ Added@harmony-js/network@0.0.43(transitive)
+ Added@harmony-js/transaction@0.0.43(transitive)
+ Added@harmony-js/utils@0.0.43(transitive)
- Removed@harmony-js/account@0.0.42(transitive)
- Removed@harmony-js/core@0.0.42(transitive)
- Removed@harmony-js/crypto@0.0.42(transitive)
- Removed@harmony-js/network@0.0.42(transitive)
- Removed@harmony-js/transaction@0.0.42(transitive)
- Removed@harmony-js/utils@0.0.42(transitive)
Updated@harmony-js/account@0.0.43
Updated@harmony-js/crypto@0.0.43
Updated@harmony-js/network@0.0.43
Updated@harmony-js/utils@0.0.43