@toruslabs/torus.js
Advanced tools
Comparing version 11.0.1 to 11.0.2
{ | ||
"name": "@toruslabs/torus.js", | ||
"version": "11.0.1", | ||
"version": "11.0.2", | ||
"description": "Handle communication with torus nodes", | ||
@@ -27,3 +27,3 @@ "main": "dist/torusUtils.cjs.js", | ||
"dependencies": { | ||
"@toruslabs/constants": "^13.0.0", | ||
"@toruslabs/constants": "^13.0.1", | ||
"@toruslabs/eccrypto": "^4.0.0", | ||
@@ -42,3 +42,3 @@ "@toruslabs/http-helpers": "^5.0.0", | ||
"@toruslabs/eslint-config-typescript": "^3.0.0", | ||
"@toruslabs/fetch-node-details": "^13.0.0", | ||
"@toruslabs/fetch-node-details": "^13.0.1", | ||
"@toruslabs/torus-scripts": "^5.0.2", | ||
@@ -54,9 +54,9 @@ "@types/chai": "^4.3.5", | ||
"dotenv": "^16.3.1", | ||
"eslint": "^8.46.0", | ||
"eslint": "^8.47.0", | ||
"faker": "^5.5.3", | ||
"husky": "^8.0.3", | ||
"jsonwebtoken": "^9.0.1", | ||
"lint-staged": "^13.2.3", | ||
"lint-staged": "^14.0.1", | ||
"mocha": "^10.2.0", | ||
"prettier": "^3.0.1", | ||
"prettier": "^3.0.2", | ||
"rimraf": "^5.0.1", | ||
@@ -63,0 +63,0 @@ "ts-node": "^10.9.1", |
@@ -700,3 +700,3 @@ import { LEGACY_NETWORKS_ROUTE_MAP, TORUS_LEGACY_NETWORK_TYPE, TORUS_NETWORK_TYPE } from "@toruslabs/constants"; | ||
acceptedErrorMsgs.includes(error.message) || | ||
acceptedErrorMsgs.some((x) => error.message.includes(x)) || | ||
acceptedErrorMsgs.some((x) => error.message?.includes(x)) || | ||
(error.message && error.message.includes("reason: getaddrinfo EAI_AGAIN")) | ||
@@ -703,0 +703,0 @@ ) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1653450
7299
Updated@toruslabs/constants@^13.0.1