@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/{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
|
@@ -14,12 +14,12 @@ import {
|
|
|
14
14
|
flushTraces,
|
|
15
15
|
getCurrentSpan,
|
|
16
16
|
getCurrentTrace
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-CPEQSNVE.js";
|
|
18
18
|
import {
|
|
19
19
|
BITFAB_PROGRESS_PREFIX,
|
|
20
20
|
BitfabError,
|
|
21
21
|
reportReplayProgress
|
|
22
|
-
} from "./chunk-
|
|
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
|
|
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.
|
|
971
|
+
var __version__ = "0.30.2";
|
|
972
972
|
|
|
973
973
|
// src/constants.ts
|
|
974
974
|
var DEFAULT_SERVICE_URL = "https://bitfab.ai";
|