Comparing version 22.1.0-61-2c1d6ae to 22.1.0-62-b89fc92
@@ -143,2 +143,3 @@ /** | ||
error_code: number | null; | ||
bill_to_accounts: string[]; | ||
} | ||
@@ -145,0 +146,0 @@ export interface TransactResult { |
@@ -437,3 +437,5 @@ "use strict"; | ||
pushTransactionArgs = { | ||
serializedTransaction: serializedTransaction, serializedContextFreeData: serializedContextFreeData, signatures: [] | ||
serializedTransaction: serializedTransaction, | ||
serializedContextFreeData: serializedContextFreeData, | ||
signatures: [] | ||
}; | ||
@@ -440,0 +442,0 @@ if (!sign) return [3 /*break*/, 12]; |
@@ -528,2 +528,3 @@ /** | ||
transaction_header?: TraceApiTransactionHeader; | ||
bill_to_accounts: string[]; | ||
} | ||
@@ -530,0 +531,0 @@ /** Return value of `/v1/trace_api/get_block` */ |
{ | ||
"name": "eosjs", | ||
"version": "22.1.0-61-2c1d6ae", | ||
"version": "22.1.0-62-b89fc92", | ||
"description": "Talk to eos API", | ||
@@ -39,3 +39,3 @@ "main": "dist/index.js", | ||
"@types/jest": "^26.0.23", | ||
"@types/node": "^14.17.1", | ||
"@types/node": "^14.17.4", | ||
"@types/node-fetch": "^2.5.10", | ||
@@ -46,5 +46,5 @@ "@types/pako": "^1.0.1", | ||
"crypto-browserify": "^3.12.0", | ||
"cypress": "^7.4.0", | ||
"cypress": "^7.6.0", | ||
"eosjs-ecc": "^4.0.7", | ||
"eslint": "^7.27.0", | ||
"eslint": "^7.29.0", | ||
"jest": "^26.6.3", | ||
@@ -55,6 +55,6 @@ "jest-extended": "^0.11.5", | ||
"ts-jest": "^26.5.6", | ||
"ts-loader": "^9.2.2", | ||
"typescript": "^4.3.2", | ||
"webpack": "^5.38.1", | ||
"webpack-cli": "^4.7.0" | ||
"ts-loader": "^9.2.3", | ||
"typescript": "^4.3.4", | ||
"webpack": "^5.41.1", | ||
"webpack-cli": "^4.7.2" | ||
}, | ||
@@ -61,0 +61,0 @@ "jest": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
403093
6283