@swp/ledger-sdk
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -61,3 +61,3 @@ "use strict"; | ||
exports.newTransferFromNotFound = function (index) { | ||
return exports.newValidationError([ | ||
return exports.newNotFound([ | ||
{ | ||
@@ -71,3 +71,3 @@ code: dto_1.SubErrorCode.TransferFromNotFound, | ||
exports.newTransferToNotFound = function (index) { | ||
return exports.newValidationError([ | ||
return exports.newNotFound([ | ||
{ | ||
@@ -81,3 +81,3 @@ code: dto_1.SubErrorCode.TransferToNotFound, | ||
exports.newTransferAssetNotFound = function (index) { | ||
return exports.newValidationError([ | ||
return exports.newNotFound([ | ||
{ | ||
@@ -84,0 +84,0 @@ code: dto_1.SubErrorCode.TransferAssetNotFound, |
{ | ||
"name": "@swp/ledger-sdk", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -37,2 +37,6 @@ "private": false, | ||
"email": "paulo@swipetech.io" | ||
}, | ||
{ | ||
"name": "Thiago Souza", | ||
"email": "thiago@swipetech.io" | ||
} | ||
@@ -39,0 +43,0 @@ ], |
Sorry, the diff of this file is not supported yet
111996