Extensions: migrate diffs plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:04 -05:00
parent 56d98a50cf
commit 73de1d038e
8 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
import type { IncomingMessage, ServerResponse } from "node:http";
import type { PluginLogger } from "openclaw/plugin-sdk";
import type { PluginLogger } from "openclaw/plugin-sdk/compat";
import type { DiffArtifactStore } from "./store.js";
import { DIFF_ARTIFACT_ID_PATTERN, DIFF_ARTIFACT_TOKEN_PATTERN } from "./types.js";
import { VIEWER_ASSET_PREFIX, getServedViewerAsset } from "./viewer-assets.js";