bitfab 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
@@ -51,7 +51,7 @@ var __version__;
51
51
  var init_version_generated = __esm({
52
52
  "src/version.generated.ts"() {
53
53
  "use strict";
54
- __version__ = "0.34.0";
54
+ __version__ = "0.34.1";
55
55
  }
56
56
  });
57
57
 
@@ -2439,6 +2439,7 @@ __export(index_exports, {
2439
2439
  BitfabOpenAITracingProcessor: () => BitfabOpenAITracingProcessor,
2440
2440
  BitfabVercelAiHandler: () => BitfabVercelAiHandler,
2441
2441
  DEFAULT_SERVICE_URL: () => DEFAULT_SERVICE_URL,
2442
+ HttpClient: () => HttpClient,
2442
2443
  SUPPORTED_PROVIDERS: () => SUPPORTED_PROVIDERS,
2443
2444
  __version__: () => __version__,
2444
2445
  finalizers: () => finalizers,
@@ -6015,6 +6016,7 @@ init_replay();
6015
6016
  BitfabOpenAITracingProcessor,
6016
6017
  BitfabVercelAiHandler,
6017
6018
  DEFAULT_SERVICE_URL,
6019
+ HttpClient,
6018
6020
  SUPPORTED_PROVIDERS,
6019
6021
  __version__,
6020
6022
  finalizers,