@coclaw/openclaw-coclaw 0.11.5 → 0.11.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coclaw/openclaw-coclaw",
3
- "version": "0.11.5",
3
+ "version": "0.11.6",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "OpenClaw CoClaw channel plugin for remote chat",
@@ -110,7 +110,7 @@ export async function preloadNdc(deps = {}) {
110
110
  const log = deps.remoteLog ?? defaultRemoteLog;
111
111
  const platform = deps.platform ?? process.platform;
112
112
  const arch = deps.arch ?? process.arch;
113
- const pluginRoot = deps.pluginRoot ?? nodePath.resolve(import.meta.dirname, '..');
113
+ const pluginRoot = deps.pluginRoot ?? nodePath.resolve(import.meta.dirname, '../..');
114
114
  const resolvePaths = deps.resolvePaths ?? defaultResolvePaths;
115
115
  const importTimeout = deps.importTimeout ?? DEFAULT_IMPORT_TIMEOUT_MS;
116
116