@haven-fi/solauto-sdk 1.0.760 → 1.0.761

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.
@@ -346,7 +346,7 @@ class TransactionsManager {
346
346
  });
347
347
  (0, utils_1.consoleLog)(errorString);
348
348
  if (!errorDetails.canBeIgnored) {
349
- throw new Error(errorInfo);
349
+ throw error;
350
350
  }
351
351
  }
352
352
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haven-fi/solauto-sdk",
3
- "version": "1.0.760",
3
+ "version": "1.0.761",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "description": "Typescript SDK for the Solauto program on the Solana blockchain",
@@ -585,7 +585,7 @@ export class TransactionsManager<T extends TxHandler> {
585
585
  consoleLog(errorString);
586
586
 
587
587
  if (!errorDetails.canBeIgnored) {
588
- throw new Error(errorInfo);
588
+ throw error;
589
589
  }
590
590
  }
591
591
  }