@neat.is/core 0.5.3 → 0.5.4-dev.20260721

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
@@ -153,6 +153,7 @@ interface ParsedSpan {
153
153
  attributes: Record<string, AttributeValue>;
154
154
  dbSystem?: string;
155
155
  dbName?: string;
156
+ dbCollection?: string;
156
157
  messagingSystem?: string;
157
158
  messagingDestination?: string;
158
159
  graphqlOperationName?: string;
package/dist/index.d.ts CHANGED
@@ -153,6 +153,7 @@ interface ParsedSpan {
153
153
  attributes: Record<string, AttributeValue>;
154
154
  dbSystem?: string;
155
155
  dbName?: string;
156
+ dbCollection?: string;
156
157
  messagingSystem?: string;
157
158
  messagingDestination?: string;
158
159
  graphqlOperationName?: string;
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  routeSpanToProject,
3
3
  startDaemon
4
- } from "./chunk-X2AMX3QZ.js";
4
+ } from "./chunk-VR73QNJD.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-GJHEZC5K.js";
40
+ } from "./chunk-PEFX3DBR.js";
41
41
  import {
42
42
  startOtelGrpcReceiver
43
- } from "./chunk-I72HTUOG.js";
43
+ } from "./chunk-4RU3AAOI.js";
44
44
  import {
45
45
  buildOtelReceiver,
46
46
  logSpanHandler,
47
47
  parseOtlpRequest
48
- } from "./chunk-CFDPIMRP.js";
48
+ } from "./chunk-I4NZ7PSN.js";
49
49
  export {
50
50
  ProjectNameCollisionError,
51
51
  addProject,