@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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#70](https://github.com/openfort-xyz/openfort-node/pull/70) [`2d6969484811e40f39f98a7e5883b7ea21a8a681`](https://github.com/openfort-xyz/openfort-node/commit/2d6969484811e40f39f98a7e5883b7ea21a8a681) Thanks [@jamalavedra](https://github.com/jamalavedra)! - update deps
8
+
3
9
  ## 0.8.2
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -830,7 +830,7 @@ function requiresWalletAuth(requestMethod, requestPath) {
830
830
  }
831
831
 
832
832
  // src/version.ts
833
- var VERSION = "0.8.2";
833
+ var VERSION = "0.8.3";
834
834
  var PACKAGE = "@openfort/openfort-node";
835
835
 
836
836
  // src/openapi-client/openfortApiClient.ts
@@ -1172,7 +1172,7 @@ var openfortApiClient = async (config, options) => {
1172
1172
  );
1173
1173
  }
1174
1174
  throw new UnknownError(
1175
- "Something went wrong. Please contact support at https://www.openfort.io/support",
1175
+ "Something went wrong. Please contact support at support@openfort.xyz",
1176
1176
  error instanceof Error ? error : void 0
1177
1177
  );
1178
1178
  }