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/{chunk-ERHYLE4S.js → chunk-CPEQSNVE.js} +4 -4
- package/dist/{chunk-ERHYLE4S.js.map → chunk-CPEQSNVE.js.map} +1 -1
- package/dist/{chunk-MYDYCNW4.js → chunk-FLVQ7Q3I.js} +2 -2
- package/dist/{chunk-MYDYCNW4.js.map → chunk-FLVQ7Q3I.js.map} +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/node.cjs +2 -2
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +2 -2
- package/dist/{replay-NFPCEVES.js → replay-YJI2SUSN.js} +2 -2
- package/package.json +1 -1
- /package/dist/{replay-NFPCEVES.js.map → replay-YJI2SUSN.js.map} +0 -0
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.
|
|
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.
|
|
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-
|
|
26
|
+
} from "./chunk-CPEQSNVE.js";
|
|
27
27
|
import {
|
|
28
28
|
BITFAB_PROGRESS_PREFIX,
|
|
29
29
|
BitfabError,
|
|
30
30
|
reportReplayProgress
|
|
31
|
-
} from "./chunk-
|
|
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
|
|
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.
|
|
980
|
+
var __version__ = "0.30.2";
|
|
981
981
|
|
|
982
982
|
// src/constants.ts
|
|
983
983
|
var DEFAULT_SERVICE_URL = "https://bitfab.ai";
|