@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/index.d.cts CHANGED
@@ -1963,7 +1963,7 @@ declare class BitfabFunction {
1963
1963
  /**
1964
1964
  * SDK version from package.json (injected at build time)
1965
1965
  */
1966
- declare const __version__ = "0.33.0";
1966
+ declare const __version__ = "0.33.1";
1967
1967
 
1968
1968
  /**
1969
1969
  * Constants for the Bitfab SDK.
package/dist/index.d.ts CHANGED
@@ -1963,7 +1963,7 @@ declare class BitfabFunction {
1963
1963
  /**
1964
1964
  * SDK version from package.json (injected at build time)
1965
1965
  */
1966
- declare const __version__ = "0.33.0";
1966
+ declare const __version__ = "0.33.1";
1967
1967
 
1968
1968
  /**
1969
1969
  * Constants for the Bitfab SDK.
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ import {
14
14
  getCurrentReplayBranch,
15
15
  getCurrentSpan,
16
16
  getCurrentTrace
17
- } from "./chunk-HPLLGCTO.js";
17
+ } from "./chunk-7UHJ67MH.js";
18
18
  import {
19
19
  BITFAB_PROGRESS_PREFIX,
20
20
  BitfabError,
package/dist/node.cjs CHANGED
@@ -994,7 +994,7 @@ registerAsyncLocalStorageClass(
994
994
  );
995
995
 
996
996
  // src/version.generated.ts
997
- var __version__ = "0.33.0";
997
+ var __version__ = "0.33.1";
998
998
 
999
999
  // src/constants.ts
1000
1000
  var DEFAULT_SERVICE_URL = "https://bitfab.ai";
@@ -1385,7 +1385,7 @@ var HttpClient = class {
1385
1385
  if (dbBranchSettings !== void 0) {
1386
1386
  payload.dbBranchSettings = dbBranchSettings;
1387
1387
  }
1388
- const timeout = includeDbBranchLease ? 18e4 : 3e4;
1388
+ const timeout = includeDbBranchLease ? 3e5 : 3e4;
1389
1389
  return this.request("/api/sdk/replay/start", payload, {
1390
1390
  timeout
1391
1391
  });