autotel-devtools 24.0.0 → 25.0.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/cli.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
- const require_http = require('./http-CahjEnpE.cjs');
2
+ const require_http = require('./http-Dc57PtwQ.cjs');
3
3
  const require_listen = require('./listen-l09RRHht.cjs');
4
- const require_grpc = require('./grpc-CSW1Evnt.cjs');
4
+ const require_grpc = require('./grpc-AXr0CnZ_.cjs');
5
5
  let node_http = require("node:http");
6
6
  let node_fs = require("node:fs");
7
7
  let node_path = require("node:path");
package/dist/cli.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
- import { a as probePortHolder, g as hostHeaderIsLoopback, l as DevtoolsServer, r as resolveSourceRoot, t as attachDevtoolsRoutes } from "./http-z8UbJsqk.js";
2
+ import { a as probePortHolder, g as hostHeaderIsLoopback, l as DevtoolsServer, r as resolveSourceRoot, t as attachDevtoolsRoutes } from "./http-JTSqQPVJ.js";
3
3
  import { t as listenLoopbackDualStack } from "./listen-D-lLgfro.js";
4
- import { t as startOtlpGrpcReceiver } from "./grpc-D1tt8UPi.js";
4
+ import { t as startOtlpGrpcReceiver } from "./grpc-C35twtEj.js";
5
5
  import { createServer } from "node:http";
6
6
  import { readFileSync } from "node:fs";
7
7
  import { dirname, resolve } from "node:path";
@@ -1,4 +1,4 @@
1
- import { n as ErrorGroup, o as TraceData, r as ErrorOccurrence } from "./types-BhbHVeiy.js";
1
+ import { n as ErrorGroup, o as TraceData, r as ErrorOccurrence } from "./types-Do48caKG.js";
2
2
  //#region src/server/error-aggregator.d.ts
3
3
  /** How many errors the aggregator is holding, and what they are. */
4
4
  interface ErrorStats {
@@ -1,4 +1,4 @@
1
- import { n as ErrorGroup, o as TraceData, r as ErrorOccurrence } from "./types-C-ORUrT2.cjs";
1
+ import { n as ErrorGroup, o as TraceData, r as ErrorOccurrence } from "./types-ZU74Na4z.cjs";
2
2
  //#region src/server/error-aggregator.d.ts
3
3
  /** How many errors the aggregator is holding, and what they are. */
4
4
  interface ErrorStats {
@@ -1,6 +1,6 @@
1
1
  import { c as QueryError, r as SignalSchema } from "./compile-JDFHUCo5.js";
2
- import { i as WebMcpInventory, n as SpanAttributes } from "./types-B86Qkqg5.js";
3
- import { i as LogData, n as ErrorGroup, o as TraceData, t as DevtoolsData } from "./types-BhbHVeiy.js";
2
+ import { i as WebMcpInventory, n as SpanAttributes } from "./types-hVSf0DoT.js";
3
+ import { i as LogData, n as ErrorGroup, o as TraceData, t as DevtoolsData } from "./types-Do48caKG.js";
4
4
  import { Server } from "node:http";
5
5
  import { AgentRawEvent, OtelMetricRecord } from "autotel-agents";
6
6
  import { ExportResult } from "@opentelemetry/core";
@@ -1,6 +1,6 @@
1
1
  import { c as QueryError, r as SignalSchema } from "./compile-JDFHUCo5.cjs";
2
- import { i as WebMcpInventory, n as SpanAttributes } from "./types-B86Qkqg5.cjs";
3
- import { i as LogData, n as ErrorGroup, o as TraceData, t as DevtoolsData } from "./types-C-ORUrT2.cjs";
2
+ import { i as WebMcpInventory, n as SpanAttributes } from "./types-hVSf0DoT.cjs";
3
+ import { i as LogData, n as ErrorGroup, o as TraceData, t as DevtoolsData } from "./types-ZU74Na4z.cjs";
4
4
  import { AgentRawEvent, OtelMetricRecord } from "autotel-agents";
5
5
  import { Server } from "node:http";
6
6
  import { ReadableSpan, SpanExporter } from "@opentelemetry/sdk-trace-base";