@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.
@@ -12135,7 +12135,7 @@ function handleAuditLayer(args) {
12135
12135
  }
12136
12136
  lines.push("");
12137
12137
  }
12138
- return okText(lines.join("\n"));
12138
+ return ok(lines.join("\n"));
12139
12139
  }
12140
12140
  function handleDetectProjectStack() {
12141
12141
  const rootDir = process.cwd();
@@ -6042,7 +6042,7 @@ function handleAuditLayer(args) {
6042
6042
  }
6043
6043
  lines.push("");
6044
6044
  }
6045
- return okText(lines.join("\n"));
6045
+ return ok(lines.join("\n"));
6046
6046
  }
6047
6047
  function handleDetectProjectStack() {
6048
6048
  const rootDir = process.cwd();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchsecure/launch-kit",
3
- "version": "0.0.20",
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",