@clawchatsai/connector 0.0.34 → 0.0.35

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/package.json +1 -1
  2. package/server.js +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawchatsai/connector",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "type": "module",
5
5
  "description": "ClawChats OpenClaw plugin — P2P tunnel + local API bridge",
6
6
  "main": "dist/index.js",
package/server.js CHANGED
@@ -1310,8 +1310,7 @@ async function handleSaveIntelligence(req, res, params) {
1310
1310
  // ─── File Serving (restricted to ~/.openclaw/media/) ────────────────────────
1311
1311
 
1312
1312
  const ALLOWED_FILE_DIRS = [
1313
- path.join(HOME, '.openclaw', 'media'),
1314
- path.join(HOME, '.openclaw', 'workspace'),
1313
+ HOME,
1315
1314
  '/tmp',
1316
1315
  ];
1317
1316