@bitfab/sdk 0.36.11 → 0.36.13

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
@@ -11,7 +11,7 @@ import {
11
11
  getCurrentReplayBranch,
12
12
  getCurrentSpan,
13
13
  getCurrentTrace
14
- } from "./chunk-VDFPZYLH.js";
14
+ } from "./chunk-XAQJOZMJ.js";
15
15
  import {
16
16
  BITFAB_PROGRESS_PREFIX,
17
17
  BitfabError,
@@ -25,7 +25,7 @@ import {
25
25
  registerAsyncLocalStorageClass,
26
26
  reportReplayProgress,
27
27
  serializeReplayResult
28
- } from "./chunk-EKOAKLZC.js";
28
+ } from "./chunk-VOUV7ZTS.js";
29
29
 
30
30
  // src/asyncStorageNode.ts
31
31
  import { AsyncLocalStorage } from "async_hooks";
@@ -7,7 +7,7 @@ import {
7
7
  serializeReplayResult,
8
8
  sleepForReplayPersistence,
9
9
  waitForReplayPersistence
10
- } from "./chunk-EKOAKLZC.js";
10
+ } from "./chunk-VOUV7ZTS.js";
11
11
  export {
12
12
  BITFAB_PROGRESS_PREFIX,
13
13
  DbBranchReplayError,
@@ -18,4 +18,4 @@ export {
18
18
  sleepForReplayPersistence,
19
19
  waitForReplayPersistence
20
20
  };
21
- //# sourceMappingURL=replay-TW3ONJ3W.js.map
21
+ //# sourceMappingURL=replay-WHZFV6OB.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitfab/sdk",
3
- "version": "0.36.11",
3
+ "version": "0.36.13",
4
4
  "description": "Bitfab client for provider-based API calls with local BAML execution",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",