@vostokplatform/waves-api
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "@vostokplatform/waves-api", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Vostok client-side API library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -103,3 +103,3 @@ "use strict"; | ||
} | ||
fetchInstance(nodeAddress + constants_1.SIGN_PATH, __assign({}, exports.POST_TEMPLATE, { credentials: 'include', body: exports.SAFE_JSON_STRINGIFY(body, null, null) })) | ||
return fetchInstance(nodeAddress + constants_1.SIGN_PATH, __assign({}, exports.POST_TEMPLATE, { credentials: 'include', body: exports.SAFE_JSON_STRINGIFY(body, null, null) })) | ||
.then(function (r) { return processJSON(r); }) | ||
@@ -106,0 +106,0 @@ .then(function (tx) { return fetchInstance(nodeAddress + constants_1.BROADCAST_PATH, __assign({}, exports.POST_TEMPLATE, { credentials: 'include', body: exports.SAFE_JSON_STRINGIFY(tx, null, null) })).then(function (r) { return processJSON(r); }); }); |
@@ -163,3 +163,3 @@ import {ISignatureGenerator, ISignatureGeneratorConstructor} from '@vostokplatform/signature-generator'; | ||
fetchInstance(nodeAddress + SIGN_PATH, { | ||
return fetchInstance(nodeAddress + SIGN_PATH, { | ||
...POST_TEMPLATE, | ||
@@ -166,0 +166,0 @@ credentials: 'include', |
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
3823562