bitfab 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
@@ -23,12 +23,12 @@ import {
23
23
  flushTraces,
24
24
  getCurrentSpan,
25
25
  getCurrentTrace
26
- } from "./chunk-ERHYLE4S.js";
26
+ } from "./chunk-CPEQSNVE.js";
27
27
  import {
28
28
  BITFAB_PROGRESS_PREFIX,
29
29
  BitfabError,
30
30
  reportReplayProgress
31
- } from "./chunk-MYDYCNW4.js";
31
+ } from "./chunk-FLVQ7Q3I.js";
32
32
  export {
33
33
  BITFAB_PROGRESS_PREFIX,
34
34
  Bitfab,
package/dist/node.cjs CHANGED
@@ -812,7 +812,7 @@ async function replay(httpClient, serviceUrl, traceFunctionKey, fn, options, reg
812
812
  const resultItems = await mapWithConcurrency(
813
813
  tasks,
814
814
  maxConcurrency,
815
- options?.onProgress ? (item, index) => {
815
+ options?.onProgress ? (item) => {
816
816
  completed += 1;
817
817
  if (item.error === null) {
818
818
  succeeded += 1;
@@ -977,7 +977,7 @@ registerAsyncLocalStorageClass(
977
977
  );
978
978
 
979
979
  // src/version.generated.ts
980
- var __version__ = "0.30.1";
980
+ var __version__ = "0.30.2";
981
981
 
982
982
  // src/constants.ts
983
983
  var DEFAULT_SERVICE_URL = "https://bitfab.ai";