@neat.is/core 0.4.28-dev.20260712 → 0.4.28-dev.20260713

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
@@ -133,6 +133,7 @@ interface BuildApiOptions {
133
133
  name: string;
134
134
  path: string;
135
135
  };
136
+ connectorsHome?: string;
136
137
  }
137
138
  declare function buildApi(opts: BuildApiOptions): Promise<FastifyInstance>;
138
139
 
@@ -441,6 +442,7 @@ type ResolveConnectorTarget = (signal: ObservedSignal, ctx: ConnectorContext) =>
441
442
  * wires a connector through.
442
443
  */
443
444
  interface ConnectorRegistration {
445
+ id?: string;
444
446
  connector: ObservedConnector;
445
447
  credentials: Record<string, unknown>;
446
448
  resolveTarget: ResolveConnectorTarget;
package/dist/index.d.ts CHANGED
@@ -133,6 +133,7 @@ interface BuildApiOptions {
133
133
  name: string;
134
134
  path: string;
135
135
  };
136
+ connectorsHome?: string;
136
137
  }
137
138
  declare function buildApi(opts: BuildApiOptions): Promise<FastifyInstance>;
138
139
 
@@ -441,6 +442,7 @@ type ResolveConnectorTarget = (signal: ObservedSignal, ctx: ConnectorContext) =>
441
442
  * wires a connector through.
442
443
  */
443
444
  interface ConnectorRegistration {
445
+ id?: string;
444
446
  connector: ObservedConnector;
445
447
  credentials: Record<string, unknown>;
446
448
  resolveTarget: ResolveConnectorTarget;
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  routeSpanToProject,
3
3
  startDaemon
4
- } from "./chunk-UJ6WBLIE.js";
4
+ } from "./chunk-V2HUBS5J.js";
5
5
  import {
6
6
  ProjectNameCollisionError,
7
7
  addProject,
@@ -37,7 +37,7 @@ import {
37
37
  thresholdForEdgeType,
38
38
  touchLastSeen,
39
39
  writeAtomically
40
- } from "./chunk-5T6J3WKC.js";
40
+ } from "./chunk-N7HEYLOF.js";
41
41
  import {
42
42
  startOtelGrpcReceiver
43
43
  } from "./chunk-I72HTUOG.js";