@harmony-js/transaction
Advanced tools
Comparing version 0.1.56 to 0.1.58
{ | ||
"name": "@harmony-js/transaction", | ||
"version": "0.1.56", | ||
"version": "0.1.58", | ||
"description": "transaction package for harmony", | ||
@@ -21,7 +21,7 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@harmony-js/crypto": "0.1.56", | ||
"@harmony-js/network": "0.1.56", | ||
"@harmony-js/utils": "0.1.56" | ||
"@harmony-js/crypto": "0.1.58", | ||
"@harmony-js/network": "0.1.58", | ||
"@harmony-js/utils": "0.1.58" | ||
}, | ||
"gitHead": "8f8e17fdaed394af1c28cd133d6018bf48915a81" | ||
"gitHead": "5eddd0feb2bfe92c36b194fe0a9ffe40f8173d6c" | ||
} |
@@ -36,3 +36,3 @@ /** | ||
it('should test wallet sign and send', async () => { | ||
const responses = [ | ||
let responses = [ | ||
{ | ||
@@ -48,4 +48,3 @@ jsonrpc: '2.0', | ||
}, | ||
].map((res) => [JSON.stringify(res)] as [string]); | ||
].map(response => JSON.stringify(response), {status: 200}); | ||
fetch.mockResponses(...responses); | ||
@@ -202,4 +201,3 @@ const factory = new TransactionFactory(msgHttp); | ||
}, | ||
].map((res) => [JSON.stringify(res)] as [string]); | ||
].map(response => JSON.stringify(response), {status: 200}); | ||
fetch.mockResponses(...responses); | ||
@@ -324,4 +322,3 @@ | ||
}, | ||
].map((res) => [JSON.stringify(res)] as [string]); | ||
].map(response => JSON.stringify(response), {status: 200}); | ||
fetch.mockResponses(...responses); | ||
@@ -428,4 +425,3 @@ | ||
}, | ||
].map((res) => [JSON.stringify(res)] as [string]); | ||
].map(response => JSON.stringify(response), {status: 200}); | ||
fetch.mockResponses(...responses); | ||
@@ -432,0 +428,0 @@ |
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
877644
56
10576
+ Added@harmony-js/crypto@0.1.58(transitive)
+ Added@harmony-js/network@0.1.58(transitive)
+ Added@harmony-js/utils@0.1.58(transitive)
+ Addedscrypt@6.0.3(transitive)
+ Addedscrypt.js@0.3.0(transitive)
+ Addedscryptsy@1.2.1(transitive)
- Removed@harmony-js/crypto@0.1.56(transitive)
- Removed@harmony-js/network@0.1.56(transitive)
- Removed@harmony-js/utils@0.1.56(transitive)
Updated@harmony-js/crypto@0.1.58
Updated@harmony-js/network@0.1.58
Updated@harmony-js/utils@0.1.58