bitfab 0.53.1 → 0.53.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-ZEGNMZU7.js → chunk-3LSPOHL7.js} +3 -3
- package/dist/{chunk-ZCOZHNAA.js → chunk-6SPWEVFD.js} +116 -41
- package/dist/chunk-6SPWEVFD.js.map +1 -0
- package/dist/{chunk-ASMHSKFS.js → chunk-JZAKQDGR.js} +2 -2
- package/dist/{chunk-ASMHSKFS.js.map → chunk-JZAKQDGR.js.map} +1 -1
- package/dist/{chunk-ZNY2HZT3.js → chunk-S4UK5HNW.js} +2 -2
- package/dist/{chunk-ZNY2HZT3.js.map → chunk-S4UK5HNW.js.map} +1 -1
- package/dist/{chunk-MMT5MWG5.js → chunk-V3KD7B3B.js} +2 -2
- package/dist/{http-7QLUPC6F.js → http-LOZSAC23.js} +2 -2
- package/dist/{http-2OOKOZQ3.js → http-PUEEHMKU.js} +2 -2
- package/dist/index.cjs +113 -36
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +3 -3
- package/dist/node.cjs +113 -36
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +3 -3
- package/dist/{replay-KJKIGXRH.js → replay-SSJ72WEI.js} +3 -3
- package/dist/replayCli.js +2 -2
- package/dist/seedCli.js +2 -2
- package/package.json +2 -1
- package/dist/chunk-ZCOZHNAA.js.map +0 -1
- /package/dist/{chunk-ZEGNMZU7.js.map → chunk-3LSPOHL7.js.map} +0 -0
- /package/dist/{chunk-MMT5MWG5.js.map → chunk-V3KD7B3B.js.map} +0 -0
- /package/dist/{http-2OOKOZQ3.js.map → http-LOZSAC23.js.map} +0 -0
- /package/dist/{http-7QLUPC6F.js.map → http-PUEEHMKU.js.map} +0 -0
- /package/dist/{replay-KJKIGXRH.js.map → replay-SSJ72WEI.js.map} +0 -0
package/dist/node.js
CHANGED
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
getCurrentTrace,
|
|
29
29
|
reseedFromRegistry,
|
|
30
30
|
seedFromRegistry
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-6SPWEVFD.js";
|
|
32
32
|
import "./chunk-E5BLYL5X.js";
|
|
33
33
|
import {
|
|
34
34
|
BITFAB_PROGRESS_PREFIX,
|
|
@@ -37,7 +37,7 @@ import {
|
|
|
37
37
|
ReplayError,
|
|
38
38
|
reportReplayProgress,
|
|
39
39
|
serializeReplayResult
|
|
40
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-V3KD7B3B.js";
|
|
41
41
|
import {
|
|
42
42
|
BitfabError,
|
|
43
43
|
DEFAULT_SERVICE_URL,
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
MixedTracingError,
|
|
46
46
|
__version__,
|
|
47
47
|
flushTraces
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-JZAKQDGR.js";
|
|
49
49
|
import {
|
|
50
50
|
assertAsyncStorageRegistered,
|
|
51
51
|
registerAsyncLocalStorageClass
|
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
serializeReplayResult,
|
|
9
9
|
sleepForReplayPersistence,
|
|
10
10
|
waitForReplayPersistence
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-V3KD7B3B.js";
|
|
12
|
+
import "./chunk-JZAKQDGR.js";
|
|
13
13
|
import "./chunk-H6LZRFMN.js";
|
|
14
14
|
export {
|
|
15
15
|
BITFAB_PROGRESS_PREFIX,
|
|
@@ -22,4 +22,4 @@ export {
|
|
|
22
22
|
sleepForReplayPersistence,
|
|
23
23
|
waitForReplayPersistence
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=replay-
|
|
25
|
+
//# sourceMappingURL=replay-SSJ72WEI.js.map
|
package/dist/replayCli.js
CHANGED
|
@@ -7,8 +7,8 @@ import {
|
|
|
7
7
|
runRegistryMain,
|
|
8
8
|
runReplayCli,
|
|
9
9
|
runSeedCli
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-3LSPOHL7.js";
|
|
11
|
+
import "./chunk-S4UK5HNW.js";
|
|
12
12
|
|
|
13
13
|
// src/replayCli.ts
|
|
14
14
|
var USAGE = "Usage: bitfab-replay --registry <path> <pipeline> [options]\n bitfab-replay --registry <path> <pipeline> --seed <cases.jsonl> [--run]\nRun bitfab-replay --registry <path> --help to list replay options.";
|
package/dist/seedCli.js
CHANGED
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
runIfEntrypoint,
|
|
7
7
|
runRegistryMain,
|
|
8
8
|
runSeedCli
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-3LSPOHL7.js";
|
|
10
|
+
import "./chunk-S4UK5HNW.js";
|
|
11
11
|
|
|
12
12
|
// src/seedCli.ts
|
|
13
13
|
var USAGE = "Usage: bitfab-seed --registry <path> <pipeline> --from-trace <id>[,<id>...]\n bitfab-seed --registry <path> <pipeline> --cases <cases.jsonl> [--run]\nRun bitfab-seed --registry <path> <pipeline> --help for details.";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bitfab",
|
|
3
|
-
"version": "0.53.
|
|
3
|
+
"version": "0.53.2",
|
|
4
4
|
"description": "Bitfab client for provider-based API calls with local BAML execution",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"validate": "pnpm lint && pnpm tsc && pnpm knip && pnpm madge && pnpm --dir ../bitfab-typescript-example test:compatibility",
|
|
61
61
|
"pretest": "tsx scripts/generate-version.ts",
|
|
62
62
|
"test": "vitest run",
|
|
63
|
+
"test:rivet-tracing": "tsx scripts/generate-version.ts && tsc -p dev/rivet/tsconfig.json && vitest run --config dev/rivet/vitest.config.ts dev/rivet/actorTracing.test.ts",
|
|
63
64
|
"test:watch": "vitest"
|
|
64
65
|
},
|
|
65
66
|
"keywords": [
|