@bitfab/sdk 0.36.3 → 0.36.4
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-4CTDZMG5.js → chunk-5NT3VGCB.js} +3 -3
- package/dist/{chunk-M2GISXGV.js → chunk-6AXY24UL.js} +2 -2
- package/dist/{chunk-M2GISXGV.js.map → chunk-6AXY24UL.js.map} +1 -1
- package/dist/index.cjs +1 -1
- 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 +1 -1
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +2 -2
- package/dist/{replay-ZH25RPKH.js → replay-EBDSNUIO.js} +2 -2
- package/package.json +2 -2
- /package/dist/{chunk-4CTDZMG5.js.map → chunk-5NT3VGCB.js.map} +0 -0
- /package/dist/{replay-ZH25RPKH.js.map → replay-EBDSNUIO.js.map} +0 -0
package/dist/index.d.cts
CHANGED
|
@@ -2399,7 +2399,7 @@ declare class BitfabFunction {
|
|
|
2399
2399
|
/**
|
|
2400
2400
|
* SDK version from package.json (injected at build time)
|
|
2401
2401
|
*/
|
|
2402
|
-
declare const __version__ = "0.36.
|
|
2402
|
+
declare const __version__ = "0.36.4";
|
|
2403
2403
|
|
|
2404
2404
|
/**
|
|
2405
2405
|
* Constants for the Bitfab SDK.
|
package/dist/index.d.ts
CHANGED
|
@@ -2399,7 +2399,7 @@ declare class BitfabFunction {
|
|
|
2399
2399
|
/**
|
|
2400
2400
|
* SDK version from package.json (injected at build time)
|
|
2401
2401
|
*/
|
|
2402
|
-
declare const __version__ = "0.36.
|
|
2402
|
+
declare const __version__ = "0.36.4";
|
|
2403
2403
|
|
|
2404
2404
|
/**
|
|
2405
2405
|
* Constants for the Bitfab SDK.
|
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
getCurrentReplayBranch,
|
|
12
12
|
getCurrentSpan,
|
|
13
13
|
getCurrentTrace
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-5NT3VGCB.js";
|
|
15
15
|
import {
|
|
16
16
|
BITFAB_PROGRESS_PREFIX,
|
|
17
17
|
BitfabError,
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
flushTraces,
|
|
24
24
|
reportReplayProgress,
|
|
25
25
|
serializeReplayResult
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-6AXY24UL.js";
|
|
27
27
|
export {
|
|
28
28
|
BITFAB_PROGRESS_PREFIX,
|
|
29
29
|
Bitfab,
|