@neat.is/core 0.3.3 → 0.3.4

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
@@ -22,6 +22,7 @@ import {
22
22
  evaluateAllPolicies,
23
23
  extractFromDirectory,
24
24
  formatExtractionBanner,
25
+ formatPrecisionFloorBanner,
25
26
  getGraph,
26
27
  isStrictExtractionEnabled,
27
28
  listProjects,
@@ -38,7 +39,7 @@ import {
38
39
  setStatus,
39
40
  startPersistLoop,
40
41
  startStalenessLoop
41
- } from "./chunk-VABXPLDT.js";
42
+ } from "./chunk-33ZZ2ZID.js";
42
43
  import {
43
44
  startOtelGrpcReceiver
44
45
  } from "./chunk-G3PDTGOW.js";
@@ -1609,6 +1610,7 @@ async function runInit(opts) {
1609
1610
  if (result.extractionErrors > 0) {
1610
1611
  console.log(`errors: ${errorsPath}`);
1611
1612
  }
1613
+ console.log(formatPrecisionFloorBanner(result.extractedDropped));
1612
1614
  const incompatibilities = findIncompatibilities(nodes);
1613
1615
  if (incompatibilities.length > 0) {
1614
1616
  console.log("");