@neat.is/core 0.9.12-dev.20260831 → 0.9.12

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
@@ -559,6 +559,7 @@ interface ProjectSlot {
559
559
  stopPersist: () => void;
560
560
  stopStaleness: () => void;
561
561
  stopConnectors: () => void;
562
+ stopK8sSubstrate: () => void;
562
563
  detachEvents: () => void;
563
564
  status: 'active' | 'broken';
564
565
  errorReason?: string;
package/dist/index.d.ts CHANGED
@@ -559,6 +559,7 @@ interface ProjectSlot {
559
559
  stopPersist: () => void;
560
560
  stopStaleness: () => void;
561
561
  stopConnectors: () => void;
562
+ stopK8sSubstrate: () => void;
562
563
  detachEvents: () => void;
563
564
  status: 'active' | 'broken';
564
565
  errorReason?: string;
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  routeSpanToProject,
3
3
  startDaemon
4
- } from "./chunk-UNO3X6ZV.js";
4
+ } from "./chunk-WE3AFQYL.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-3UAUMPIY.js";
40
+ } from "./chunk-RBZNXA5L.js";
41
41
  import {
42
42
  startOtelGrpcReceiver
43
43
  } from "./chunk-ERE47MCR.js";