openclaw-remote 0.4.3 → 0.4.4

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  setAccountEnabledInConfigSection,
11
11
  waitUntilAbort,
12
12
  optionalStringEnum
13
- } from "openclaw/dist/plugin-sdk/compat.js";
13
+ } from "openclaw/plugin-sdk/compat";
14
14
 
15
15
  // node_modules/@sinclair/typebox/build/esm/type/guard/value.mjs
16
16
  var value_exports = {};
@@ -3127,7 +3127,7 @@ function formatGenericEvent(event) {
3127
3127
  }
3128
3128
 
3129
3129
  // src/runtime.ts
3130
- import { createPluginRuntimeStore } from "openclaw/dist/plugin-sdk/compat.js";
3130
+ import { createPluginRuntimeStore } from "openclaw/plugin-sdk/compat";
3131
3131
  var { setRuntime: setRemoteRuntime, getRuntime: getRemoteRuntime } = createPluginRuntimeStore(
3132
3132
  "Remote runtime not initialized - plugin not registered"
3133
3133
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-remote",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Remote project board channel plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",