@sapiom/cli
Advanced tools
@@ -27,3 +27,6 @@ import { execFile } from 'node:child_process'; | ||
| try { | ||
| execFile(cmd, args, () => { | ||
| // windowsHide: this CLI also runs under hosts with no console of their own | ||
| // (the desktop app shells it, editors' task runners), where a cmd child | ||
| // would otherwise pop a visible window. | ||
| execFile(cmd, args, { windowsHide: true }, () => { | ||
| /* best-effort; the URL is always printed too */ | ||
@@ -30,0 +33,0 @@ }); |
+3
-3
| { | ||
| "name": "@sapiom/cli", | ||
| "version": "5.0.0", | ||
| "version": "6.0.0", | ||
| "description": "The Sapiom command-line interface — scaffold, validate, and ship Sapiom agents.", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
| "@sapiom/agent": "^0.9.3", | ||
| "@sapiom/agent-core": "^0.10.6", | ||
| "@sapiom/agent-core": "^0.10.7", | ||
| "@sapiom/analytics-core": "^0.2.1", | ||
@@ -40,3 +40,3 @@ "@sapiom/sandbox-preview": "^0.1.12" | ||
| "peerDependencies": { | ||
| "@sapiom/harness": ">=0.6.0" | ||
| "@sapiom/harness": ">=0.7.0" | ||
| }, | ||
@@ -43,0 +43,0 @@ "peerDependenciesMeta": { |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
112577
0.21%2404
0.12%Updated