bitfab 0.26.0 → 0.26.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
@@ -1491,7 +1491,7 @@ declare class BitfabFunction {
1491
1491
  /**
1492
1492
  * SDK version from package.json (injected at build time)
1493
1493
  */
1494
- declare const __version__ = "0.26.0";
1494
+ declare const __version__ = "0.26.1";
1495
1495
 
1496
1496
  /**
1497
1497
  * Constants for the Bitfab SDK.
package/dist/index.d.ts CHANGED
@@ -1491,7 +1491,7 @@ declare class BitfabFunction {
1491
1491
  /**
1492
1492
  * SDK version from package.json (injected at build time)
1493
1493
  */
1494
- declare const __version__ = "0.26.0";
1494
+ declare const __version__ = "0.26.1";
1495
1495
 
1496
1496
  /**
1497
1497
  * 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-GCAJN5I7.js";
26
+ } from "./chunk-SJFOTDP3.js";
27
27
  import {
28
28
  BitfabError
29
29
  } from "./chunk-26MUT4IP.js";
package/dist/node.cjs CHANGED
@@ -610,7 +610,7 @@ registerAsyncLocalStorageClass(
610
610
  );
611
611
 
612
612
  // src/version.generated.ts
613
- var __version__ = "0.26.0";
613
+ var __version__ = "0.26.1";
614
614
 
615
615
  // src/constants.ts
616
616
  var DEFAULT_SERVICE_URL = "https://bitfab.ai";