bitfab 0.28.3 → 0.28.5

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
@@ -23,14 +23,14 @@ import {
23
23
  flushTraces,
24
24
  getCurrentSpan,
25
25
  getCurrentTrace
26
- } from "./chunk-KYDQQPIS.js";
26
+ } from "./chunk-7UU5L64L.js";
27
27
  import {
28
28
  BITFAB_PROGRESS_PREFIX,
29
29
  BitfabError,
30
30
  assertAsyncStorageRegistered,
31
31
  registerAsyncLocalStorageClass,
32
32
  reportReplayProgress
33
- } from "./chunk-B262VQWF.js";
33
+ } from "./chunk-SAGZ674W.js";
34
34
 
35
35
  // src/asyncStorageNode.ts
36
36
  import { AsyncLocalStorage } from "async_hooks";
@@ -2,10 +2,10 @@ import {
2
2
  BITFAB_PROGRESS_PREFIX,
3
3
  replay,
4
4
  reportReplayProgress
5
- } from "./chunk-B262VQWF.js";
5
+ } from "./chunk-SAGZ674W.js";
6
6
  export {
7
7
  BITFAB_PROGRESS_PREFIX,
8
8
  replay,
9
9
  reportReplayProgress
10
10
  };
11
- //# sourceMappingURL=replay-4NJCYW4H.js.map
11
+ //# sourceMappingURL=replay-3E43G7OC.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitfab",
3
- "version": "0.28.3",
3
+ "version": "0.28.5",
4
4
  "description": "Bitfab client for provider-based API calls with local BAML execution",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",