Extensions: migrate googlechat plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:07 -05:00
parent b4f60d900b
commit 39a55844bc
13 changed files with 19 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
import { EventEmitter } from "node:events";
import type { IncomingMessage } from "node:http";
import type { OpenClawConfig, PluginRuntime } from "openclaw/plugin-sdk";
import type { OpenClawConfig, PluginRuntime } from "openclaw/plugin-sdk/compat";
import { afterEach, describe, expect, it, vi } from "vitest";
import { createEmptyPluginRegistry } from "../../../src/plugins/registry.js";
import { setActivePluginRegistry } from "../../../src/plugins/runtime.js";