@openfort/openfort-node 0.8.2 → 0.8.3

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.
package/dist/index.mjs CHANGED
@@ -374,7 +374,7 @@ function requiresWalletAuth(requestMethod, requestPath) {
374
374
  }
375
375
 
376
376
  // src/version.ts
377
- var VERSION = "0.8.2";
377
+ var VERSION = "0.8.3";
378
378
  var PACKAGE = "@openfort/openfort-node";
379
379
 
380
380
  // src/openapi-client/openfortApiClient.ts
@@ -716,7 +716,7 @@ var openfortApiClient = async (config, options) => {
716
716
  );
717
717
  }
718
718
  throw new UnknownError(
719
- "Something went wrong. Please contact support at https://www.openfort.io/support",
719
+ "Something went wrong. Please contact support at support@openfort.xyz",
720
720
  error instanceof Error ? error : void 0
721
721
  );
722
722
  }