evernode-js-client 0.6.32 → 0.6.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -53443,7 +53443,8 @@ class HostClient extends BaseEvernodeClient {
53443
53443
  else if (e.status === "TOOK_LONG") {
53444
53444
  feeUplift += (options?.feeUplift || 0);
53445
53445
  }
53446
- console.error(`Submission attempt ${attempt} failed with ${e}. Retrying...`);
53446
+ console.error(e);
53447
+ console.error(`Submission attempt ${attempt} failed. Retrying...`);
53447
53448
  await new Promise(resolve => setTimeout(resolve, TX_RETRY_INTERVAL));
53448
53449
  }
53449
53450
  }
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  ],
7
7
  "homepage": "https://github.com/HotPocketDev/evernode-js-client",
8
8
  "license": "SEE LICENSE IN https://raw.githubusercontent.com/EvernodeXRPL/evernode-resources/main/license/evernode-license.pdf",
9
- "version": "0.6.32",
9
+ "version": "0.6.33",
10
10
  "dependencies": {
11
11
  "elliptic": "6.5.4",
12
12
  "libsodium-wrappers": "0.7.10",