fix(plugins): align external provider types · openclaw/openclaw@a4c2732
vincentkoc
·
2026-06-19
·
via Recent Commits to openclaw:main
File tree
onboard-non-interactive/local
| Original file line number | Diff line number | Diff line change |
|---|
@@ -49,7 +49,6 @@ import { loadManifestMetadataSnapshot } from "../../../plugins/manifest-contract
|
49 | 49 | import type { PluginPackageInstall } from "../../../plugins/manifest.js"; |
50 | 50 | import { |
51 | 51 | listOfficialExternalPluginCatalogEntries, |
52 | | -getOfficialExternalPluginCatalogManifest, |
53 | 52 | resolveOfficialExternalProviderContractPluginIds, |
54 | 53 | resolveOfficialExternalWebProviderContractPluginIdsForEnv, |
55 | 54 | resolveOfficialExternalPluginId, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -177,7 +177,7 @@ describe("applyNonInteractivePluginProviderChoice", () => {
|
177 | 177 | npmSpec: "@openclaw/groq-provider", |
178 | 178 | defaultChoice: "npm", |
179 | 179 | }, |
180 | | -}); |
| 180 | +} as never); |
181 | 181 | ensureOnboardingPluginInstalled.mockResolvedValue({ |
182 | 182 | cfg: { |
183 | 183 | plugins: { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。