evernode-js-client 0.6.32 → 0.6.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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",