@openfort/openfort-node 0.6.76 → 0.6.77

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.6.77
4
+
5
+ ### Patch Changes
6
+
7
+ - [#33](https://github.com/openfort-xyz/openfort-node/pull/33) [`a2c4f1a991273fc3bda444c3237246513c0eb0e8`](https://github.com/openfort-xyz/openfort-node/commit/a2c4f1a991273fc3bda444c3237246513c0eb0e8) Thanks [@jamalavedra](https://github.com/jamalavedra)! - update basepath
8
+
3
9
  ## 0.6.76
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -637,7 +637,7 @@ var ServerConfiguration = class {
637
637
  }
638
638
  };
639
639
  var server1 = new ServerConfiguration(
640
- "https://api.openfort.xyz",
640
+ "https://api.openfort.io",
641
641
  {}
642
642
  );
643
643
 
@@ -23136,7 +23136,7 @@ function httpErrorHandler(target) {
23136
23136
  }
23137
23137
 
23138
23138
  // src/version.ts
23139
- var VERSION = "0.6.76";
23139
+ var VERSION = "0.6.77";
23140
23140
  var PACKAGE = "@openfort/openfort-node";
23141
23141
 
23142
23142
  // src/utilities/middleware.ts