mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 05:20:22 +00:00
Plugins/diffs: migrate to scoped plugin-sdk imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import crypto from "node:crypto";
|
||||
import fs from "node:fs/promises";
|
||||
import path from "node:path";
|
||||
import type { PluginLogger } from "openclaw/plugin-sdk/compat";
|
||||
import type { PluginLogger } from "openclaw/plugin-sdk/diffs";
|
||||
import type { DiffArtifactMeta, DiffOutputFormat } from "./types.js";
|
||||
|
||||
const DEFAULT_TTL_MS = 30 * 60 * 1000;
|
||||
|
||||
Reference in New Issue
Block a user