@vostokplatform/waves-api
Advanced tools
Comparing version 1.3.0-RC13 to 1.3.0-RC14
{ | ||
"name": "@vostokplatform/waves-api", | ||
"version": "1.3.0-RC13", | ||
"version": "1.3.0-RC14", | ||
"description": "Vostok client-side API library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -716,3 +716,3 @@ "use strict"; | ||
}); | ||
var result = __assign({}, d, { params: data, transactionType: null, type: constants.DOCKER_CALL_TX_V2, version: constants.DOCKER_CALL_TX_VERSION_V2 }); | ||
var result = __assign({}, d, { feeAssetId: remap_1.normalizeAssetId(d.feeAssetId), params: data, transactionType: null, type: constants.DOCKER_CALL_TX_V2, version: constants.DOCKER_CALL_TX_VERSION_V2 }); | ||
return result; | ||
@@ -719,0 +719,0 @@ }; |
@@ -855,2 +855,3 @@ import { TTransactionRequest } from '../../utils/request' | ||
...d, | ||
feeAssetId: normalizeAssetId(d.feeAssetId), | ||
params: data, | ||
@@ -857,0 +858,0 @@ transactionType: null, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
3864217
66756