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/node.js CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  getCurrentTrace,
29
29
  reseedFromRegistry,
30
30
  seedFromRegistry
31
- } from "./chunk-ZCOZHNAA.js";
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-MMT5MWG5.js";
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-ASMHSKFS.js";
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-MMT5MWG5.js";
12
- import "./chunk-ASMHSKFS.js";
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-KJKIGXRH.js.map
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-ZEGNMZU7.js";
11
- import "./chunk-ZNY2HZT3.js";
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-ZEGNMZU7.js";
10
- import "./chunk-ZNY2HZT3.js";
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.1",
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": [