fix: align plugin runtime dependency contracts · openclaw/openclaw@9dd01b5
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -4,6 +4,9 @@
|
4 | 4 | "private": true, |
5 | 5 | "description": "OpenClaw Qwen Cloud provider plugin", |
6 | 6 | "type": "module", |
| 7 | +"dependencies": { |
| 8 | +"@mariozechner/pi-ai": "0.70.2" |
| 9 | + }, |
7 | 10 | "devDependencies": { |
8 | 11 | "@openclaw/plugin-sdk": "workspace:*" |
9 | 12 | }, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -4,6 +4,9 @@
|
4 | 4 | "private": true, |
5 | 5 | "description": "OpenClaw vLLM provider plugin", |
6 | 6 | "type": "module", |
| 7 | +"dependencies": { |
| 8 | +"@mariozechner/pi-ai": "0.70.2" |
| 9 | + }, |
7 | 10 | "devDependencies": { |
8 | 11 | "@openclaw/plugin-sdk": "workspace:*" |
9 | 12 | }, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -362,10 +362,6 @@
|
362 | 362 | "types": "./dist/plugin-sdk/channel-secret-tts-runtime.d.ts", |
363 | 363 | "default": "./dist/plugin-sdk/channel-secret-tts-runtime.js" |
364 | 364 | }, |
365 | | -"./plugin-sdk/tts-runtime": { |
366 | | -"types": "./dist/plugin-sdk/tts-runtime.d.ts", |
367 | | -"default": "./dist/plugin-sdk/tts-runtime.js" |
368 | | - }, |
369 | 365 | "./plugin-sdk/secret-ref-runtime": { |
370 | 366 | "types": "./dist/plugin-sdk/secret-ref-runtime.d.ts", |
371 | 367 | "default": "./dist/plugin-sdk/secret-ref-runtime.js" |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -74,7 +74,6 @@
|
74 | 74 | "channel-secret-basic-runtime", |
75 | 75 | "channel-secret-runtime", |
76 | 76 | "channel-secret-tts-runtime", |
77 | | -"tts-runtime", |
78 | 77 | "secret-ref-runtime", |
79 | 78 | "secret-file-runtime", |
80 | 79 | "security-runtime", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。