@bitfab/sdk 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
@@ -14,7 +14,7 @@ import {
14
14
  flushTraces,
15
15
  getCurrentSpan,
16
16
  getCurrentTrace
17
- } from "./chunk-GCAJN5I7.js";
17
+ } from "./chunk-SJFOTDP3.js";
18
18
  import {
19
19
  BitfabError
20
20
  } from "./chunk-26MUT4IP.js";
package/dist/node.cjs CHANGED
@@ -601,7 +601,7 @@ registerAsyncLocalStorageClass(
601
601
  );
602
602
 
603
603
  // src/version.generated.ts
604
- var __version__ = "0.26.0";
604
+ var __version__ = "0.26.1";
605
605
 
606
606
  // src/constants.ts
607
607
  var DEFAULT_SERVICE_URL = "https://bitfab.ai";