bitfab 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
@@ -23,7 +23,7 @@ import {
23
23
  flushTraces,
24
24
  getCurrentSpan,
25
25
  getCurrentTrace
26
- } from "./chunk-A7K5JOBV.js";
26
+ } from "./chunk-CEUTWQHG.js";
27
27
  import {
28
28
  BITFAB_PROGRESS_PREFIX,
29
29
  BitfabError,
package/dist/node.cjs CHANGED
@@ -995,7 +995,7 @@ registerAsyncLocalStorageClass(
995
995
  );
996
996
 
997
997
  // src/version.generated.ts
998
- var __version__ = "0.31.0";
998
+ var __version__ = "0.31.1";
999
999
 
1000
1000
  // src/constants.ts
1001
1001
  var DEFAULT_SERVICE_URL = "https://bitfab.ai";