langwatch 1.4.0 → 1.5.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.
Files changed (32) hide show
  1. package/dist/{chunk-G724AXIB.js → chunk-5ERLGHP2.js} +2 -2
  2. package/dist/{chunk-G724AXIB.js.map → chunk-5ERLGHP2.js.map} +1 -1
  3. package/dist/{chunk-H7FNDLEM.mjs → chunk-QZRTEEGV.mjs} +65 -27
  4. package/dist/chunk-QZRTEEGV.mjs.map +1 -0
  5. package/dist/{chunk-DINMABRW.js → chunk-XIN5LXHQ.js} +75 -37
  6. package/dist/chunk-XIN5LXHQ.js.map +1 -0
  7. package/dist/{chunk-TMIZYFEI.mjs → chunk-Y6XAM26B.mjs} +2 -2
  8. package/dist/{chunk-TMIZYFEI.mjs.map → chunk-Y6XAM26B.mjs.map} +1 -1
  9. package/dist/cli/bundle.js +485 -428
  10. package/dist/{implementation-bVu7gJFf.d.ts → implementation-CvPr4t60.d.ts} +1 -1
  11. package/dist/{implementation-WfGxOvyq.d.mts → implementation-Ro3LpjAt.d.mts} +1 -1
  12. package/dist/index.d.mts +553 -44
  13. package/dist/index.d.ts +553 -44
  14. package/dist/index.js +860 -101
  15. package/dist/index.js.map +1 -1
  16. package/dist/index.mjs +832 -73
  17. package/dist/index.mjs.map +1 -1
  18. package/dist/observability-sdk/index.d.mts +3 -3
  19. package/dist/observability-sdk/index.d.ts +3 -3
  20. package/dist/observability-sdk/index.js +2 -2
  21. package/dist/observability-sdk/index.mjs +1 -1
  22. package/dist/observability-sdk/instrumentation/langchain/index.d.mts +1 -1
  23. package/dist/observability-sdk/instrumentation/langchain/index.d.ts +1 -1
  24. package/dist/observability-sdk/setup/node/index.d.mts +25 -0
  25. package/dist/observability-sdk/setup/node/index.d.ts +25 -0
  26. package/dist/observability-sdk/setup/node/index.js +3 -3
  27. package/dist/observability-sdk/setup/node/index.mjs +2 -2
  28. package/dist/{types-DB6nS7nW.d.ts → types-CHIvGRuv.d.ts} +12172 -7963
  29. package/dist/{types-NCH43GuW.d.mts → types-VoDc_AXK.d.mts} +12172 -7963
  30. package/package.json +2 -2
  31. package/dist/chunk-DINMABRW.js.map +0 -1
  32. package/dist/chunk-H7FNDLEM.mjs.map +0 -1
@@ -4,7 +4,7 @@ import { ExportResult } from '@opentelemetry/core';
4
4
  import { Logger, LogRecord, LoggerProvider } from '@opentelemetry/api-logs';
5
5
  import { b as SemConvLogRecordAttributes, a as SemConvAttributes } from './types-VOZv9LYO.js';
6
6
  import { TracerProvider } from '@opentelemetry/api';
7
- import { j as LangWatchTracer } from './types-DB6nS7nW.js';
7
+ import { j as LangWatchTracer } from './types-CHIvGRuv.js';
8
8
 
9
9
  /**
10
10
  * Filterable Batch Span Exporter for OpenTelemetry
@@ -4,7 +4,7 @@ import { ExportResult } from '@opentelemetry/core';
4
4
  import { Logger, LogRecord, LoggerProvider } from '@opentelemetry/api-logs';
5
5
  import { b as SemConvLogRecordAttributes, a as SemConvAttributes } from './types-VOZv9LYO.mjs';
6
6
  import { TracerProvider } from '@opentelemetry/api';
7
- import { j as LangWatchTracer } from './types-NCH43GuW.mjs';
7
+ import { j as LangWatchTracer } from './types-VoDc_AXK.mjs';
8
8
 
9
9
  /**
10
10
  * Filterable Batch Span Exporter for OpenTelemetry