@bitfab/sdk 0.31.0 → 0.31.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
@@ -1843,7 +1843,7 @@ declare class BitfabFunction {
1843
1843
  /**
1844
1844
  * SDK version from package.json (injected at build time)
1845
1845
  */
1846
- declare const __version__ = "0.31.0";
1846
+ declare const __version__ = "0.31.1";
1847
1847
 
1848
1848
  /**
1849
1849
  * Constants for the Bitfab SDK.
package/dist/index.d.ts CHANGED
@@ -1843,7 +1843,7 @@ declare class BitfabFunction {
1843
1843
  /**
1844
1844
  * SDK version from package.json (injected at build time)
1845
1845
  */
1846
- declare const __version__ = "0.31.0";
1846
+ declare const __version__ = "0.31.1";
1847
1847
 
1848
1848
  /**
1849
1849
  * Constants for the Bitfab SDK.
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ import {
14
14
  flushTraces,
15
15
  getCurrentSpan,
16
16
  getCurrentTrace
17
- } from "./chunk-A7K5JOBV.js";
17
+ } from "./chunk-CEUTWQHG.js";
18
18
  import {
19
19
  BITFAB_PROGRESS_PREFIX,
20
20
  BitfabError,
package/dist/node.cjs CHANGED
@@ -986,7 +986,7 @@ registerAsyncLocalStorageClass(
986
986
  );
987
987
 
988
988
  // src/version.generated.ts
989
- var __version__ = "0.31.0";
989
+ var __version__ = "0.31.1";
990
990
 
991
991
  // src/constants.ts
992
992
  var DEFAULT_SERVICE_URL = "https://bitfab.ai";