@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/cli.js CHANGED
@@ -1,21 +1,15 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  PROVIDER_DISPATCH,
4
- autoSlugConnectorId,
5
4
  clearDaemonRecord,
6
- describeCredential,
7
5
  getProviderDispatch,
8
- isEnvRef,
9
6
  portFromListenAddress,
10
- readConnectorsConfig,
11
7
  readDaemonRecord,
12
- removeConnectorEntry,
13
8
  resolveHost,
14
9
  resolveNeatVersion,
15
- upsertConnectorEntry,
16
10
  validateConnectorEntry,
17
11
  writeDaemonRecord
18
- } from "./chunk-UJ6WBLIE.js";
12
+ } from "./chunk-V2HUBS5J.js";
19
13
  import {
20
14
  buildSearchIndex
21
15
  } from "./chunk-BIY46Q6U.js";
@@ -35,8 +29,10 @@ import {
35
29
  addServiceAliases,
36
30
  addServiceNodes,
37
31
  attachGraphToEventBus,
32
+ autoSlugConnectorId,
38
33
  buildApi,
39
34
  computeDivergences,
35
+ describeCredential,
40
36
  detectPackageManager,
41
37
  discoverServices,
42
38
  emitNeatEvent,
@@ -47,6 +43,7 @@ import {
47
43
  formatExtractionBanner,
48
44
  formatPrecisionFloorBanner,
49
45
  getGraph,
46
+ isEnvRef,
50
47
  isStrictExtractionEnabled,
51
48
  listMachineProjects,
52
49
  listProjects,
@@ -58,6 +55,8 @@ import {
58
55
  pathsForProject,
59
56
  promoteFrontierNodes,
60
57
  pruneRegistry,
58
+ readConnectorsConfig,
59
+ removeConnectorEntry,
61
60
  removeDaemonRecord,
62
61
  removeProject,
63
62
  resetGraph,
@@ -67,8 +66,9 @@ import {
67
66
  setStatus,
68
67
  signalDaemonStop,
69
68
  startPersistLoop,
70
- startStalenessLoop
71
- } from "./chunk-5T6J3WKC.js";
69
+ startStalenessLoop,
70
+ upsertConnectorEntry
71
+ } from "./chunk-N7HEYLOF.js";
72
72
  import {
73
73
  startOtelGrpcReceiver
74
74
  } from "./chunk-I72HTUOG.js";