@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 +6 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -326,7 +326,7 @@ var ServerConfiguration = class {
|
|
|
326
326
|
}
|
|
327
327
|
};
|
|
328
328
|
var server1 = new ServerConfiguration(
|
|
329
|
-
"https://api.openfort.
|
|
329
|
+
"https://api.openfort.io",
|
|
330
330
|
{}
|
|
331
331
|
);
|
|
332
332
|
|
|
@@ -22825,7 +22825,7 @@ function httpErrorHandler(target) {
|
|
|
22825
22825
|
}
|
|
22826
22826
|
|
|
22827
22827
|
// src/version.ts
|
|
22828
|
-
var VERSION = "0.6.
|
|
22828
|
+
var VERSION = "0.6.77";
|
|
22829
22829
|
var PACKAGE = "@openfort/openfort-node";
|
|
22830
22830
|
|
|
22831
22831
|
// src/utilities/middleware.ts
|