@bitfab/sdk 0.33.0 → 0.33.1
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/{chunk-HPLLGCTO.js → chunk-7UHJ67MH.js} +3 -3
- package/dist/chunk-7UHJ67MH.js.map +1 -0
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/node.cjs +2 -2
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-HPLLGCTO.js.map +0 -1
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
} from "./chunk-ADUWXWWI.js";
|
|
18
18
|
|
|
19
19
|
// src/version.generated.ts
|
|
20
|
-
var __version__ = "0.33.
|
|
20
|
+
var __version__ = "0.33.1";
|
|
21
21
|
|
|
22
22
|
// src/constants.ts
|
|
23
23
|
var DEFAULT_SERVICE_URL = "https://bitfab.ai";
|
|
@@ -404,7 +404,7 @@ var HttpClient = class {
|
|
|
404
404
|
if (dbBranchSettings !== void 0) {
|
|
405
405
|
payload.dbBranchSettings = dbBranchSettings;
|
|
406
406
|
}
|
|
407
|
-
const timeout = includeDbBranchLease ?
|
|
407
|
+
const timeout = includeDbBranchLease ? 3e5 : 3e4;
|
|
408
408
|
return this.request("/api/sdk/replay/start", payload, {
|
|
409
409
|
timeout
|
|
410
410
|
});
|
|
@@ -4012,4 +4012,4 @@ export {
|
|
|
4012
4012
|
BitfabFunction,
|
|
4013
4013
|
finalizers
|
|
4014
4014
|
};
|
|
4015
|
-
//# sourceMappingURL=chunk-
|
|
4015
|
+
//# sourceMappingURL=chunk-7UHJ67MH.js.map
|