@bitfab/sdk 0.34.0 → 0.34.1

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.
@@ -16,7 +16,7 @@ import {
16
16
  toJsonSafe,
17
17
  toJsonSafeReport,
18
18
  warnOnce
19
- } from "./chunk-4J36FZ4K.js";
19
+ } from "./chunk-5ZMEY5NX.js";
20
20
 
21
21
  // src/processorPayload.ts
22
22
  var SERIALIZATION_DEGRADED_STEP = "serialization_degraded";
@@ -3325,7 +3325,7 @@ var Bitfab = class {
3325
3325
  `Function is wrapped with trace function key '${wrappedKey}' but replay was called with '${traceFunctionKey}'. Pass matching keys, or pass the unwrapped function to replay it under the explicit key.`
3326
3326
  );
3327
3327
  }
3328
- const { replay: doReplay } = await import("./replay-QFNYP7EY.js");
3328
+ const { replay: doReplay } = await import("./replay-YI2BUPCV.js");
3329
3329
  return doReplay(
3330
3330
  this.httpClient,
3331
3331
  this.serviceUrl,
@@ -3542,4 +3542,4 @@ export {
3542
3542
  BitfabFunction,
3543
3543
  finalizers
3544
3544
  };
3545
- //# sourceMappingURL=chunk-ESKBRHVG.js.map
3545
+ //# sourceMappingURL=chunk-KO373TDH.js.map
package/dist/index.cjs CHANGED
@@ -42,7 +42,7 @@ var __version__;
42
42
  var init_version_generated = __esm({
43
43
  "src/version.generated.ts"() {
44
44
  "use strict";
45
- __version__ = "0.34.0";
45
+ __version__ = "0.34.1";
46
46
  }
47
47
  });
48
48
 
@@ -2430,6 +2430,7 @@ __export(index_exports, {
2430
2430
  BitfabOpenAITracingProcessor: () => BitfabOpenAITracingProcessor,
2431
2431
  BitfabVercelAiHandler: () => BitfabVercelAiHandler,
2432
2432
  DEFAULT_SERVICE_URL: () => DEFAULT_SERVICE_URL,
2433
+ HttpClient: () => HttpClient,
2433
2434
  SUPPORTED_PROVIDERS: () => SUPPORTED_PROVIDERS,
2434
2435
  __version__: () => __version__,
2435
2436
  finalizers: () => finalizers,
@@ -6006,6 +6007,7 @@ init_replay();
6006
6007
  BitfabOpenAITracingProcessor,
6007
6008
  BitfabVercelAiHandler,
6008
6009
  DEFAULT_SERVICE_URL,
6010
+ HttpClient,
6009
6011
  SUPPORTED_PROVIDERS,
6010
6012
  __version__,
6011
6013
  finalizers,