banano-nft-crawler
Advanced tools
Comparing version 1.1.11 to 1.1.12
@@ -53,3 +53,9 @@ "use strict"; | ||
error_1 = _a.sent(); | ||
throw (error_1); | ||
if (error_1.message.match(/^NanoNodeError:/)) { | ||
return [2 /*return*/, undefined]; | ||
} | ||
else { | ||
throw error_1; | ||
} | ||
return [3 /*break*/, 3]; | ||
case 3: return [2 /*return*/]; | ||
@@ -56,0 +62,0 @@ } |
{ | ||
"name": "banano-nft-crawler", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "Library for crawling across the Banano ledger to trace NFTs.", | ||
@@ -22,3 +22,3 @@ "files": [ | ||
"chai-as-promised": "^7.1.1", | ||
"nano-account-crawler": "1.0.24", | ||
"nano-account-crawler": "1.0.25", | ||
"nano-ipfs": "^1.0.4", | ||
@@ -25,0 +25,0 @@ "node-fetch": "^2.6.1" |
@@ -13,4 +13,8 @@ import { INanoAccountHistory, INanoBlock, TAccount } from "nano-account-crawler/dist/nano-interfaces"; | ||
} catch(error) { | ||
throw(error); | ||
if (error.message.match(/^NanoNodeError:/)) { | ||
return undefined; | ||
} else { | ||
throw error; | ||
} | ||
} | ||
}; |
Sorry, the diff of this file is not supported yet
239803
3489
+ Addednano-account-crawler@1.0.25(transitive)
- Removednano-account-crawler@1.0.24(transitive)
Updatednano-account-crawler@1.0.25