@bitfab/sdk 0.33.5 → 0.33.6

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
@@ -1983,7 +1983,7 @@ declare class BitfabFunction {
1983
1983
  /**
1984
1984
  * SDK version from package.json (injected at build time)
1985
1985
  */
1986
- declare const __version__ = "0.33.5";
1986
+ declare const __version__ = "0.33.6";
1987
1987
 
1988
1988
  /**
1989
1989
  * Constants for the Bitfab SDK.
package/dist/index.d.ts CHANGED
@@ -1983,7 +1983,7 @@ declare class BitfabFunction {
1983
1983
  /**
1984
1984
  * SDK version from package.json (injected at build time)
1985
1985
  */
1986
- declare const __version__ = "0.33.5";
1986
+ declare const __version__ = "0.33.6";
1987
1987
 
1988
1988
  /**
1989
1989
  * 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-LRWH3H5T.js";
17
+ } from "./chunk-JANSX65W.js";
18
18
  import {
19
19
  BITFAB_PROGRESS_PREFIX,
20
20
  BitfabError,
package/dist/node.cjs CHANGED
@@ -1022,7 +1022,7 @@ registerAsyncLocalStorageClass(
1022
1022
  );
1023
1023
 
1024
1024
  // src/version.generated.ts
1025
- var __version__ = "0.33.5";
1025
+ var __version__ = "0.33.6";
1026
1026
 
1027
1027
  // src/constants.ts
1028
1028
  var DEFAULT_SERVICE_URL = "https://bitfab.ai";