@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.
- package/README.md +28 -13
- package/dist/bin.js +4 -4
- package/dist/chunk-4NDOHCYY.js +4861 -0
- package/dist/{chunk-MNZKOZW7.js → chunk-7Z74ETDR.js} +5 -2
- package/dist/{chunk-YBSBAJ3E.js → chunk-B2PJDAMS.js} +1 -1
- package/dist/{chunk-5MZH6XXQ.js → chunk-GN63PIKK.js} +1079 -1579
- package/dist/{heal-IRIDB7IZ.js → heal-HHVVTVIH.js} +1 -1
- package/dist/{health-B4W7UJBZ.js → health-DDT4RABT.js} +8 -2
- package/dist/index.js +4 -4
- package/dist/{studio-JOEECLI6.js → studio-WDJ3BOCU.js} +3 -3
- package/dist/{workspace-7RU77ZZW.js → workspace-3XNCMZ5L.js} +3 -3
- package/package.json +11 -10
- package/src/templates/DECANTR.md.template +3 -3
- package/dist/chunk-3A2DLR47.js +0 -1565
|
@@ -1559,7 +1559,10 @@ async function captureCliTelemetryEvent(input) {
|
|
|
1559
1559
|
}
|
|
1560
1560
|
}
|
|
1561
1561
|
async function sendCliCommandTelemetry(input) {
|
|
1562
|
-
const projectRoot = resolveCliTelemetryProjectRoot(
|
|
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,
|