mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:50:45 +00:00
refactor: trim extension runtime reexports
This commit is contained in:
@@ -6,7 +6,6 @@ export {
|
||||
errorShape,
|
||||
isLoopbackHost,
|
||||
isNodeCommandAllowed,
|
||||
rawDataToString,
|
||||
respondUnavailableOnNodeInvokeError,
|
||||
resolveGatewayAuth,
|
||||
resolveNodeCommandAllowlist,
|
||||
@@ -17,7 +16,6 @@ export type {
|
||||
GatewayRpcOpts,
|
||||
NodeSession,
|
||||
} from "openclaw/plugin-sdk/gateway-runtime";
|
||||
export { runExec } from "openclaw/plugin-sdk/process-runtime";
|
||||
export { runCommandWithRuntime } from "openclaw/plugin-sdk/cli-runtime";
|
||||
export type { OpenClawPluginService } from "openclaw/plugin-sdk/plugin-entry";
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user