@spaceflow/cli
Advanced tools
+4
-4
@@ -162,3 +162,3 @@ #!/usr/bin/env node | ||
| name: "spaceflow-meta", | ||
| version: "0.38.0" | ||
| version: "0.39.0" | ||
| }); | ||
@@ -175,3 +175,3 @@ await client.connect(transport); | ||
| name: "spaceflow", | ||
| version: "0.38.0" | ||
| version: "0.39.0" | ||
| }); | ||
@@ -325,3 +325,3 @@ // 缓存已连接的项目 MCP Client(按 cwd) | ||
| await server.connect(transport); | ||
| console.error(`[spaceflow] MCP Meta Server 已启动 (v${"0.38.0"})`); | ||
| console.error(`[spaceflow] MCP Meta Server 已启动 (v${"0.39.0"})`); | ||
| // 保持进程运行 | ||
@@ -365,3 +365,3 @@ await new Promise((resolve)=>{ | ||
| // 4. CLI 版本号(由 rspack DefinePlugin 在构建时注入) | ||
| const cliVersion = "0.38.0"; | ||
| const cliVersion = "0.39.0"; | ||
| // 5. 读取外部扩展列表 | ||
@@ -368,0 +368,0 @@ const extNames = readExternalExtensions(projectRoot); |
+2
-2
| { | ||
| "name": "@spaceflow/cli", | ||
| "version": "0.38.0", | ||
| "version": "0.39.0", | ||
| "description": "Spaceflow CLI 工具", | ||
@@ -28,3 +28,3 @@ "license": "MIT", | ||
| "zod": "^4.3.6", | ||
| "@spaceflow/shared": "0.6.0" | ||
| "@spaceflow/shared": "0.7.0" | ||
| }, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
+ Added
- Removed
Updated