@bitfab/sdk 0.30.1 → 0.30.2

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
@@ -1808,7 +1808,7 @@ declare class BitfabFunction {
1808
1808
  /**
1809
1809
  * SDK version from package.json (injected at build time)
1810
1810
  */
1811
- declare const __version__ = "0.30.1";
1811
+ declare const __version__ = "0.30.2";
1812
1812
 
1813
1813
  /**
1814
1814
  * Constants for the Bitfab SDK.
package/dist/index.d.ts CHANGED
@@ -1808,7 +1808,7 @@ declare class BitfabFunction {
1808
1808
  /**
1809
1809
  * SDK version from package.json (injected at build time)
1810
1810
  */
1811
- declare const __version__ = "0.30.1";
1811
+ declare const __version__ = "0.30.2";
1812
1812
 
1813
1813
  /**
1814
1814
  * Constants for the Bitfab SDK.
package/dist/index.js CHANGED
@@ -14,12 +14,12 @@ import {
14
14
  flushTraces,
15
15
  getCurrentSpan,
16
16
  getCurrentTrace
17
- } from "./chunk-ERHYLE4S.js";
17
+ } from "./chunk-CPEQSNVE.js";
18
18
  import {
19
19
  BITFAB_PROGRESS_PREFIX,
20
20
  BitfabError,
21
21
  reportReplayProgress
22
- } from "./chunk-MYDYCNW4.js";
22
+ } from "./chunk-FLVQ7Q3I.js";
23
23
  export {
24
24
  BITFAB_PROGRESS_PREFIX,
25
25
  Bitfab,
package/dist/node.cjs CHANGED
@@ -803,7 +803,7 @@ async function replay(httpClient, serviceUrl, traceFunctionKey, fn, options, reg
803
803
  const resultItems = await mapWithConcurrency(
804
804
  tasks,
805
805
  maxConcurrency,
806
- options?.onProgress ? (item, index) => {
806
+ options?.onProgress ? (item) => {
807
807
  completed += 1;
808
808
  if (item.error === null) {
809
809
  succeeded += 1;
@@ -968,7 +968,7 @@ registerAsyncLocalStorageClass(
968
968
  );
969
969
 
970
970
  // src/version.generated.ts
971
- var __version__ = "0.30.1";
971
+ var __version__ = "0.30.2";
972
972
 
973
973
  // src/constants.ts
974
974
  var DEFAULT_SERVICE_URL = "https://bitfab.ai";