Extensions: migrate feishu plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:05 -05:00
parent 73de1d038e
commit 1ebd1fdb2d
43 changed files with 46 additions and 46 deletions

View File

@@ -4,7 +4,7 @@ import {
createDedupeCache,
createPersistentDedupe,
readJsonFileWithFallback,
} from "openclaw/plugin-sdk";
} from "openclaw/plugin-sdk/compat";
// Persistent TTL: 24 hours — survives restarts & WebSocket reconnects.
const DEDUP_TTL_MS = 24 * 60 * 60 * 1000;