@hautechai/sdk 2.1.1 → 2.2.0
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.d.mts +1 -0
- package/dist/index.d.ts +1 -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
|
@@ -10296,9 +10296,9 @@ import { decodeJwt } from "jose";
|
|
|
10296
10296
|
|
|
10297
10297
|
// src/config.ts
|
|
10298
10298
|
var getConfig = (options) => ({
|
|
10299
|
+
...options,
|
|
10299
10300
|
baseUrl: options.baseUrl ?? "https://api.hautech.ai",
|
|
10300
|
-
baseWsUrl: options.baseWsUrl ?? options.baseUrl ?? "https://api.hautech.ai"
|
|
10301
|
-
authToken: options.authToken
|
|
10301
|
+
baseWsUrl: options.baseWsUrl ?? options.baseUrl ?? "https://api.hautech.ai"
|
|
10302
10302
|
});
|
|
10303
10303
|
|
|
10304
10304
|
// src/api-utils.ts
|