@launchsecure/launch-kit 0.0.20 → 0.0.21
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/server/cli.js
CHANGED
|
@@ -12135,7 +12135,7 @@ function handleAuditLayer(args) {
|
|
|
12135
12135
|
}
|
|
12136
12136
|
lines.push("");
|
|
12137
12137
|
}
|
|
12138
|
-
return
|
|
12138
|
+
return ok(lines.join("\n"));
|
|
12139
12139
|
}
|
|
12140
12140
|
function handleDetectProjectStack() {
|
|
12141
12141
|
const rootDir = process.cwd();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@launchsecure/launch-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.21",
|
|
4
4
|
"description": "LaunchSecure toolkit — launch-pod (pipeline), launch-chart (project graph MCP), launch-deck (visual playground MCP).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "LaunchSecure - AutomateWithUs",
|