bitfab 0.14.0 → 0.15.0

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/index.d.cts CHANGED
@@ -988,7 +988,7 @@ declare class BitfabFunction {
988
988
  /**
989
989
  * SDK version from package.json (injected at build time)
990
990
  */
991
- declare const __version__ = "0.14.0";
991
+ declare const __version__ = "0.15.0";
992
992
 
993
993
  /**
994
994
  * Constants for the Bitfab SDK.
package/dist/index.d.ts CHANGED
@@ -988,7 +988,7 @@ declare class BitfabFunction {
988
988
  /**
989
989
  * SDK version from package.json (injected at build time)
990
990
  */
991
- declare const __version__ = "0.14.0";
991
+ declare const __version__ = "0.15.0";
992
992
 
993
993
  /**
994
994
  * Constants for the Bitfab SDK.
package/dist/index.js CHANGED
@@ -13,17 +13,17 @@ import {
13
13
  BitfabFunction,
14
14
  BitfabLangGraphCallbackHandler,
15
15
  BitfabOpenAITracingProcessor,
16
+ DEFAULT_SERVICE_URL,
16
17
  ReplayEnvironment,
17
18
  SUPPORTED_PROVIDERS,
19
+ __version__,
20
+ flushTraces,
18
21
  getCurrentSpan,
19
22
  getCurrentTrace
20
- } from "./chunk-RMQX546G.js";
23
+ } from "./chunk-YPG3XIG4.js";
21
24
  import {
22
- BitfabError,
23
- DEFAULT_SERVICE_URL,
24
- __version__,
25
- flushTraces
26
- } from "./chunk-OW2EJK7T.js";
25
+ BitfabError
26
+ } from "./chunk-QT7HWOKU.js";
27
27
  export {
28
28
  Bitfab,
29
29
  BitfabClaudeAgentHandler,