@neat.is/core 0.7.0 → 0.7.2

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
@@ -162,6 +162,7 @@ interface ObservedSignal {
162
162
  errorCount: number;
163
163
  lastObservedIso: string;
164
164
  callSite?: ConnectorCallSite;
165
+ columns?: string[];
165
166
  }
166
167
 
167
168
  /**
@@ -273,6 +274,7 @@ interface ParsedSpan {
273
274
  dbName?: string;
274
275
  dbCollection?: string;
275
276
  dbTable?: string;
277
+ dbColumns?: string[];
276
278
  httpRoute?: string;
277
279
  httpMethod?: string;
278
280
  messagingSystem?: string;
package/dist/index.d.ts CHANGED
@@ -162,6 +162,7 @@ interface ObservedSignal {
162
162
  errorCount: number;
163
163
  lastObservedIso: string;
164
164
  callSite?: ConnectorCallSite;
165
+ columns?: string[];
165
166
  }
166
167
 
167
168
  /**
@@ -273,6 +274,7 @@ interface ParsedSpan {
273
274
  dbName?: string;
274
275
  dbCollection?: string;
275
276
  dbTable?: string;
277
+ dbColumns?: string[];
276
278
  httpRoute?: string;
277
279
  httpMethod?: string;
278
280
  messagingSystem?: string;
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  routeSpanToProject,
3
3
  startDaemon
4
- } from "./chunk-UBQ4ZZT3.js";
4
+ } from "./chunk-MDBE23Y3.js";
5
5
  import {
6
6
  ProjectNameCollisionError,
7
7
  addProject,
@@ -37,15 +37,15 @@ import {
37
37
  thresholdForEdgeType,
38
38
  touchLastSeen,
39
39
  writeAtomically
40
- } from "./chunk-5RIL3U5A.js";
40
+ } from "./chunk-RR4LWQQB.js";
41
41
  import {
42
42
  startOtelGrpcReceiver
43
- } from "./chunk-Q6DPK3RA.js";
43
+ } from "./chunk-6H757ZNM.js";
44
44
  import {
45
45
  buildOtelReceiver,
46
46
  logSpanHandler,
47
47
  parseOtlpRequest
48
- } from "./chunk-N5L3RBGP.js";
48
+ } from "./chunk-P2ZEKJ35.js";
49
49
  export {
50
50
  ProjectNameCollisionError,
51
51
  addProject,