bitfab 0.33.2 → 0.33.4
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/{chunk-GT2GSQM2.js → chunk-HWQB73HK.js} +5 -3
- package/dist/chunk-HWQB73HK.js.map +1 -0
- package/dist/{chunk-A3WLV5VS.js → chunk-OMW6EFXC.js} +36 -4
- package/dist/chunk-OMW6EFXC.js.map +1 -0
- package/dist/index.cjs +37 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +24 -5
- package/dist/index.d.ts +24 -5
- package/dist/index.js +2 -2
- package/dist/node.cjs +37 -3
- package/dist/node.cjs.map +1 -1
- package/dist/node.d.cts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/node.js +2 -2
- package/dist/{replay-V4GLDFSU.js → replay-4Y23OZYE.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-A3WLV5VS.js.map +0 -1
- package/dist/chunk-GT2GSQM2.js.map +0 -1
- /package/dist/{replay-V4GLDFSU.js.map → replay-4Y23OZYE.js.map} +0 -0
package/dist/node.d.cts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ActiveSpanContext, AdaptContext, AdaptInputsFn, AllowedEnvVars, BITFAB_PROGRESS_PREFIX, BamlExecutionResult, Bitfab, BitfabClaudeAgentHandler, BitfabConfig, BitfabError, BitfabFunction, BitfabLangChainCallbackHandler, BitfabLangChainCallbackHandler as BitfabLangGraphCallbackHandler, BitfabLanguageModelMiddleware, BitfabOpenAIAgentHandler, BitfabOpenAITracingProcessor, BitfabVercelAiHandler, CapturedSpan, CodeChangeFile, CurrentSpan, CurrentTrace, DEFAULT_SERVICE_URL, DbBranchOptions, DbSnapshotConfig, DbSnapshotProvider, DbSnapshotRef, DetachedTrace, MockOverride, MockOverrideCtx, MockStrategy, MockValue, NodeMatcher, ProviderDefinition, ReplayBranch, ReplayItem, ReplayOptions, ReplayProgress, ReplayResult, SUPPORTED_PROVIDERS, SpanLookup, SpanNodeMeta, SpanOccurrence, SpanOptions, SpanType, TokenUsage, TraceResponse, TracingProcessor, VercelCallParams, VercelGenerateResult, VercelStreamResult, WrapBAMLOptions, WrappedBamlFn, __version__, finalizers, flushTraces, getCurrentReplayBranch, getCurrentSpan, getCurrentTrace, reportReplayProgress } from './index.cjs';
|
|
1
|
+
export { ActiveSpanContext, AdaptContext, AdaptInputsFn, AllowedEnvVars, BITFAB_PROGRESS_PREFIX, BamlExecutionResult, Bitfab, BitfabClaudeAgentHandler, BitfabConfig, BitfabError, BitfabFunction, BitfabLangChainCallbackHandler, BitfabLangChainCallbackHandler as BitfabLangGraphCallbackHandler, BitfabLanguageModelMiddleware, BitfabOpenAIAgentHandler, BitfabOpenAITracingProcessor, BitfabVercelAiHandler, CaptureWhen, CapturedSpan, CodeChangeFile, CurrentSpan, CurrentTrace, DEFAULT_SERVICE_URL, DbBranchOptions, DbSnapshotConfig, DbSnapshotProvider, DbSnapshotRef, DetachedTrace, MockOverride, MockOverrideCtx, MockStrategy, MockValue, NodeMatcher, ProviderDefinition, ReplayBranch, ReplayItem, ReplayOptions, ReplayProgress, ReplayResult, SUPPORTED_PROVIDERS, SpanLookup, SpanNodeMeta, SpanOccurrence, SpanOptions, SpanType, TokenUsage, TraceResponse, TracingProcessor, VercelCallParams, VercelGenerateResult, VercelStreamResult, WrapBAMLOptions, WrappedBamlFn, __version__, finalizers, flushTraces, getCurrentReplayBranch, getCurrentSpan, getCurrentTrace, reportReplayProgress } from './index.cjs';
|
package/dist/node.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ActiveSpanContext, AdaptContext, AdaptInputsFn, AllowedEnvVars, BITFAB_PROGRESS_PREFIX, BamlExecutionResult, Bitfab, BitfabClaudeAgentHandler, BitfabConfig, BitfabError, BitfabFunction, BitfabLangChainCallbackHandler, BitfabLangChainCallbackHandler as BitfabLangGraphCallbackHandler, BitfabLanguageModelMiddleware, BitfabOpenAIAgentHandler, BitfabOpenAITracingProcessor, BitfabVercelAiHandler, CapturedSpan, CodeChangeFile, CurrentSpan, CurrentTrace, DEFAULT_SERVICE_URL, DbBranchOptions, DbSnapshotConfig, DbSnapshotProvider, DbSnapshotRef, DetachedTrace, MockOverride, MockOverrideCtx, MockStrategy, MockValue, NodeMatcher, ProviderDefinition, ReplayBranch, ReplayItem, ReplayOptions, ReplayProgress, ReplayResult, SUPPORTED_PROVIDERS, SpanLookup, SpanNodeMeta, SpanOccurrence, SpanOptions, SpanType, TokenUsage, TraceResponse, TracingProcessor, VercelCallParams, VercelGenerateResult, VercelStreamResult, WrapBAMLOptions, WrappedBamlFn, __version__, finalizers, flushTraces, getCurrentReplayBranch, getCurrentSpan, getCurrentTrace, reportReplayProgress } from './index.js';
|
|
1
|
+
export { ActiveSpanContext, AdaptContext, AdaptInputsFn, AllowedEnvVars, BITFAB_PROGRESS_PREFIX, BamlExecutionResult, Bitfab, BitfabClaudeAgentHandler, BitfabConfig, BitfabError, BitfabFunction, BitfabLangChainCallbackHandler, BitfabLangChainCallbackHandler as BitfabLangGraphCallbackHandler, BitfabLanguageModelMiddleware, BitfabOpenAIAgentHandler, BitfabOpenAITracingProcessor, BitfabVercelAiHandler, CaptureWhen, CapturedSpan, CodeChangeFile, CurrentSpan, CurrentTrace, DEFAULT_SERVICE_URL, DbBranchOptions, DbSnapshotConfig, DbSnapshotProvider, DbSnapshotRef, DetachedTrace, MockOverride, MockOverrideCtx, MockStrategy, MockValue, NodeMatcher, ProviderDefinition, ReplayBranch, ReplayItem, ReplayOptions, ReplayProgress, ReplayResult, SUPPORTED_PROVIDERS, SpanLookup, SpanNodeMeta, SpanOccurrence, SpanOptions, SpanType, TokenUsage, TraceResponse, TracingProcessor, VercelCallParams, VercelGenerateResult, VercelStreamResult, WrapBAMLOptions, WrappedBamlFn, __version__, finalizers, flushTraces, getCurrentReplayBranch, getCurrentSpan, getCurrentTrace, reportReplayProgress } from './index.js';
|
package/dist/node.js
CHANGED
|
@@ -23,14 +23,14 @@ import {
|
|
|
23
23
|
getCurrentReplayBranch,
|
|
24
24
|
getCurrentSpan,
|
|
25
25
|
getCurrentTrace
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-OMW6EFXC.js";
|
|
27
27
|
import {
|
|
28
28
|
BITFAB_PROGRESS_PREFIX,
|
|
29
29
|
BitfabError,
|
|
30
30
|
assertAsyncStorageRegistered,
|
|
31
31
|
registerAsyncLocalStorageClass,
|
|
32
32
|
reportReplayProgress
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-HWQB73HK.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-
|
|
5
|
+
} from "./chunk-HWQB73HK.js";
|
|
6
6
|
export {
|
|
7
7
|
BITFAB_PROGRESS_PREFIX,
|
|
8
8
|
replay,
|
|
9
9
|
reportReplayProgress
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=replay-
|
|
11
|
+
//# sourceMappingURL=replay-4Y23OZYE.js.map
|