@decantr/cli 2.13.1 → 3.0.0

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.
@@ -1559,7 +1559,10 @@ async function captureCliTelemetryEvent(input) {
1559
1559
  }
1560
1560
  }
1561
1561
  async function sendCliCommandTelemetry(input) {
1562
- const projectRoot = resolveCliTelemetryProjectRoot(input.projectRoot ?? process.cwd(), input.args);
1562
+ const projectRoot = resolveCliTelemetryProjectRoot(
1563
+ input.projectRoot ?? process.cwd(),
1564
+ input.args
1565
+ );
1563
1566
  const command = normalizeCommand(input.args[0]);
1564
1567
  if (!isOptedIn(projectRoot) || !command || command === "help" || command === "version" || isHelpOrVersionProbe(input.args)) {
1565
1568
  return;
@@ -2157,11 +2160,11 @@ ${CYAN}Telemetry enabled.${RESET} Decantr will send privacy-filtered CLI product
2157
2160
  }
2158
2161
 
2159
2162
  export {
2163
+ scanStyling,
2160
2164
  loadBundledContentItem,
2161
2165
  loadBundledContentList,
2162
2166
  scanAmbientContext,
2163
2167
  scanRoutes,
2164
- scanStyling,
2165
2168
  createDoctrineMap,
2166
2169
  writeDoctrineMap,
2167
2170
  isOptedIn,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createProjectHealthReport,
3
3
  listWorkspaceAppCandidates
4
- } from "./chunk-3A2DLR47.js";
4
+ } from "./chunk-4NDOHCYY.js";
5
5
 
6
6
  // src/commands/workspace.ts
7
7
  import { execFileSync } from "child_process";