bitfab 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
@@ -23,7 +23,7 @@ import {
23
23
  getCurrentReplayBranch,
24
24
  getCurrentSpan,
25
25
  getCurrentTrace
26
- } from "./chunk-HPLLGCTO.js";
26
+ } from "./chunk-7UHJ67MH.js";
27
27
  import {
28
28
  BITFAB_PROGRESS_PREFIX,
29
29
  BitfabError,
package/dist/node.cjs CHANGED
@@ -1003,7 +1003,7 @@ registerAsyncLocalStorageClass(
1003
1003
  );
1004
1004
 
1005
1005
  // src/version.generated.ts
1006
- var __version__ = "0.33.0";
1006
+ var __version__ = "0.33.1";
1007
1007
 
1008
1008
  // src/constants.ts
1009
1009
  var DEFAULT_SERVICE_URL = "https://bitfab.ai";
@@ -1394,7 +1394,7 @@ var HttpClient = class {
1394
1394
  if (dbBranchSettings !== void 0) {
1395
1395
  payload.dbBranchSettings = dbBranchSettings;
1396
1396
  }
1397
- const timeout = includeDbBranchLease ? 18e4 : 3e4;
1397
+ const timeout = includeDbBranchLease ? 3e5 : 3e4;
1398
1398
  return this.request("/api/sdk/replay/start", payload, {
1399
1399
  timeout
1400
1400
  });